Commit defcbfd7 authored by renjintao's avatar renjintao

Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product-rjt

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