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 @@
</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,8 +78,16 @@
}
.right_add{
height: 100%;
.right_ul{
.dip_bg{
background: #ecf9f4;
}
.list_box{
border-right: 1px solid #ccc;
}
.list_box:last-of-type{
border-right: none;
}
.right_ul{
.right_ul_title{
position: relative;
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