From ef2ea5d1e57783d021ade6c34ca4437d61d887ad Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 18 Oct 2022 09:21:01 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20=E6=96=B0=E5=A2=9E=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=BC=B9=E7=AA=97=20=E5=90=8D=E7=A7=B0=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=E9=A6=96=E5=B0=BE=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../rightBox/administration/assetTypeBox.vue | 2 +- .../rightBox/administration/backupsBox.vue | 6 ++--- .../rightBox/administration/modelBox.vue | 4 +-- .../rightBox/administration/roleBox.vue | 2 +- .../rightBox/administration/userBox.vue | 10 +++---- .../components/common/rightBox/agentBox.vue | 2 +- .../common/rightBox/alertRuleBox.vue | 2 +- .../common/rightBox/alertSilenceBox.vue | 2 +- .../components/common/rightBox/apiKeyBox.vue | 2 +- .../rightBox/asset/assetBatchEditBox.vue | 26 +++++++++---------- .../common/rightBox/asset/assetBox.vue | 2 +- .../common/rightBox/assetMetaBox.vue | 2 +- .../common/rightBox/assetMetaGroup.vue | 2 +- .../common/rightBox/assetStateBox.vue | 2 +- .../components/common/rightBox/cabinetBox.vue | 2 +- .../common/rightBox/chart/chartRightBox.vue | 6 ++--- .../src/components/common/rightBox/dcBox.vue | 2 +- .../common/rightBox/editEndpointBoxNew.vue | 2 +- .../common/rightBox/exprTmplBox.vue | 2 +- .../common/rightBox/ipDetailsBox.vue | 2 +- .../components/common/rightBox/ipamBox.vue | 2 +- .../components/common/rightBox/issueBox.vue | 3 ++- .../components/common/rightBox/menuBox.vue | 2 +- .../components/common/rightBox/moduleBox.vue | 2 +- .../components/common/rightBox/panelBox.vue | 2 +- .../components/common/rightBox/profileBox.vue | 2 +- .../components/common/rightBox/projectBox.vue | 2 +- .../common/rightBox/recordRuleBox.vue | 2 +- .../common/rightBox/setting/cabinetBox.vue | 4 +-- .../rightBox/setting/globalizationBox.vue | 2 +- .../common/rightBox/snmpCredentialBox.vue | 2 +- .../trafficSetting/trafficSettingBox.vue | 2 +- 32 files changed, 55 insertions(+), 54 deletions(-) diff --git a/nezha-fronted/src/components/common/rightBox/administration/assetTypeBox.vue b/nezha-fronted/src/components/common/rightBox/administration/assetTypeBox.vue index 2e2fde1fa..b83841507 100644 --- a/nezha-fronted/src/components/common/rightBox/administration/assetTypeBox.vue +++ b/nezha-fronted/src/components/common/rightBox/administration/assetTypeBox.vue @@ -11,7 +11,7 @@ - + diff --git a/nezha-fronted/src/components/common/rightBox/administration/backupsBox.vue b/nezha-fronted/src/components/common/rightBox/administration/backupsBox.vue index 40dea26a6..75eecb045 100644 --- a/nezha-fronted/src/components/common/rightBox/administration/backupsBox.vue +++ b/nezha-fronted/src/components/common/rightBox/administration/backupsBox.vue @@ -59,7 +59,7 @@ @@ -68,7 +68,7 @@ @@ -120,7 +120,7 @@ diff --git a/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue b/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue index f11e13e4c..72d602a52 100644 --- a/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue +++ b/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue @@ -11,7 +11,7 @@ - + @@ -48,7 +48,7 @@ - + diff --git a/nezha-fronted/src/components/common/rightBox/administration/roleBox.vue b/nezha-fronted/src/components/common/rightBox/administration/roleBox.vue index bdd6b441f..705d7fc3d 100644 --- a/nezha-fronted/src/components/common/rightBox/administration/roleBox.vue +++ b/nezha-fronted/src/components/common/rightBox/administration/roleBox.vue @@ -12,7 +12,7 @@ + show-word-limit size="small" type="text" v-model.trim="editRole.name"> diff --git a/nezha-fronted/src/components/common/rightBox/administration/userBox.vue b/nezha-fronted/src/components/common/rightBox/administration/userBox.vue index 964fa8a7d..188fb2aab 100644 --- a/nezha-fronted/src/components/common/rightBox/administration/userBox.vue +++ b/nezha-fronted/src/components/common/rightBox/administration/userBox.vue @@ -11,22 +11,22 @@ - - - - @@ -46,7 +46,7 @@ - + diff --git a/nezha-fronted/src/components/common/rightBox/agentBox.vue b/nezha-fronted/src/components/common/rightBox/agentBox.vue index 835e90384..517cb84aa 100644 --- a/nezha-fronted/src/components/common/rightBox/agentBox.vue +++ b/nezha-fronted/src/components/common/rightBox/agentBox.vue @@ -14,7 +14,7 @@ - + diff --git a/nezha-fronted/src/components/common/rightBox/alertRuleBox.vue b/nezha-fronted/src/components/common/rightBox/alertRuleBox.vue index 9a46290a8..3f334d3ff 100644 --- a/nezha-fronted/src/components/common/rightBox/alertRuleBox.vue +++ b/nezha-fronted/src/components/common/rightBox/alertRuleBox.vue @@ -15,7 +15,7 @@ - + diff --git a/nezha-fronted/src/components/common/rightBox/alertSilenceBox.vue b/nezha-fronted/src/components/common/rightBox/alertSilenceBox.vue index 47569f469..f26709199 100644 --- a/nezha-fronted/src/components/common/rightBox/alertSilenceBox.vue +++ b/nezha-fronted/src/components/common/rightBox/alertSilenceBox.vue @@ -16,7 +16,7 @@ :rules="rules" label-position="top" label-width="120px"> diff --git a/nezha-fronted/src/components/common/rightBox/apiKeyBox.vue b/nezha-fronted/src/components/common/rightBox/apiKeyBox.vue index 511033a77..6910af25a 100644 --- a/nezha-fronted/src/components/common/rightBox/apiKeyBox.vue +++ b/nezha-fronted/src/components/common/rightBox/apiKeyBox.vue @@ -10,7 +10,7 @@
- + - + - + - + @@ -52,16 +52,16 @@ @@ -83,16 +83,16 @@