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

table嵌套

parent c7445834
...@@ -831,14 +831,18 @@ textarea::-webkit-input-placeholder { ...@@ -831,14 +831,18 @@ textarea::-webkit-input-placeholder {
background: #f5f6fa; background: #f5f6fa;
} }
.tableCommon .tableCommon tr th { .tableCommon .tableCommon tr th {
line-height: 30px; line-height: 24px;
font-size: 14px; font-size: 14px;
background: #EEEDF0; background: #EEEDF0;
} }
.tableCommon .tableCommon tr td { .tableCommon .tableCommon{
padding: 0 2px; tr td {
background: #D5E6FB; border: none;
} border-bottom: 1px solid #E4E6ED;
padding: 0 2px;
background: #F6F8FB;
}
}
.tableCommon tr td { .tableCommon tr td {
line-height: 25px; line-height: 25px;
font-size: 14px; font-size: 14px;
...@@ -934,6 +938,15 @@ html [type=button] { ...@@ -934,6 +938,15 @@ html [type=button] {
} }
.action { .action {
.op{
i{
font-size: 16px;
}
i:hover{
background: #1890FF;
color: #fff;
}
}
a { a {
margin: 0 5px; margin: 0 5px;
color: #1890FF; //查看和其他 color: #1890FF; //查看和其他
...@@ -947,18 +960,18 @@ html [type=button] { ...@@ -947,18 +960,18 @@ html [type=button] {
color: #249E91; color: #249E91;
} }
a.add:hover { // a.add:hover {
color: #27AB9D; // // color: #27AB9D;
} // }
a.edit { a.edit {
// color: #32B187; // color: #32B187;
color: rgb(6, 147, 212) color: rgb(6, 147, 212)
} }
a.edit:hover { // a.edit:hover {
color: #35BD90 // color: #35BD90
} // }
a.remove,a.delete { a.remove,a.delete {
color: #FF7A8B; color: #FF7A8B;
...@@ -990,15 +1003,15 @@ html [type=button] { ...@@ -990,15 +1003,15 @@ html [type=button] {
} }
} }
a.icon:hover { // a.icon:hover {
background: #27AB9D; // background: #27AB9D;
color: #fff; // color: #fff;
} // }
a.icon:active { // a.icon:active {
background: #229185; // background: #229185;
color: #fff; // color: #fff;
} // }
} }
.icon_box{ .icon_box{
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
:page="false" :page="false"
@on-selection-change="onSelect" @on-selection-change="onSelect"
:batch="true" :batch="true"
:border="false" :border="true"
:easy="false" :easy="false"
> >
<template slot="easySearch"></template> <template slot="easySearch"></template>
......
...@@ -52,30 +52,6 @@ ...@@ -52,30 +52,6 @@
<li>效率系数</li> <li>效率系数</li>
</ul> </ul>
</div> </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> </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