提交 aae62ff3 编写于 作者: View Design's avatar View Design

size

上级 edc023f4
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<UButton <UButton
color="gray" color="gray"
variant="ghost" variant="ghost"
square
icon="i-heroicons-ellipsis-horizontal" icon="i-heroicons-ellipsis-horizontal"
/> />
</UDropdown> </UDropdown>
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
<UButton <UButton
color="gray" color="gray"
variant="ghost" variant="ghost"
size="2xs" :size="size"
square
icon="i-heroicons-ellipsis-horizontal" icon="i-heroicons-ellipsis-horizontal"
/> />
</UDropdown> </UDropdown>
...@@ -22,6 +23,10 @@ const props = defineProps({ ...@@ -22,6 +23,10 @@ const props = defineProps({
c_id: { c_id: {
type: [String, Number], type: [String, Number],
default: '' default: ''
},
size: {
type: String,
default: 'sm'
} }
}) })
const emit = defineEmits(['delete']) const emit = defineEmits(['delete'])
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
color="gray" color="gray"
variant="ghost" variant="ghost"
size="2xs" size="2xs"
square
icon="i-heroicons-plus" icon="i-heroicons-plus"
@click="handleOpenSelect" @click="handleOpenSelect"
/> />
...@@ -38,6 +39,7 @@ ...@@ -38,6 +39,7 @@
<IActionThread <IActionThread
:collection_id="thread.collections.length ? thread.collections[0].collection_id : ''" :collection_id="thread.collections.length ? thread.collections[0].collection_id : ''"
:c_id="item.c_id" :c_id="item.c_id"
size="2xs"
@delete="handleDeletedThread" @delete="handleDeletedThread"
/> />
</div> </div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册