Commit 5dac8ef0 authored by 康振飞's avatar 康振飞

生产准备--详情优化

parent bbd112a3
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
<h4 class="tree_tit pl5">产品结构 <h4 class="tree_tit pl5">产品结构
<a class="menu_play fr" @click="hideMenu" title="收起"> <a class="menu_play fr" @click="hideMenu" title="收起">
<Icon type="ios-arrow-back" size="24" /> <Icon type="ios-arrow-back" size="24" />
<!-- <Icon type="md-arrow-round-back"/> -->
</a> </a>
</h4> </h4>
</div> </div>
......
...@@ -40,9 +40,6 @@ ...@@ -40,9 +40,6 @@
color: #515A6E; color: #515A6E;
border-top-right-radius: 5px; border-top-right-radius: 5px;
border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;
// position: absolute;
// top: 100px;
// left: 0px;
background: #ffffff; background: #ffffff;
box-shadow: #ccc 2px 2px 4px 1px; box-shadow: #ccc 2px 2px 4px 1px;
} }
...@@ -115,6 +112,10 @@ ...@@ -115,6 +112,10 @@
.ivu-menu-horizontal{ .ivu-menu-horizontal{
height: 40px; height: 40px;
line-height: 40px; line-height: 40px;
.ivu-menu-item{
width: 97px;
text-align: center;
}
a.ivu-menu-item-active::before{ a.ivu-menu-item-active::before{
content: ""; content: "";
display: block; display: block;
...@@ -125,7 +126,7 @@ ...@@ -125,7 +126,7 @@
height: 0; height: 0;
position: absolute; position: absolute;
bottom: -6px; bottom: -6px;
left: 40%; left: 43%;
} }
a.ivu-menu-item-active::after{ a.ivu-menu-item-active::after{
content: ""; content: "";
...@@ -137,7 +138,7 @@ ...@@ -137,7 +138,7 @@
height: 0; height: 0;
position: absolute; position: absolute;
bottom: -4px; bottom: -4px;
left: 41%; left: 44%;
} }
} }
......
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