feat: 更新标签组件,添加文本不换行样式并优化卡片布局
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user