Browse Source

Merge branch 'iteration_1.3.3' into dev

lex 2 years ago
parent
commit
18a7585761

+ 4 - 0
src/components/col-upload/index.module.less

@@ -60,5 +60,9 @@
       margin-top: -33px;
       height: 85px;
     }
+    .el-loading-mask {
+      height: 50px;
+      border-radius: 10px;
+    }
   }
 }

+ 4 - 1
src/components/col-upload/index.tsx

@@ -186,7 +186,10 @@ export default defineComponent({
                   <ElIcon>
                     <Document />
                   </ElIcon>
-                  <span class="whitespace-nowrap overflow-hidden text-ellipsis">
+                  <span
+                    class="whitespace-nowrap overflow-hidden text-ellipsis"
+                    style={{ lineHeight: '1.2' }}
+                  >
                     {this.fileName(this.modelValue)}
                   </span>
                 </div>

+ 23 - 28
src/components/musicLIstItem/index.module.less

@@ -1,55 +1,51 @@
 .itemWrapAll {
-  &:nth-last-child(1){
+  &:nth-last-child(1) {
     .itemWrap {
-    border-bottom: none;
+      border-bottom: none;
     }
   }
 }
 .itemWrap {
-
   &:hover {
     background-color: #f8f8f8;
     .vip {
       width: 150px;
       height: 48px;
-      color: #fff!important;
-      background-color: var(--music-list-item-vip-bg)!important;
-      width: 150px!important;
+      color: #fff !important;
+      background-color: var(--music-list-item-vip-bg) !important;
+      width: 150px !important;
       height: 48px;
-      text-align: center!important;
-      color: #fff!important;
-
-      p{
-        width: 150px!important;
+      text-align: center !important;
+      color: #fff !important;
 
+      p {
+        width: 150px !important;
       }
     }
     .free {
-      width: 150px!important;
+      width: 150px !important;
       height: 48px;
-      text-align: center!important;
-      color: #fff!important;
-
-      p{
-        width: 150px!important;
+      text-align: center !important;
+      color: #fff !important;
 
+      p {
+        width: 150px !important;
       }
-      background-color: var(--music-list-item-free-bg)!important;
+      background-color: var(--music-list-item-free-bg) !important;
     }
     .charge {
       width: 150px;
       height: 48px;
       text-align: center;
-      color: #fff!important;
-      background-color: var(--music-list-item-charge-bg)!important;
-      width: 150px!important;
+      color: #fff !important;
+      background-color: var(--music-list-item-charge-bg) !important;
+      width: 150px !important;
       height: 48px;
-      text-align: center!important;
-      color: #fff!important;
-
-      p{
-        width: 150px!important;
+      text-align: center !important;
+      color: #fff !important;
 
+      p {
+        width: 150px !important;
       }
     }
   }
@@ -85,7 +81,7 @@
       width: 88px;
       height: 88px;
       margin-right: 30px;
-      border-radius: 5px;
+      border-radius: 10px;
       overflow: hidden;
     }
     .textWrap {
@@ -166,7 +162,6 @@
     }
     .touchButtonO {
       &:hover {
-
       }
       .touchButton {
         background: #fff;

+ 2 - 3
src/views/muiscDetial/index.module.less

@@ -7,7 +7,6 @@
 .musicWraps {
   // min-height: 100vh;
   background-color: #f8f8f8;
-
 }
 .width1200 {
   width: 1002px;
@@ -273,6 +272,8 @@
         width: 110px;
         height: 110px;
         margin-right: 16px;
+        border-radius: 10px;
+        overflow: hidden;
         cursor: pointer;
 
         // background: #000000;
@@ -358,7 +359,6 @@
             overflow: hidden;
             margin-right: 17px;
             object-fit: cover;
-
           }
           .teacherHeadName {
             padding-top: 2px;
@@ -538,7 +538,6 @@
     .vipIcon {
       width: 42px;
       height: 26px;
-
     }
   }
 }

+ 3 - 1
src/views/muiscDetial/modals/musicItem.module.less

@@ -8,7 +8,7 @@
   margin-bottom: 20px;
   padding: 14px 0;
   &:hover {
-    background: #F4F4F4;
+    background: #f4f4f4;
   }
   cursor: pointer;
   .left {
@@ -19,6 +19,8 @@
       width: 72px;
       height: 72px;
       margin-right: 14px;
+      border-radius: 10px;
+      overflow: hidden;
     }
     .textWrap {
       p {

+ 2 - 0
src/views/user-info/music-class/index.module.less

@@ -64,7 +64,9 @@
     .imgWrap {
       width: 88px;
       height: 88px;
+      border-radius: 10px;
       margin-right: 20px;
+      overflow: hidden;
     }
     .textWrap {
       p {

+ 9 - 9
src/views/user-info/music-operation/index.tsx

@@ -406,6 +406,15 @@ export default defineComponent({
               />
             </ElFormItem>
           )}
+          <div class={styles.tips}>
+            <div class={styles.tipsContent}>
+              1、同一首曲目不可重复上传,如有不同版本统一用“()”补充。举例:人生的旋转木马(长笛二重奏版)。
+              <br />
+              2、曲目名后可添加曲目信息备注,包含但不限于曲目类型等。曲目名《xxxx》,举例:人生的旋转木马《哈尔的移动城堡》(长笛二重奏版)
+              <br />
+              3、其他信息不要写在曲目名里,如歌手、上传人员昵称等。
+            </div>
+          </div>
           <ElFormItem
             label="曲目名称"
             prop="musicSheetName"
@@ -441,15 +450,6 @@ export default defineComponent({
               }}
             />
           </ElFormItem>
-          <div class={styles.tips}>
-            <div class={styles.tipsContent}>
-              1、同一首曲目不可重复上传,如有不同版本统一用“()”补充。举例:人生的旋转木马(长笛二重奏版)。
-              <br />
-              2、曲目名后可添加曲目信息备注,包含但不限于曲目类型等。曲目名《xxxx》,举例:人生的旋转木马《哈尔的移动城堡》(长笛二重奏版)
-              <br />
-              3、其他信息不要写在曲目名里,如歌手、上传人员昵称等。
-            </div>
-          </div>
           <ElFormItem
             label="艺术家"
             prop="composer"