From f5b6f37a232b58ec6d2663c5574e80f39dd7494c Mon Sep 17 00:00:00 2001 From: wuyiping <42107997+wuyiping0628@users.noreply.github.com> Date: Thu, 26 Jun 2025 19:56:37 -0700 Subject: [PATCH] fix(tag): resolve the issue of style deviation when tag components have null values under the SaaS theme (#3540) --- packages/theme-saas/src/tag/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/theme-saas/src/tag/index.less b/packages/theme-saas/src/tag/index.less index 015da6627..ac115c35c 100644 --- a/packages/theme-saas/src/tag/index.less +++ b/packages/theme-saas/src/tag/index.less @@ -15,7 +15,7 @@ @apply whitespace-nowrap; @apply inline-flex; @apply items-center; - + @apply align-middle; @apply overflow-hidden; @apply text-ellipsis;