🍎 style(ui): add shape="circle" prop to Tag component to display circular tag style

This commit is contained in:
t0ng7u
2025-07-22 02:33:08 +08:00
parent 90011aa0c9
commit e224ee5498

View File

@@ -79,7 +79,7 @@ function renderDuration(submit_time, finishTime) {
// 返回带有样式的颜色标签
return (
<Tag color={color} prefixIcon={<Clock size={14} />}>
<Tag color={color} shape='circle' prefixIcon={<Clock size={14} />}>
{durationSec}
</Tag>
);