From 2cf37db722eb08b821789cd5d194d2135bf1c9bf Mon Sep 17 00:00:00 2001 From: liu xm Date: Tue, 15 Mar 2022 01:30:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8E=A5=E5=8F=A3=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E7=9F=AD=E7=82=B9=E5=87=BB=E6=A0=87=E7=AD=BE=E7=A9=BA?= =?UTF-8?q?=E7=99=BD=E6=97=A0=E5=8F=8D=E5=BA=94=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/layout_view/components/TabsRouter/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/front/src/layout_view/components/TabsRouter/index.vue b/front/src/layout_view/components/TabsRouter/index.vue index 6052f68f..42447def 100644 --- a/front/src/layout_view/components/TabsRouter/index.vue +++ b/front/src/layout_view/components/TabsRouter/index.vue @@ -239,7 +239,6 @@ export default { width: 110px; min-width: 110px; background: #FFF; - padding: 0 8px; margin-left: 5px; cursor: pointer; display: flex; @@ -265,11 +264,13 @@ export default { } .tab-title { - margin-top: 4px; - max-width: 80px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; + width: 100%; + height: 100%; + vertical-align: center; + padding: 7px 8px; } .el-icon-close { -- Gitee