diff --git a/src/ui/tag/index.vue b/src/ui/tag/index.vue index 2ec4d9a..b73a5f9 100644 --- a/src/ui/tag/index.vue +++ b/src/ui/tag/index.vue @@ -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; diff --git a/src/views/riwa/components/rwa.vue b/src/views/riwa/components/rwa.vue index a15df35..64e0f67 100644 --- a/src/views/riwa/components/rwa.vue +++ b/src/views/riwa/components/rwa.vue @@ -28,10 +28,10 @@ function handleClick(item: RwaData) {