wolyshaw 2 年 前
コミット
f851262b88

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