张延森 2 年之前
父節點
當前提交
b42d899baf
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. 1
    1
      resources/static/css/common.css
  2. 1
    1
      resources/static/less/nav-menu.less

+ 1
- 1
resources/static/css/common.css 查看文件

@@ -5,7 +5,7 @@
5 5
 .nav-menu {
6 6
   display: flex;
7 7
   justify-content: center;
8
-  width: 600px;
8
+  max-width: 600px;
9 9
   height: 100%;
10 10
   margin: 0 auto;
11 11
 }

+ 1
- 1
resources/static/less/nav-menu.less 查看文件

@@ -1,7 +1,7 @@
1 1
 .nav-menu {
2 2
   display: flex;
3 3
   justify-content: center;
4
-  width: 600px;
4
+  max-width: 600px;
5 5
   height: 100%;
6 6
   margin: 0 auto;
7 7