fix:样式报错修复

This commit is contained in:
zhongzm
2024-11-18 10:02:20 +08:00
parent 1511792e3b
commit d8d49f23c4

View File

@@ -1013,8 +1013,7 @@ const handleTabChange = async (activeKey: string, type: AllChartType) => {
} }
// 基础组件样式覆盖 // 基础组件样式覆盖
:deep { :deep(.ant-form-item) {
.ant-form-item {
margin-bottom: 0; margin-bottom: 0;
&-label { &-label {
@@ -1022,8 +1021,7 @@ const handleTabChange = async (activeKey: string, type: AllChartType) => {
color: rgba(0, 0, 0, 0.85); color: rgba(0, 0, 0, 0.85);
} }
} }
:deep(.ant-card-head) {
.ant-card-head {
padding: 8px 16px; padding: 8px 16px;
&-title { &-title {
@@ -1031,10 +1029,8 @@ const handleTabChange = async (activeKey: string, type: AllChartType) => {
width: 100%; width: 100%;
} }
} }
:deep(.ant-range-picker) {
.ant-range-picker {
flex-shrink: 0; flex-shrink: 0;
max-width: 100%; max-width: 100%;
} }
}
</style> </style>