From 5f109b7880f8806e826bb43aae3879118f23d5c0 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 18 Nov 2024 22:23:51 +0800
Subject: [PATCH] 应急空间加载调整

---
 src/views/space/components/leftContainer.vue |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/src/views/space/components/leftContainer.vue b/src/views/space/components/leftContainer.vue
index 200364d..394af46 100644
--- a/src/views/space/components/leftContainer.vue
+++ b/src/views/space/components/leftContainer.vue
@@ -2,7 +2,7 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2023-03-10 15:27:59
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-11-12 18:10:32
+ * @LastEditTime: 2024-11-18 16:10:10
  * @FilePath: \bigScreen\src\views\space\components\leftContainer.vue
  * @Description: 
  * 
@@ -62,7 +62,7 @@
     <div class="tablist h100">
       <div class="cursor-p" :class="{ on: showOn(item) }" v-for="item, index in resData.data" :key="index"
         @click="tabClick(item)">
-        <div class="nowrap-ellipsis-hidden">
+        <div class="label-box">
           {{ item.label }}
         </div>
       </div>
@@ -79,12 +79,14 @@
     pointer-events: all;
 
     &>div {
+      display: flex;
+      align-items: center;
+      justify-content: center;
       margin-top: 16px;
       padding: 10px;
       width: 64px;
       height: 64px;
-      line-height: 64px;
-      text-align: center;
+
       border-radius: 50%;
       box-shadow: inset 0 0 40px #409eff;
       color: #fff;
@@ -94,6 +96,11 @@
         position: relative;
         color: #75b1ff;
       }
+
+      .label-box {
+        line-height: 24px;
+        text-align: center;
+      }
     }
   }
 }

--
Gitblit v1.9.3