Przeglądaj źródła

style: 样式修改

TIANYONG 1 rok temu
rodzic
commit
f790ba6e20

+ 4 - 4
src/page-instrument/view-detail/index.module.less

@@ -11,9 +11,9 @@
 }
 }
 
 
 .detail {
 .detail {
-    // width: 100vw;
+    width: 100vw;
     height: 100vh;
     height: 100vh;
-    // overflow: hidden;
+    overflow: hidden;
     --header-height: 62px;
     --header-height: 62px;
     background: var(--container-background);
     background: var(--container-background);
 
 
@@ -37,8 +37,8 @@
         border-radius: 10px;
         border-radius: 10px;
         transition: height .2s;
         transition: height .2s;
         transition: padding-bottom .2s;
         transition: padding-bottom .2s;
-        // overflow: hidden;
-        overflow-x: scroll;
+        overflow: hidden;
+        //overflow-x: scroll;
     }
     }
 }
 }