lex-xin 5 months ago
parent
commit
7242d6ed8d

+ 7 - 0
src/components/m-search/index.module.less

@@ -72,6 +72,13 @@
     --van-font-size-xs: 12px;
     background: linear-gradient(to right, #40c4fe, #259CFE);
     border: none;
+    font-weight: 600;
+
+    :global {
+      .van-button__text {
+        margin-top: 1px;
+      }
+    }
   }
 
   .leftIcon {

+ 1 - 0
src/views/hot-music-more/index.module.less

@@ -445,6 +445,7 @@
       border: 1px solid #1CACF1;
       background: #EBF8FF;
       color: #1CACF1;
+      font-weight: bold;
 
       &::after {
         border-bottom: 4px solid #1CACF1;

+ 1 - 2
src/views/hot-music-more/index.tsx

@@ -256,7 +256,6 @@ export default defineComponent({
     };
 
     const onReset = () => {
-      //
       state.sNt = '';
       state.sAPT = '';
       data.tagActiveId = '';
@@ -450,8 +449,8 @@ export default defineComponent({
                       if (state.tabActive === '') {
                         if (state.isAllStatus) {
                           state.searchPopup = !state.searchPopup;
-
                           if (state.searchPopup) {
+
                           }
                         } else {
                           state.isAllStatus = true;

+ 1 - 0
src/views/hot-music-more/music-detail/index.module.less

@@ -111,6 +111,7 @@
     color: #ffffff;
     line-height: 25px;
     flex: 1 auto;
+    border: none;
     &::after {
       display: none;
     }

+ 2 - 1
src/views/hot-music-more/music-detail/index.tsx

@@ -520,7 +520,8 @@ export default defineComponent({
                       <iframe
                         id="staffIframeRef"
                         style={{
-                          width: '100%'
+                          width: '100%',
+                          paddingTop: '4px'
                           // opacity: loading.value ? 0 : 1
                         }}
                         src={data.iframeSrc}></iframe>