lex hai 1 ano
pai
achega
80d6628513

+ 2 - 2
src/views/co-ai/baseIndex.module.less

@@ -163,11 +163,11 @@
 
 .wrapItem {
   position: relative;
-  width: 130px;
+  width: 128px;
   display: flex;
   flex-direction: column;
   align-items: center;
-  padding: 0 14px;
+  padding: 0 12px;
   flex-shrink: 0;
   z-index: 1;
   margin-bottom: 18px;

+ 1 - 1
src/views/co-ai/index.tsx

@@ -67,7 +67,7 @@ export default defineComponent({
       /** 音乐Index */
       musicIndex: 0,
       /** 显示哪种曲谱 */
-      showMusicImg: 'fixed' as 'staff' | 'first' | 'fixed',
+      showMusicImg: 'first' as 'staff' | 'first' | 'fixed',
       popoverShow: false,
       popoverMusicShow: false,
       /** 教材列表 */

+ 4 - 2
src/views/courseware-list/index.module.less

@@ -333,7 +333,7 @@
   padding-top: 12px;
 
   .searchList {
-    padding: 0 11px;
+    padding: 0 0px 0 11px;
     max-height: 58vh;
     overflow-x: hidden;
     overflow-y: auto;
@@ -361,7 +361,7 @@
     display: flex;
     flex-flow: wrap;
     justify-content: flex-start;
-    gap: 8px 9px;
+    // gap: 8px 9px;
     padding-top: 11px;
     padding-bottom: 14px;
 
@@ -373,6 +373,8 @@
         background: #F6F6F6;
         border: none;
         color: #333333;
+        margin-right: 8px;
+        margin-bottom: 9px;
       }
 
       .van-tag--plain {