From 19519849afcd005f17fe79a3adbb0efe4ae5c8ed Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 10 Nov 2021 10:03:41 +0800 Subject: [PATCH] =?UTF-8?q?style=20=EF=BC=9A=20module=20rghtbox=20?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/rightBox/editEndpointBoxNew.vue | 4 ++-- nezha-fronted/src/components/common/rightBox/moduleBox.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue b/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue index ab8f99ba5..9a5e094a3 100644 --- a/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue +++ b/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue @@ -1643,8 +1643,8 @@ export default { padding-left: 0; } /deep/ .el-tabs__item{ - width: 90px; - padding: 0; + min-width: 90px; + padding: 0 10px 0 10px; text-align: center; } /deep/ .el-tabs__item.is-active{ diff --git a/nezha-fronted/src/components/common/rightBox/moduleBox.vue b/nezha-fronted/src/components/common/rightBox/moduleBox.vue index e5c836193..c7c4282a5 100644 --- a/nezha-fronted/src/components/common/rightBox/moduleBox.vue +++ b/nezha-fronted/src/components/common/rightBox/moduleBox.vue @@ -1455,8 +1455,8 @@ export default { padding-left: 0; } /deep/ .el-tabs__item{ - width: 90px; - padding: 0; + min-width: 90px; + padding: 0 10px 0 10px; text-align: center; } /deep/ .el-tabs__item.is-active{