@@ -101,7 +101,7 @@
background: @themeColor;
border-right: 1px @darkLightBorderColor solid;
box-sizing: border-box;
- overflow-y: auto;
+ overflow: hidden;
padding-top: 5px;
position: relative;
padding-bottom: 50px;
@@ -123,7 +123,9 @@
}
&>ul{
overflow-x: hidden;
+ overflow-y: auto;
white-space: nowrap;
+ height: calc(100% - 90px);
&>li{
text-indent: 42px;
background: url("../images/module.png") 16px 12px no-repeat;
@@ -227,8 +229,8 @@
color: @fstColor;
.copy-right{
- position: fixed;
- bottom: 0px;
+ /*position: fixed;
+ bottom: 0px;*/
width: @menuWt+(-1px);
text-align: center;
height: 50px;
@@ -36,8 +36,8 @@
width: @menuWt+15px;
height: 100%;
float: left;
- overflow-x: hidden;
+ /*overflow-y: auto;*/
border-right: 1px @frameBdColor solid;
.logo{
@@ -53,7 +53,9 @@
+ height:calc(100% - 140px);
&>ul>li{
@@ -154,8 +156,8 @@
cursor: pointer;
width: @menuWt+15;
@@ -35,7 +35,6 @@ const pageMap={
"YH-KSZR-BASYHGLZB_XQ":'partDetail.html',
"YH-JCSJWH-ZKLXWH":'assertType.html',
- "YH-ZKK-TMQXZB_XQ":'singleVeto.html?from=1',
};
//重写assign方法