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

size

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