소스 검색

优化样式

yujinwen 4 주 전
부모
커밋
e609c21a01
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/voice/Detail.vue
  2. 1 0
      src/views/voice/List.vue

+ 1 - 0
src/views/voice/Detail.vue

@@ -444,6 +444,7 @@ const handleVoiceRecord=async (item)=>{
         }
         .argument_text{
             text-indent: 4em;
+            line-height: 24px;
         }
     }
 }

+ 1 - 0
src/views/voice/List.vue

@@ -549,6 +549,7 @@ onActivated(()=>{
                 .argument_text{
                     color: #999999;
                     text-indent: 4em;
+                    line-height: 24px;
                 }
             }