Commit ef8d954f3b4219737875cd729c195735d167260e
1 parent
4cdebafe
大屏优化
Showing
3 changed files
with
8 additions
and
2 deletions
.env.development
src/components/FleetContentBox/index.vue
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) => { |
| 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; | ... | ... |