From ba9f88a38ecabbea45027c9c46fd452d845a1e8e Mon Sep 17 00:00:00 2001 From: Seven Date: Sun, 11 Jan 2026 21:54:02 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E4=B8=8D=E6=8D=A2=E8=A1=8C=E6=A0=B7=E5=BC=8F=E5=B9=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=8D=A1=E7=89=87=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ui/tag/index.vue | 2 +- src/views/riwa/components/rwa.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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) {