From 739ec79ab72a13ff2916ef8b51bcf0bed2c54397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E8=8B=A5=E6=99=A8?= <974220104@qq.com> Date: Thu, 12 Oct 2023 15:28:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=B6=E5=BA=AD=E7=94=BB=E5=83=8F=EF=BC=8C?= =?UTF-8?q?=E7=94=9F=E6=BB=A1=E6=84=8F=E5=BA=A6=E8=AF=A6=E6=83=85=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/businessTables/economize.vue | 1 + .../modules/businessTables/economize.vue | 24 +- src/views/dataBoard/cpts/resi-details.vue | 2073 ++++++++--------- 3 files changed, 1051 insertions(+), 1047 deletions(-) diff --git a/src/views/dataBoard/cpts/family/modules/businessTables/economize.vue b/src/views/dataBoard/cpts/family/modules/businessTables/economize.vue index 3858f601c..aec28a7dc 100644 --- a/src/views/dataBoard/cpts/family/modules/businessTables/economize.vue +++ b/src/views/dataBoard/cpts/family/modules/businessTables/economize.vue @@ -16,6 +16,7 @@
暂无数据
+ diff --git a/src/views/dataBoard/cpts/personnel/modules/businessTables/economize.vue b/src/views/dataBoard/cpts/personnel/modules/businessTables/economize.vue index c2238e8ac..7866f51e4 100644 --- a/src/views/dataBoard/cpts/personnel/modules/businessTables/economize.vue +++ b/src/views/dataBoard/cpts/personnel/modules/businessTables/economize.vue @@ -1,6 +1,11 @@ -
- +
+
暂无数据
- +
@@ -1054,49 +1047,47 @@ export default { @import "~@/assets/scss/c/function.scss"; .u-categorys { - display: flex; - flex-wrap: wrap; - - + display: flex; + flex-wrap: wrap; } .u-categorys span { - display: block; - width: 90px; - } + display: block; + width: 90px; +} .m-tabs { - margin-top: 30px; - display: flex; - align-items: center; - padding-left: 20px; + margin-top: 30px; + display: flex; + align-items: center; + padding-left: 20px; - .tab-btn { - width: 30px; - text-align: center; - cursor: pointer; - } + .tab-btn { + width: 30px; + text-align: center; + cursor: pointer; + } - .tab { - @include toe; - margin: 0 5px; - min-width: 72px; - padding: 0 8px; - height: 24px; - box-shadow: inset 0px 0px 12px 0px rgba(26, 149, 255, 0.45); - border-radius: 2px; - border: 1px solid #1a95ff; - border-radius: 2px; - text-align: center; - font-size: 14px; - font-family: PingFang SC; - font-weight: 400; - color: #ffffff; - line-height: 23px; - cursor: pointer; - transition: all ease 0.5s; - &.z-on { - background: linear-gradient(90deg, #1a5afd, #009cff); - box-shadow: none; - } - } + .tab { + @include toe; + margin: 0 5px; + min-width: 72px; + padding: 0 8px; + height: 24px; + box-shadow: inset 0px 0px 12px 0px rgba(26, 149, 255, 0.45); + border-radius: 2px; + border: 1px solid #1a95ff; + border-radius: 2px; + text-align: center; + font-size: 14px; + font-family: PingFang SC; + font-weight: 400; + color: #ffffff; + line-height: 23px; + cursor: pointer; + transition: all ease 0.5s; + &.z-on { + background: linear-gradient(90deg, #1a5afd, #009cff); + box-shadow: none; + } + } }