From 271ca6cb0ee2ff0a789bf74d1821e7891a7043bb Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Tue, 30 Aug 2022 21:57:42 +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