Browse Source

2.头部层级压住了遮罩
3.pc头部太宽了

armg 2 tuần trước cách đây
mục cha
commit
b5052adfb1
1 tập tin đã thay đổi với 6 bổ sung2 xóa
  1. 6 2
      src/styles/index.scss

+ 6 - 2
src/styles/index.scss

@@ -16,18 +16,22 @@ html {
       margin: 0 auto;
       overflow: hidden;
       width: 100%;
+      .header{
+        max-width: 420px!important;
+        left:calc(50% - 210px)!important;
+      }
     }
+
   }
 
   .AI-Design-container {
     position: relative;
-
     .header {
       position: fixed;
       top: 0;
       left: 0;
       width: 100%;
-      z-index: 9999999;
+      z-index: 99;
     }
 
     .header+div {