From aae62ff386ed1531199865e908938c13031bf9aa Mon Sep 17 00:00:00 2001 From: Aresn Date: Tue, 4 Jun 2024 15:09:29 +0800 Subject: [PATCH] size --- components/i/action/Collect.vue | 1 + components/i/action/Thread.vue | 7 ++++++- components/i/library/Thread.vue | 2 ++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/components/i/action/Collect.vue b/components/i/action/Collect.vue index d4a7ac3..6aa9c7a 100644 --- a/components/i/action/Collect.vue +++ b/components/i/action/Collect.vue @@ -3,6 +3,7 @@ diff --git a/components/i/action/Thread.vue b/components/i/action/Thread.vue index b49a0c8..764a37e 100644 --- a/components/i/action/Thread.vue +++ b/components/i/action/Thread.vue @@ -3,7 +3,8 @@ @@ -22,6 +23,10 @@ const props = defineProps({ c_id: { type: [String, Number], default: '' + }, + size: { + type: String, + default: 'sm' } }) const emit = defineEmits(['delete']) diff --git a/components/i/library/Thread.vue b/components/i/library/Thread.vue index d96860c..192dd8a 100644 --- a/components/i/library/Thread.vue +++ b/components/i/library/Thread.vue @@ -31,6 +31,7 @@ color="gray" variant="ghost" size="2xs" + square icon="i-heroicons-plus" @click="handleOpenSelect" /> @@ -38,6 +39,7 @@ -- GitLab