Commit ef8d954f3b4219737875cd729c195735d167260e

Authored by 2c2c2c
1 parent 4cdebafe

大屏优化

.env.development
... ... @@ -8,4 +8,4 @@ VITE_APP_ENV = 'development'
8 8 # VITE_APP_BASE_API = '/dev-api'
9 9  
10 10 # VITE_APP_BASE_API = 'http://101.95.136.206:8100'
11   -VITE_APP_BASE_API = 'http://127.0.0.1:8100'
  11 +VITE_APP_BASE_API = 'http://192.169.1.128:8100'
... ...
src/components/FleetContentBox/index.vue
... ... @@ -36,6 +36,7 @@
36 36 :jobCode="sunItem.saleInfoVo.jobCode" />
37 37 <template #reference>
38 38 <div class="fleet-nbbm-have-sale-sale" :style="signStyleColor[sunItem.saleInfoVo.signStatus]">
  39 +
39 40 </div>
40 41 </template>
41 42 </el-popover>
... ...
src/views/home/index.vue
... ... @@ -186,6 +186,11 @@ const signStyleColor = ref(
186 186 backgroundColor: "#ff0000",
187 187 label: "今日酒测异常",
188 188 color: "white"
  189 + },
  190 + {
  191 + backgroundColor: "#00c4ff",
  192 + label: "管理员代领",
  193 + color: "white"
189 194 }
190 195 ]
191 196 )
... ... @@ -485,7 +490,7 @@ const handleGlobalInfo = (data, num) =&gt; {
485 490 }
486 491  
487 492 .small-box {
488   - margin-right: 3vw;
  493 + margin-right: 2vw;
489 494 width: 10vw;
490 495 height: 2vh;
491 496 box-sizing: border-box;
... ...