Commit a4fff957 authored by 康振飞's avatar 康振飞

派工分组页面优化

parent 765aa182
......@@ -31,6 +31,13 @@
.dispatch_part_body{
padding: 10px;
overflow-y: auto;
.h3_bg{
background: #a5adbf;
padding: 0 0 0 10px;
.h3_tag{
margin-left: 15px!important;
}
}
.dispatch_card{
margin: 10px 0;
.card{
......
......@@ -29,9 +29,9 @@
<!-- {{ids}} -->
<!-- <Collapse simple> -->
<div v-for="(item,index) in listOrder" :key="index" :name="item.mesCode">
<h3>
<h3 class="h3_bg">
订单号:{{item[0].mesCode}}
<Tag class="ml20">{{item.length}}</Tag>
<Tag class="h3_tag">{{item.length}}</Tag>
</h3>
<!-- 订单号:{{item[0].mesCode}} {{item.length}} -->
<p slot="content">
......
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