From 7fba024efdfa3df8c357eafbbb45afc0c02762e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=8A=B2=E6=9D=BE?= Date: Fri, 27 Mar 2020 17:20:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20account=E8=AF=A6=E6=83=85=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=BA=95=E9=83=A8=E4=B8=8A=E6=BB=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/assets/stylus/main.scss | 9 +- .../common/bottomBox/tabs/cabinetTab.vue | 8 +- .../common/bottomBox/tabs/commonDetailTab.vue | 11 +- .../src/components/common/language/en.js | 2 +- .../src/components/page/config/account.vue | 308 ++++++++++++++---- .../src/components/page/config/dc.vue | 3 +- 6 files changed, 269 insertions(+), 72 deletions(-) diff --git a/nezha-fronted/src/assets/stylus/main.scss b/nezha-fronted/src/assets/stylus/main.scss index 26c38c14f..e35a498c9 100644 --- a/nezha-fronted/src/assets/stylus/main.scss +++ b/nezha-fronted/src/assets/stylus/main.scss @@ -380,6 +380,7 @@ li{ /* begin--二级页面tab*/ .sub-list-tabs { margin-top: 0 !important; + position: relative; height: 100%; background-color: #f5f7fa; } @@ -401,10 +402,14 @@ li{ background-color: white; border-top: solid 2px #ee9d3f; } -.sub-list-tab-txt { +.sub-list-tab-title { font-size: 14px; color: #666666; - padding-left: 8px; + padding: 0 8px; + height: 100%; + display: inline-block; + background-color: #eeeeee; + line-height: 30px; } /* end--二级页面tab*/ diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/cabinetTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/cabinetTab.vue index 341133e2a..569645b8e 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/cabinetTab.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/cabinetTab.vue @@ -1,10 +1,10 @@