feat 工单消息

This commit is contained in:
duanliang
2024-12-20 11:52:39 +08:00
parent bed0a9bd5a
commit b6a295ec34
2 changed files with 6 additions and 9 deletions

View File

@@ -11,14 +11,10 @@
import box2 from './components/box-2.vue' import box2 from './components/box-2.vue'
import box3 from './components/box-3.vue' import box3 from './components/box-3.vue'
import box4 from './components/box-4.vue' import box4 from './components/box-4.vue'
const navLeft = [ const navLeft = [{ name: '安全' }, { name: '景区', path: '/scenic' }, { name: '交通',path: '/traffic' }]
{ name: '安全', path: '/monitor' },
{ name: '景区', path: '/scenic' },
{ name: '交通', path: '/traffic' }
]
const navRight = [ const navRight = [
{ name: '停车' }, { name: '停车' },
{ name: '工单' }, { name: '工单',path: '/workOrder' },
{ name: '舆情', path: '/sentiment' }, { name: '舆情', path: '/sentiment' },
{ name: '酒店' } { name: '酒店' }
] ]

View File

@@ -40,7 +40,7 @@
<div class="box-1"> <div class="box-1">
<el-progress :percentage="50" <el-progress :percentage="50"
stroke-linecap="square" stroke-linecap="square"
stroke-width="15" color="#2380FB"></el-progress> :stroke-width="fitChartSize(15)" color="#2380FB"></el-progress>
</div> </div>
</div> </div>
<div class="p-item"> <div class="p-item">
@@ -48,7 +48,7 @@
<div class="box-1"> <div class="box-1">
<el-progress :percentage="50" <el-progress :percentage="50"
stroke-linecap="square" stroke-linecap="square"
stroke-width="15" color="#D9011B"></el-progress> :stroke-width="fitChartSize(15)" color="#D9011B"></el-progress>
</div> </div>
</div> </div>
<div class="p-item"> <div class="p-item">
@@ -56,7 +56,7 @@
<div class="box-1"> <div class="box-1">
<el-progress :percentage="50" <el-progress :percentage="50"
stroke-linecap="square" stroke-linecap="square"
stroke-width="15" color="#FEAE00"></el-progress> :stroke-width="fitChartSize(15)" color="#FEAE00"></el-progress>
</div> </div>
</div> </div>
</div> </div>
@@ -531,6 +531,7 @@
display: flex; display: flex;
width:100%; width:100%;
margin-top:vh(40); margin-top:vh(40);
align-items: center;
span{ span{
font-weight: bold; font-weight: bold;
font-size: vw(14); font-size: vw(14);