From 926d1ab9f4b6db3ecf2f7d5eb2a921cc8ac28a28 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 24 Jul 2024 18:09:47 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B7=A5=E4=BD=9C=E5=8F=B0):=20hover=20?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E6=97=B6=20=E7=BC=BA=E5=B0=91=E6=8A=95?= =?UTF-8?q?=E5=BD=B1=EF=BC=88=E5=85=B6=E4=BB=96=E5=9C=BA=E6=99=AF=E4=B8=80?= =?UTF-8?q?=E8=87=B4=E4=BF=AE=E6=94=B9=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/workbranch/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/workbranch/index.vue b/core/core-frontend/src/views/workbranch/index.vue index 9526cc1e14..2225bd3cda 100644 --- a/core/core-frontend/src/views/workbranch/index.vue +++ b/core/core-frontend/src/views/workbranch/index.vue @@ -614,7 +614,7 @@ initMarketTemplate() height: 100%; .template-market { - padding: 24px; + padding: 24px 24px 0; background: #fff; border-radius: 4px; .label { @@ -693,6 +693,7 @@ initMarketTemplate() display: flex; margin-left: -16px; overflow-x: auto; + padding-bottom: 24px; } } }