智慧园区前端大屏
shuishen
2024-11-18 5f109b7880f8806e826bb43aae3879118f23d5c0
应急空间加载调整
1 files modified
15 ■■■■ changed files
src/views/space/components/leftContainer.vue 15 ●●●● patch | view | raw | blame | history
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;
      }
    }
  }
}