From 8ec9c517c58b70918f2d72f2bfa6ab4b0a4145f9 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Fri, 19 Aug 2022 18:03:39 +0800 Subject: [PATCH] 局部细节调整 --- src/components/group/tool.vue | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/group/tool.vue b/src/components/group/tool.vue index a0dc0dc..83952df 100644 --- a/src/components/group/tool.vue +++ b/src/components/group/tool.vue @@ -3,6 +3,10 @@ <div style="padding-left:5px;" class="myButton"> <div> + <a-button @click="()=>this.$router.back(-1)"> + 后退 + <a-icon type="left" /> + </a-button> <a-button v-if="!drawerStatus" @click="changeDrawerStatus"> 展开 <a-icon type="down" /> @@ -13,15 +17,6 @@ </a-button> </div> <div v-if="drawerStatus"> - <a-button @click="()=>this.$router.back(-1)"> - 后退 - <a-icon type="left" /> - </a-button> - - <a-button @click="showPreview"> - 预览 - <a-icon type="youtube" /> - </a-button> <a-button @click="showScreen" v-if="!screen"> 拉伸 <a-icon type="arrows-alt" /> @@ -30,6 +25,11 @@ 缩小 <a-icon type="shrink" /> </a-button> + + <a-button @click="showPreview"> + 预览 + <a-icon type="youtube" /> + </a-button> <a-button @click="showModal"> 日志 <a-icon type="plus-circle" /> -- Gitblit v1.9.1