Commit 38002f20 by t0ng7u

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

parent d2ef70f6
...@@ -79,7 +79,7 @@ function renderDuration(submit_time, finishTime) { ...@@ -79,7 +79,7 @@ function renderDuration(submit_time, finishTime) {
// 返回带有样式的颜色标签 // 返回带有样式的颜色标签
return ( return (
<Tag color={color} prefixIcon={<Clock size={14} />}> <Tag color={color} shape='circle' prefixIcon={<Clock size={14} />}>
{durationSec} {durationSec}
</Tag> </Tag>
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment