From 885fd87b0b9cf0dfac76568e8b9ca94b4ea9eaec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8D=9A=E5=86=89?= Date: Wed, 30 Nov 2022 14:22:08 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E6=95=B0=E6=8D=AE=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E5=88=97=E8=A1=A8=E9=85=8D=E7=BD=AE=E5=BC=B9=E5=87=BA?= =?UTF-8?q?=E6=A1=86=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/DataAnalyse/particulars/components/ColumnConfig.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/DataAnalyse/particulars/components/ColumnConfig.vue b/src/views/DataAnalyse/particulars/components/ColumnConfig.vue index f0ae88a8..ac9838e3 100644 --- a/src/views/DataAnalyse/particulars/components/ColumnConfig.vue +++ b/src/views/DataAnalyse/particulars/components/ColumnConfig.vue @@ -185,7 +185,7 @@ export default defineComponent({ color: #d3d3d3; display: flex; .left { - width: 160px; + width: 219px; .custom-checkbox-group { display: flex; flex-direction: column; @@ -194,7 +194,7 @@ export default defineComponent({ .right { height: 500px; flex:1; - padding-left: 20px; + padding-left: 23px; overflow: scroll; position: relative; &::-webkit-scrollbar {