diff --git a/src/views/perfManage/kpiKeyTarget/index.vue b/src/views/perfManage/kpiKeyTarget/index.vue index 825f22f7..dc48de65 100644 --- a/src/views/perfManage/kpiKeyTarget/index.vue +++ b/src/views/perfManage/kpiKeyTarget/index.vue @@ -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%; +}