From 8b2a3fe4e45b43f86ad59f7d55e1e4cb31556980 Mon Sep 17 00:00:00 2001 From: Fine Date: Tue, 20 Jun 2023 17:22:08 +0800 Subject: [PATCH] fix: update --- src/views/dashboard/controls/Tab.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dashboard/controls/Tab.vue b/src/views/dashboard/controls/Tab.vue index 5a013634..94148e07 100644 --- a/src/views/dashboard/controls/Tab.vue +++ b/src/views/dashboard/controls/Tab.vue @@ -298,7 +298,7 @@ limitations under the License. --> } .tab-name { - max-width: 130px; + max-width: 150px; height: 20px; line-height: 20px; outline: none;