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

生产准备--详情优化

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