OTA-待办中心-法规认证流程-标题加粗

This commit is contained in:
刘彦泽
2023-04-24 11:21:53 +08:00
parent 90754de526
commit c55167a6cf
@@ -1,7 +1,6 @@
<template>
<div style="position: relative">
<a-drawer
headerStyle="{ 'font-weight': 'bold'}"
:title="titleName"
:maskClosable="false"
:width="948"
@@ -481,4 +480,8 @@
.problemTypeText {
color: red;
}
::v-deep .ant-drawer-header .ant-drawer-title{
font-weight: bold;
}
</style>