lex 3 年之前
父节点
当前提交
9f1d6fc5ee

文件差异内容过多而无法显示
+ 1 - 0
dist/assets/polyfills-legacy.60326892.js


文件差异内容过多而无法显示
+ 1 - 0
dist/assets/polyfills-legacy.c552a293.js


+ 4 - 0
dist/index.html

@@ -45,7 +45,11 @@
     <div id="app"></div>
     
     <script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
+<<<<<<< HEAD
     <script nomodule crossorigin id="vite-legacy-polyfill" src="./assets/polyfills-legacy.60326892.js"></script>
+=======
+    <script nomodule crossorigin id="vite-legacy-polyfill" src="./assets/polyfills-legacy.c552a293.js"></script>
+>>>>>>> fine-music-score
     <script nomodule crossorigin id="vite-legacy-entry" data-src="./assets/index-legacy.7ef67fdb.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
   </body>
 </html>

+ 1 - 1
src/components/TheMusicGrid/index.module.less

@@ -34,7 +34,7 @@
     // height: 110px;
     height: 29vw;
     // height: calc((100vw - 48px) / 3);
-    border-radius: 6px;
+    border-radius: 10px;
     overflow: hidden;
     margin-bottom: 6px;
     max-height: 355px;

+ 4 - 4
src/components/TheSong/index.module.less

@@ -18,13 +18,13 @@
   .iconFine {
     width: 16px;
     height: 20px;
-    margin-left: 6px;
+    margin-right: 6px;
     flex-shrink: 0;
   }
   .iconAlbum {
     width: 15px;
     height: 15px;
-    margin-left: 6px;
+    margin-right: 6px;
     flex-shrink: 0;
   }
   .content {
@@ -65,11 +65,11 @@
       }
     }
     .title {
-      max-width: 110px;
+      max-width: 145px;
       font-size: 16px;
       font-weight: bold;
       color: #1a1a1a;
-      margin: 0 6px;
+      margin: 0 6px 0 0;
     }
     .singer {
       max-width: 50px;

+ 2 - 2
src/components/TheSong/index.tsx

@@ -40,14 +40,14 @@ export default defineComponent({
           >
             <div class={styles.content}>
               <div class={styles.top}>
-                <Tag
+                {/* <Tag
                   style={{ color: colors[n.chargeType].color }}
                   class={styles.tag}
                   type="success"
                   plain
                 >
                   {colors[n.chargeType].text}
-                </Tag>
+                </Tag> */}
                 {n.exquisiteFlag === 1 && (
                   <Image src={IconFine} class={styles.iconFine} />
                 )}

部分文件因为文件数量过多而无法显示