Commit 7b292125 authored by 康振飞's avatar 康振飞

进度汇报-工单列表ok

parent a7c2b188
...@@ -86,6 +86,9 @@ ...@@ -86,6 +86,9 @@
margin: 0 -16px; margin: 0 -16px;
padding: 0 15px 0; padding: 0 15px 0;
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
.openAll{
margin: 0 0 0 55px;
}
} }
.select_t{ .select_t{
padding: 15px 0 0 0; padding: 15px 0 0 0;
...@@ -93,15 +96,15 @@ ...@@ -93,15 +96,15 @@
} }
.ivu-drawer-body { .ivu-drawer-body {
padding: 0; padding: 0;
.order_title { // .order_title {
border-bottom: 1px solid #ccc; // border-bottom: 1px solid #ccc;
height: 50px; // height: 50px;
line-height: 50px; // line-height: 50px;
padding: 0 0 0 15px; // padding: 0 0 0 15px;
.gd_tt{ // .gd_tt{
margin: 0 55px 0 0; // margin: 0 55px 0 0;
} // }
} // }
.order_list{ .order_list{
.select_t { .select_t {
padding: 15px 20px; padding: 15px 20px;
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<div slot="header"> <div slot="header">
<div class="header"> <div class="header">
<span class="gd_tt">工单列表</span> <span class="gd_tt">工单列表</span>
<a ><Icon type="ios-list" size="18" /> 展开全部列表</a> <a class="openAll"><Icon type="ios-list" size="18" /> 展开全部列表</a>
</div> </div>
<div class="select_t"> <div class="select_t">
<!-- <Icon type="md-arrow-dropright" /> --> <!-- <Icon type="md-arrow-dropright" /> -->
......
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