yujinwen 1 miesiąc temu
rodzic
commit
e609c21a01
2 zmienionych plików z 2 dodań i 0 usunięć
  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;
                 }
             }