瀏覽代碼

优化样式

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;
                 }
             }