From 3f7230e39605871ee6fb41d7d65bc6fc2ab43671 Mon Sep 17 00:00:00 2001 From: "jialu.shen" <865332676@qq.com> Date: Mon, 16 Dec 2024 11:02:38 +0800 Subject: [PATCH] fix: item width style --- frontend/src/components/collections/NewCollection.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/collections/NewCollection.vue b/frontend/src/components/collections/NewCollection.vue index ae9c4028e..aea0e3dc9 100644 --- a/frontend/src/components/collections/NewCollection.vue +++ b/frontend/src/components/collections/NewCollection.vue @@ -24,7 +24,7 @@ v-model="dataForm.owner" :placeholder="$t('all.select')" size="large" - style="width: 312px" + class="!w-full" >