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 | 52 ++++++++++++++++++++++++++-------------------------- 1 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/views/oneThree/actualPopulation/index.vue b/src/views/oneThree/actualPopulation/index.vue index 1bc843d..46b4716 100644 --- a/src/views/oneThree/actualPopulation/index.vue +++ b/src/views/oneThree/actualPopulation/index.vue @@ -238,6 +238,30 @@ </script> <style lang="scss" scoped> +.menus .right { + background: var(--color-fill-2); + padding: 2px; + display: flex; + position: absolute; + right: 0; + margin-right: 0; + > div { + width: 34px; + height: 34px; + cursor: pointer; + display: flex; + align-items: center; + justify-content: center; + &.active { + background: #1057fd; + color: #fff; + } + } +} +.main .menus { + padding: 0 !important; + margin-bottom: 20px; +} .comprehensive { display: flex; flex-direction: column; @@ -253,41 +277,17 @@ > div { margin-right: 20px; } - .right { - background: var(--color-fill-2); - padding: 2px; - display: flex; - position: absolute; - right: 0; - margin-right: 0; - > div { - width: 34px; - height: 34px; - cursor: pointer; - display: flex; - align-items: center; - justify-content: center; - &.active { - background: #1057fd; - color: #fff; - } - } - } } .main { - padding: 8px 20px; + padding: 8px 12px; background: var(--color-bg-2); margin-top: 8px; flex: 1; - .menus { - padding: 0; - margin-bottom: 20px; - } .cards { overflow: hidden; > div { float: left; - margin: 0 20px 20px 0; + margin: 0 12px 12px 0; } } } -- Gitblit v1.8.0