From 1173370a9d268a23a9c669a24290ef9efcc2e2f8 Mon Sep 17 00:00:00 2001 From: Heising Date: Wed, 20 Mar 2024 15:23:15 +0800 Subject: [PATCH] fix(tabs): fix tabs action style --- style/web/components/tabs/_index.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style/web/components/tabs/_index.less b/style/web/components/tabs/_index.less index f35eb4adc3..0b338eab83 100644 --- a/style/web/components/tabs/_index.less +++ b/style/web/components/tabs/_index.less @@ -54,6 +54,13 @@ box-shadow: @tab-bar-operations-btn-box-shadow; } } + + .@{prefix}-tabs__nav-action { + display: flex; + align-items: center; + width: 100%; + flex: 1; + } } }