lex 2 лет назад
Родитель
Сommit
84b37faa56
2 измененных файлов с 4 добавлено и 3 удалено
  1. 2 2
      src/views/music/songbook/index.module.less
  2. 2 1
      src/views/music/songbook/list.tsx

+ 2 - 2
src/views/music/songbook/index.module.less

@@ -29,10 +29,10 @@
 .cellValue {
   line-height: 20px;
   height: 20px;
-  padding: 0 5px 0 7px;
+  padding: 2px 5px 0 7px;
   background: #dfefec;
   display: inline-block;
-  border-radius: 9px;
+  border-radius: 20px;
   color: var(--van-primary);
 }
 .albumContainer::-webkit-scrollbar {

+ 2 - 1
src/views/music/songbook/list.tsx

@@ -80,7 +80,8 @@ export default defineComponent({
             v-slots={{
               value: () => (
                 <span class={styles.cellValue}>
-                  更多 <Icon name="arrow" />
+                  更多
+                  <Icon name="arrow" />
                 </span>
               )
             }}