mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
chore: 优化发布弹窗
This commit is contained in:
parent
abe76aeb59
commit
6b805fbdfb
@ -31,18 +31,20 @@
|
|||||||
<n-alert :show-icon="false" title="预览地址:" type="success">
|
<n-alert :show-icon="false" title="预览地址:" type="success">
|
||||||
{{ previewPath() }}
|
{{ previewPath() }}
|
||||||
</n-alert>
|
</n-alert>
|
||||||
|
<n-space vertical>
|
||||||
<n-button tertiary type="primary" @click="copyPreviewPath()">
|
<n-button tertiary type="primary" @click="copyPreviewPath()">
|
||||||
复制地址
|
复制地址
|
||||||
</n-button>
|
</n-button>
|
||||||
|
<n-button :type="release ? 'warning' : 'primary'" @click="sendHandle">
|
||||||
|
{{ release ? '取消发布' : '发布大屏' }}
|
||||||
|
</n-button>
|
||||||
|
</n-space>
|
||||||
</n-space>
|
</n-space>
|
||||||
</n-list-item>
|
</n-list-item>
|
||||||
|
|
||||||
<n-list-item>
|
<n-list-item>
|
||||||
<n-space :size="10">
|
<n-space :size="10">
|
||||||
<n-button @click="modelShowHandle">取消</n-button>
|
<n-button @click="modelShowHandle">关闭弹窗</n-button>
|
||||||
<n-button type="primary" @click="sendHandle">
|
|
||||||
{{ release ? '取消发布' : '发布' }}
|
|
||||||
</n-button>
|
|
||||||
</n-space>
|
</n-space>
|
||||||
</n-list-item>
|
</n-list-item>
|
||||||
</n-list>
|
</n-list>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user