Bladeren bron

修改样式

lex-xin 9 maanden geleden
bovenliggende
commit
2ec5ef5984

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

@@ -14,7 +14,7 @@
     }
   }
 
-  .mSearch {
+  .mSearch11 {
     padding-top: 8px;
     :global {
       .van-search__content {

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

@@ -441,7 +441,7 @@ export default defineComponent({
             v-model:modelValue={searchValue.value}
             background={'transparent'}
             inputBackground="transparent"
-            class={styles.mSearch}
+            class={styles.mSearch11}
             onSearch={(val: any) => {
               if (state.tabActive === 'RECOMMEND') {
                 state.recommendSearch.name = val;

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

@@ -66,6 +66,12 @@
       font-size: 18px;
       color: #131415;
       line-height: 25px;
+
+      :global {
+        .van-notice-bar__wrap {
+          justify-content: center;
+        }
+      }
     }
 
     .staff {