From dc66ec6f3c3ae560bdcbb5e0a1790b27228205e8 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Thu, 03 Mar 2022 23:33:09 +0800 Subject: [PATCH] 修复图片定位问题 --- src/components/group/tool.vue | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/components/group/tool.vue b/src/components/group/tool.vue index 05d4ea7..d4f319f 100644 --- a/src/components/group/tool.vue +++ b/src/components/group/tool.vue @@ -8,6 +8,10 @@ <!-- <a-button @click="showDrawer2"> 抽屉2 </a-button> --> + <a-button @click="showPreview"> + 预览 + <a-icon type="youtube" /> + </a-button> <a-button @click="showModal"> 日志 <a-icon type="plus-circle" /> @@ -40,6 +44,9 @@ showModal() { this.$emit('showModal') }, + showPreview() { + this.$emit('showPreview') + }, showScreen() { this.$emit('showScreen') if (this.screen) { -- Gitblit v1.9.1