@@ -99,7 +99,7 @@
content: " ";
display: inline-block;
position: absolute;
- left: 270px;
+ left: @menuWt+(-30px);
top:18px;
width: 10px;
height: 6px;
@@ -50,7 +50,7 @@
@@ -84,7 +84,7 @@
}
.tab-container{
- margin-left: 310px;
+ margin-left: @menuWt+10px;
height: 100%;
.content-box{
width:70%;
@@ -93,7 +93,7 @@ textarea {
@headerHt:50px; /*logo栏高度*/
@menuLiHt:40px; /*菜单项高度*/
-@menuWt:300px; /*菜单宽度*/
+@menuWt:205px; /*菜单宽度*/
@activeColor:#5A8EEE; /*菜单项选中颜色*/
@activeBg:#EEF4FF; /*菜单项选中背景*/
@borderColor:#E2E5EF; /**边框颜色**/