From d8d49f23c4499d80f3046efb502d754c193de30f Mon Sep 17 00:00:00 2001 From: zhongzm Date: Mon, 18 Nov 2024 10:02:20 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=A0=B7=E5=BC=8F=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/perfManage/kpiKeyTarget/index.vue | 38 +++++++++------------ 1 file changed, 17 insertions(+), 21 deletions(-) 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%; +}