feat: 收口移动端侧栏与创作拆解页布局
This commit is contained in:
@@ -11,12 +11,14 @@ const open = defineModel<boolean>('open', { default: false })
|
||||
<NButton
|
||||
class="workspace-tools-trigger"
|
||||
data-workspace-tools
|
||||
:aria-label="label"
|
||||
aria-haspopup="dialog"
|
||||
:aria-expanded="open"
|
||||
@click="open = true"
|
||||
>
|
||||
<template #icon><Settings2 :size="15" /></template>
|
||||
{{ label }}<span v-if="hasReceipt" class="text-xs text-muted"> · 有回执</span>
|
||||
<span class="workspace-tools-label">{{ label }}</span
|
||||
><span v-if="hasReceipt" class="text-xs text-muted"> · 有回执</span>
|
||||
</NButton>
|
||||
<NDrawer
|
||||
v-model:show="open"
|
||||
|
||||
Reference in New Issue
Block a user