From f14f98a263141d2f8ec0079866a758cc7a1c38d1 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期一, 22 八月 2022 03:20:29 +0800
Subject: [PATCH] 添加用户删除功能

---
 src/views/index/components/rightTabs.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/views/index/components/rightTabs.vue b/src/views/index/components/rightTabs.vue
index b372f7c..239a48a 100644
--- a/src/views/index/components/rightTabs.vue
+++ b/src/views/index/components/rightTabs.vue
@@ -50,7 +50,7 @@
       </div>
       <div class="bottom">
         <div class="question">绔嬪嵆鍜ㄨ</div>
-        <div class="buy">绔嬪嵆璐拱</div>
+        <div class="buy">绔嬪嵆瀹夎</div>
       </div>
     </div>
   </div>
@@ -110,7 +110,7 @@
       display: flex;
       height: 300px;
       .left {
-        margin-top: 114px;
+        margin-top: 76px;
         margin-left: 20px;
         margin-right: 30px;
         width: 195px;
@@ -130,7 +130,7 @@
       }
 
       .middle {
-        margin-top: 55px;
+        margin-top: 16px;
         margin-right: 19px;
         width: 404px;
         height: 100%;
@@ -188,7 +188,7 @@
       bottom: 20px;
       width: 100%;
       display: flex;
-      justify-content: end;
+      justify-content: flex-end;
 
       .question {
         margin-right: 20px;
@@ -230,6 +230,7 @@
 
         &:hover {
           color: #fff;
+          border-color: #fff;
           background: linear-gradient(
             90.78deg,
             #ffba4a 0%,

--
Gitblit v1.8.0