fix:样式报错修复
This commit is contained in:
@@ -1013,28 +1013,24 @@ const handleTabChange = async (activeKey: string, type: AllChartType) => {
|
||||
}
|
||||
|
||||
// 基础组件样式覆盖
|
||||
:deep {
|
||||
.ant-form-item {
|
||||
margin-bottom: 0;
|
||||
:deep(.ant-form-item) {
|
||||
margin-bottom: 0;
|
||||
|
||||
&-label {
|
||||
font-weight: 500;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
}
|
||||
|
||||
.ant-card-head {
|
||||
padding: 8px 16px;
|
||||
|
||||
&-title {
|
||||
padding: 8px 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-range-picker {
|
||||
flex-shrink: 0;
|
||||
max-width: 100%;
|
||||
&-label {
|
||||
font-weight: 500;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
}
|
||||
:deep(.ant-card-head) {
|
||||
padding: 8px 16px;
|
||||
|
||||
&-title {
|
||||
padding: 8px 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
:deep(.ant-range-picker) {
|
||||
flex-shrink: 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user