Commit 821105bb authored by 康振飞's avatar 康振飞

数据追溯页面优化

parent b8e00f52
......@@ -13,8 +13,9 @@
<div class="tableBox mb10" :style="{height:tbHeight}">
<div class="table">
<div v-if="listTask.length==0" class="wu_data">暂无数据</div>
<Card class="card" v-for="(item,index) in listTask"
:key="index">
<Row :gutter="16">
<Col span="6" v-for="(item,index) in listTask" :key="index">
<Card class="card">
<h3 slot="title">
订单编号:{{item.mesCode}}
</h3>
......@@ -32,6 +33,8 @@
</a>
</p>
</Card>
</Col>
</Row>
</div>
<div v-show="noData" class="no_data">
<h3> 暂无数据</h3>
......@@ -451,16 +454,12 @@ ul,li{
line-height: 800px;
}
.card{
width: 375px;
margin: 10px 0 10px 20px;
}
.wu_data{
margin: 200px auto;
font-size: 18px;
}
/* .card_body01{
margin: 0 0 10px 0;
} */
.card_line{
height: 30px;
line-height: 30px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment