Compare commits
No commits in common. "0303849072f7dacda55765f6f642da09c69d2b6f" and "8f2326f54c853389fd4d9b3ce3499d5467da75a3" have entirely different histories.
0303849072
...
8f2326f54c
@ -31,7 +31,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="force-dispatch__stat">
|
<div class="force-dispatch__stat">
|
||||||
<span class="force-dispatch__stat-label">应急装备</span>
|
<span class="force-dispatch__stat-label">挖掘机</span>
|
||||||
<span class="force-dispatch__stat-value">
|
<span class="force-dispatch__stat-value">
|
||||||
{{ dispatchSuggestion.excavators }}
|
{{ dispatchSuggestion.excavators }}
|
||||||
<span class="force-dispatch__stat-unit">个</span>
|
<span class="force-dispatch__stat-unit">个</span>
|
||||||
|
|||||||
@ -154,7 +154,7 @@ onUnmounted(() => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: vh(5) vw(16);
|
padding: vh(10) vw(16);
|
||||||
// background: rgba(20, 53, 118, 0.5);
|
// background: rgba(20, 53, 118, 0.5);
|
||||||
background: rgba(6, 38, 62, 0.8);
|
background: rgba(6, 38, 62, 0.8);
|
||||||
border-bottom: 1px solid var(--border-color);
|
border-bottom: 1px solid var(--border-color);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user