Przeglądaj źródła

style: 切换分轨ui优化

TIANYONG 1 rok temu
rodzic
commit
727950c63d

+ 4 - 1
src/view/plugins/toggleMusicSheet/choosePartName/index.module.less

@@ -30,9 +30,12 @@
   .picker {
     flex: 1;
     height: 100px;
+    display: flex;
+    align-items: center;
+    justify-content: center;
     :global {
       .van-picker__columns {
-        height: 100% !important;
+        //height: 80% !important;
       }
     }
   }