From 994587a70e8a4525dc620a3517a60b300b2e0d4a Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Fri, 21 Oct 2022 15:59:30 +0800 Subject: [PATCH] =?UTF-8?q?style(=E8=A7=86=E5=9B=BE):=20=E8=A7=86=E5=9B=BE?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/view/ChartEdit.vue | 4 ++-- frontend/src/views/chart/view/ChartType.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 31f4f04227..19cadc1d77 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -3434,8 +3434,8 @@ span { } .chart-icon { - width: 20px; - height: 20px; + width: 20px !important; + height: 20px !important; } .el-radio { diff --git a/frontend/src/views/chart/view/ChartType.vue b/frontend/src/views/chart/view/ChartType.vue index 56603cb2e7..f60d987077 100644 --- a/frontend/src/views/chart/view/ChartType.vue +++ b/frontend/src/views/chart/view/ChartType.vue @@ -154,8 +154,8 @@ export default { } .chart-icon{ - width: 80px; - height: 40px; + width: 80px !important; + height: 40px !important; } .el-radio{