From 7319260f31c9a593418ff17b1ca42e0822c3c4eb Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Wed, 10 Jan 2024 22:07:04 +0800
Subject: [PATCH] 改正授权码md5加密 bgm链接修改 允许后置日期提交 简介提交支持

---
 src/components/group/tool.vue |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/components/group/tool.vue b/src/components/group/tool.vue
index a0dc0dc..5cf32b8 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" />
@@ -29,6 +24,11 @@
 				<a-button @click="showScreen" v-if="screen">
 					缩小
 					<a-icon type="shrink" />
+				</a-button>
+				
+				<a-button @click="showPreview">
+					预览
+					<a-icon type="youtube" />
 				</a-button>
 				<a-button @click="showModal">
 					日志
@@ -39,7 +39,7 @@
 					<a-icon type="smile" />
 				</a-button>
 				<a-button @click="showMessage">
-					<a-badge status="success">
+					<a-badge ><!-- status="success" -->
 						<span>消息</span>
 					</a-badge>
 					<a-icon type="message" />

--
Gitblit v1.9.1