From 0317a370da0039becf8dd1ca2bd2d042289e3c4c Mon Sep 17 00:00:00 2001 From: jialin Date: Fri, 13 Sep 2024 22:56:38 +0800 Subject: [PATCH] fix(style): worker status display --- src/components/status-tag/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status-tag/index.less b/src/components/status-tag/index.less index 4fb258e1..9f275d5d 100644 --- a/src/components/status-tag/index.less +++ b/src/components/status-tag/index.less @@ -5,8 +5,8 @@ align-items: center; padding: 2px 10px; border-radius: 20px; - width: fit-content; min-width: 76px; + width: max-content; height: 26px; font-size: var(--font-size-base); overflow: hidden;