Explorar el Código

Merge branch 'startLogin'

mo hace 1 año
padre
commit
17f8135d68

+ 1 - 0
src/components/TheEmpty/index.module.less

@@ -4,6 +4,7 @@
   display: flex;
   justify-content: center;
   align-items: center;
+  height: 100%;
 
   :global {
     .n-empty__icon {

+ 3 - 2
src/views/xiaoku-music/index.module.less

@@ -247,7 +247,7 @@
   flex: 1;
   background-color: #fff;
   border-radius: 16Px;
-  height: 100%;
+  // height: 100%;
   z-index: 1;
   overflow: hidden;
 
@@ -301,6 +301,7 @@
 .staffImgs {
   flex: 1;
   overflow-y: auto;
+  height: 100%;
 
   &>img {
     width: 100%;
@@ -318,4 +319,4 @@
   .van-fade-leave-to {
     opacity: 0;
   }
-}
+}