From 91046c883c81b9e8d81a6d348b5e64f280536fcc Mon Sep 17 00:00:00 2001 From: Wangjiahao <1522128093@qq.com> Date: Wed, 14 Jun 2023 18:39:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dtab=E7=BB=84=E4=BB=B6=E5=B7=A6=E5=8F=B3=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E6=8C=89=E9=92=AE=E5=A4=8D=E7=94=A8=E5=92=8C=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=97=B6=E8=A2=AB=E9=81=AE=E6=8C=A1=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20#5380?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/widget/deWidget/DeTabs.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/widget/deWidget/DeTabs.vue b/frontend/src/components/widget/deWidget/DeTabs.vue index 373d5b6994..223493b866 100644 --- a/frontend/src/components/widget/deWidget/DeTabs.vue +++ b/frontend/src/components/widget/deWidget/DeTabs.vue @@ -800,7 +800,7 @@ export default { width: 100% !important; } -::v-deep .el-tabs__nav-wrap { +::v-deep .el-tabs__nav-wrap.is-scrollable { padding: 0 45px!important; }