瀏覽代碼

Merge branch 'startLogin'

mo 1 年之前
父節點
當前提交
17f8135d68
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 1 0
      src/components/TheEmpty/index.module.less
  2. 3 2
      src/views/xiaoku-music/index.module.less

+ 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;
   }
-}
+}