There was an error while loading. Please reload this page.
1 parent 46bb089 commit d95bdc0Copy full SHA for d95bdc0
src/assets/less/common/container.less
@@ -5,7 +5,8 @@
5
position: fixed;
6
z-index: 888;
7
width: 100%;
8
- padding: 0;
+ padding-left: 0;
9
+ padding-right: 0;
10
}
11
.aside{
12
src/assets/less/theme.less
@@ -37,6 +37,7 @@
37
38
// =================== main
39
.menu-main-theme{
40
+ padding-top: @navigationBar-height;
41
margin-left: @menu-width;
42
43
0 commit comments