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

数据追溯页面优化

parent b8e00f52
...@@ -13,8 +13,9 @@ ...@@ -13,8 +13,9 @@
<div class="tableBox mb10" :style="{height:tbHeight}"> <div class="tableBox mb10" :style="{height:tbHeight}">
<div class="table"> <div class="table">
<div v-if="listTask.length==0" class="wu_data">暂无数据</div> <div v-if="listTask.length==0" class="wu_data">暂无数据</div>
<Card class="card" v-for="(item,index) in listTask" <Row :gutter="16">
:key="index"> <Col span="6" v-for="(item,index) in listTask" :key="index">
<Card class="card">
<h3 slot="title"> <h3 slot="title">
订单编号:{{item.mesCode}} 订单编号:{{item.mesCode}}
</h3> </h3>
...@@ -32,6 +33,8 @@ ...@@ -32,6 +33,8 @@
</a> </a>
</p> </p>
</Card> </Card>
</Col>
</Row>
</div> </div>
<div v-show="noData" class="no_data"> <div v-show="noData" class="no_data">
<h3> 暂无数据</h3> <h3> 暂无数据</h3>
...@@ -451,16 +454,12 @@ ul,li{ ...@@ -451,16 +454,12 @@ ul,li{
line-height: 800px; line-height: 800px;
} }
.card{ .card{
width: 375px;
margin: 10px 0 10px 20px; margin: 10px 0 10px 20px;
} }
.wu_data{ .wu_data{
margin: 200px auto; margin: 200px auto;
font-size: 18px; font-size: 18px;
} }
/* .card_body01{
margin: 0 0 10px 0;
} */
.card_line{ .card_line{
height: 30px; height: 30px;
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