Commit 71ec8925 authored by 康振飞's avatar 康振飞

排产对比页面

parent 8b395842
......@@ -28,13 +28,13 @@
</ul>
</div>
<div class="right_add flex">
<div class="fg list_box">
<div class="fg list_box" v-for="a of 5" :class="a%2 == 1?'dip_bg':''">
<ul class="right_ul">
<li class="right_ul_title">
<a class="del_case">
<Icon type="md-close" size="16" @click="delitedCase" title="删除" />
</a>
<span class="case">方案一</span>
<span class="case">方案一{{a}}</span>
<span class="case_time">2020-03-22 13:26:35</span>
</li>
<li>延期交付批次数</li>
......@@ -52,7 +52,7 @@
<li>效率系数</li>
</ul>
</div>
<div class="fg list_box">
<!-- <div class="fg list_box">
<ul class="right_ul">
<li class="right_ul_title">
<a class="del_case">
......@@ -75,7 +75,7 @@
<li>任务平衡工序数</li>
<li>效率系数</li>
</ul>
</div>
</div> -->
</div>
</div>
</div>
......
......@@ -78,6 +78,9 @@
}
.right_add{
height: 100%;
.dip_bg{
background: #ecf9f4;
}
.right_ul{
border-right: 1px solid #ccc;
.right_ul_title{
......
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