Commit 761050ce authored by 康振飞's avatar 康振飞

table嵌套

parent c7445834
......@@ -831,14 +831,18 @@ textarea::-webkit-input-placeholder {
background: #f5f6fa;
}
.tableCommon .tableCommon tr th {
line-height: 30px;
line-height: 24px;
font-size: 14px;
background: #EEEDF0;
}
.tableCommon .tableCommon tr td {
padding: 0 2px;
background: #D5E6FB;
}
.tableCommon .tableCommon{
tr td {
border: none;
border-bottom: 1px solid #E4E6ED;
padding: 0 2px;
background: #F6F8FB;
}
}
.tableCommon tr td {
line-height: 25px;
font-size: 14px;
......@@ -934,6 +938,15 @@ html [type=button] {
}
.action {
.op{
i{
font-size: 16px;
}
i:hover{
background: #1890FF;
color: #fff;
}
}
a {
margin: 0 5px;
color: #1890FF; //查看和其他
......@@ -947,18 +960,18 @@ html [type=button] {
color: #249E91;
}
a.add:hover {
color: #27AB9D;
}
// a.add:hover {
// // color: #27AB9D;
// }
a.edit {
// color: #32B187;
color: rgb(6, 147, 212)
}
a.edit:hover {
color: #35BD90
}
// a.edit:hover {
// color: #35BD90
// }
a.remove,a.delete {
color: #FF7A8B;
......@@ -990,15 +1003,15 @@ html [type=button] {
}
}
a.icon:hover {
background: #27AB9D;
color: #fff;
}
// a.icon:hover {
// background: #27AB9D;
// color: #fff;
// }
a.icon:active {
background: #229185;
color: #fff;
}
// a.icon:active {
// background: #229185;
// color: #fff;
// }
}
.icon_box{
......
......@@ -10,7 +10,7 @@
:page="false"
@on-selection-change="onSelect"
:batch="true"
:border="false"
:border="true"
:easy="false"
>
<template slot="easySearch"></template>
......
......@@ -52,30 +52,6 @@
<li>效率系数</li>
</ul>
</div>
<!-- <div class="fg list_box">
<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_time">2020-03-22 13:26:35</span>
</li>
<li>延期交付批次数</li>
<li>延期交付天数</li>
<li>提前交付批次数</li>
<li>提前交付天数</li>
<li>周日加班设备数</li>
<li>周日设备工作小时数</li>
<li>周六加班设备数</li>
<li>周六设备工作小时数</li>
<li>重叠法工序数</li>
<li>离散法工序数</li>
<li>离散值平均值</li>
<li>任务平衡工序数</li>
<li>效率系数</li>
</ul>
</div> -->
</div>
</div>
</div>
......
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