Skip to content

Commit d95bdc0

Browse files
committed
样式
1 parent 46bb089 commit d95bdc0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/assets/less/common/container.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
position: fixed;
66
z-index: 888;
77
width: 100%;
8-
padding: 0;
8+
padding-left: 0;
9+
padding-right: 0;
910
}
1011
.aside{
1112
position: fixed;

src/assets/less/theme.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
// =================== main
3939
.menu-main-theme{
40+
padding-top: @navigationBar-height;
4041
margin-left: @menu-width;
4142
}
4243
}

0 commit comments

Comments
 (0)