Selaa lähdekoodia

style: 样式修改

TIANYONG 1 vuosi sitten
vanhempi
commit
f790ba6e20
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      src/page-instrument/view-detail/index.module.less

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

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