From 57b66478e7e335379435b31c20da4619bd1411f5 Mon Sep 17 00:00:00 2001 From: zhangxiao <898441624@qq.com> Date: 星期一, 26 八月 2024 18:47:46 +0800 Subject: [PATCH] fix: 修改部分样式 --- src/views/oneThree/actualPopulation/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/oneThree/actualPopulation/index.vue b/src/views/oneThree/actualPopulation/index.vue index 2558c92..46b4716 100644 --- a/src/views/oneThree/actualPopulation/index.vue +++ b/src/views/oneThree/actualPopulation/index.vue @@ -279,7 +279,7 @@ } } .main { - padding: 8px 20px; + padding: 8px 12px; background: var(--color-bg-2); margin-top: 8px; flex: 1; @@ -287,7 +287,7 @@ overflow: hidden; > div { float: left; - margin: 0 20px 20px 0; + margin: 0 12px 12px 0; } } } -- Gitblit v1.8.0