From c7f23da13f82cb78dfd55edde380a69dd057b273 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 11 Apr 2025 15:40:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtab=E5=86=85=E7=BB=84=E5=90=88=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E7=BB=84=E4=BB=B6=EF=BC=8C=E8=B7=B3=E8=BD=AC=E5=A4=96?= =?UTF-8?q?=E9=83=A8tab=E6=97=B6=E6=B2=A1=E6=9C=89=E8=B7=9F=E9=9A=8F?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F=E6=94=B9=E5=8F=98=E9=97=AE=E9=A2=98=E5=8F=8A?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E9=A2=84=E8=A7=88=E7=AA=81=E5=87=BA=E5=87=BA?= =?UTF-8?q?=E7=8E=B0=E5=A4=A7=E5=B0=8F=E5=8F=98=E5=8C=96=E9=97=AE=E9=A2=98?= =?UTF-8?q?#15380?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/utils/style.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/core-frontend/src/utils/style.ts b/core/core-frontend/src/utils/style.ts index 2ba045395a..c20465a9f1 100644 --- a/core/core-frontend/src/utils/style.ts +++ b/core/core-frontend/src/utils/style.ts @@ -267,6 +267,9 @@ function dataVTabSizeStyleAdaptor(tabComponent) { tabComponent.propValue.forEach(tabItem => { tabItem.componentData.forEach(tabComponent => { groupItemStyleAdaptor(tabComponent, parentStyleAdaptor) + if (['Group'].includes(tabComponent.component)) { + groupSizeStyleAdaptor(tabComponent) + } }) }) }