wolyshaw 2 年之前
父節點
當前提交
f851262b88
共有 2 個文件被更改,包括 4 次插入0 次删除
  1. 1 0
      src/student/music/list/item.module.less
  2. 3 0
      src/student/music/songbook/index.module.less

+ 1 - 0
src/student/music/list/item.module.less

@@ -59,6 +59,7 @@
       display: flex;
       align-items: center;
       padding: 0 10px;
+      margin-right: 5px;
       .userIcon {
         width: 20px;
         height: 20px;

+ 3 - 0
src/student/music/songbook/index.module.less

@@ -21,6 +21,9 @@
     font-size: 12px;
   }
 }
+.albumContainer::-webkit-scrollbar {
+  display: none; /* Chrome Safari */
+}
 .albumContainer {
   width: 100%;
   overflow: hidden;