feat: 更新标签组件,添加文本不换行样式并优化卡片布局

This commit is contained in:
2026-01-11 21:54:02 +07:00
parent 93ece1f31b
commit ba9f88a38e
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ const { type = "primary", size = "medium", round = false } = defineProps<{
@reference "tailwindcss";
.ui-tag {
@apply px-3 py-1 text-xs rounded-md inline-block;
@apply px-3 py-1 text-xs rounded-md inline-block text-nowrap;
}
.ui-tag.primary {
@apply bg-(--ion-color-dark) text-white;