From 19c94167d083fe156a7bf4e2401c21c275923ae1 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 6 Dec 2023 15:30:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=80=90=E5=B7=A5=E4=BD=9C=E5=8F=B0?= =?UTF-8?q?=E3=80=91=E5=A1=AB=E5=85=85=E8=89=B2=E5=86=85=E7=9A=84=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E5=A4=A7=E5=B0=8F=E4=B8=8D=E5=AF=B9=EF=BC=8C=E4=B8=8E?= =?UTF-8?q?=E4=BB=AA=E8=A1=A8=E6=9D=BF=E7=AD=89=E6=A8=A1=E5=9D=97=E7=9A=84?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/workbranch/ShortcutTable.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/workbranch/ShortcutTable.vue b/core/core-frontend/src/views/workbranch/ShortcutTable.vue index c2bb696b26..d0388ed03f 100644 --- a/core/core-frontend/src/views/workbranch/ShortcutTable.vue +++ b/core/core-frontend/src/views/workbranch/ShortcutTable.vue @@ -389,8 +389,8 @@ const getEmptyDesc = (): string => { } } .main-color { - font-size: 21.33px; - padding: 5.33px; + font-size: 18px; + padding: 3px; margin-right: 12px; border-radius: 4px; color: #fff;