From 6fc897cdf44a413e6bde810b5e86877a2bae73e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=8A=B2=E6=9D=BE?= Date: Wed, 15 Apr 2020 15:37:37 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E7=BB=9F=E4=B8=80snmp=20v3=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E4=B8=AD=E5=87=A0=E4=B8=AAlabel=E7=9A=84=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/assets/stylus/main.scss | 5 +++++ nezha-fronted/src/components/common/rightBox/moduleBox.vue | 4 ++-- nezha-fronted/src/components/page/config/mibBrowser.vue | 6 +++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/nezha-fronted/src/assets/stylus/main.scss b/nezha-fronted/src/assets/stylus/main.scss index f44b6c31f..655d8cea0 100644 --- a/nezha-fronted/src/assets/stylus/main.scss +++ b/nezha-fronted/src/assets/stylus/main.scss @@ -1637,3 +1637,8 @@ li{ .dropdown-content{ font-size: 14px !important; } +/*一些单选label宽度设为一样*/ +.same-label-width .el-radio-button__inner { + width: 90px; +} + diff --git a/nezha-fronted/src/components/common/rightBox/moduleBox.vue b/nezha-fronted/src/components/common/rightBox/moduleBox.vue index 40c3e0d2d..50fad4015 100644 --- a/nezha-fronted/src/components/common/rightBox/moduleBox.vue +++ b/nezha-fronted/src/components/common/rightBox/moduleBox.vue @@ -182,7 +182,7 @@ - +
{{$t('project.module.authProtocol')}}
@@ -196,7 +196,7 @@
- +
{{$t('project.module.privProtocol')}}
diff --git a/nezha-fronted/src/components/page/config/mibBrowser.vue b/nezha-fronted/src/components/page/config/mibBrowser.vue index df27f1276..d872ccb4b 100644 --- a/nezha-fronted/src/components/page/config/mibBrowser.vue +++ b/nezha-fronted/src/components/page/config/mibBrowser.vue @@ -87,7 +87,7 @@
- +
{{$t('project.module.authProtocol')}}
@@ -99,7 +99,7 @@
- +
{{$t('project.module.privProtocol')}}
@@ -573,7 +573,7 @@ line-height: 24px; } .mib-browser-ad-search { - width: 400px; + width: 450px; } .mib-browser-model-dropdown { height: 300px;