Browse Source

优化样式

yujinwen 2 months ago
parent
commit
e03e849e23
2 changed files with 4 additions and 2 deletions
  1. 2 1
      pages-voice/myVoice.vue
  2. 2 1
      pages/voice/voice.vue

+ 2 - 1
pages-voice/myVoice.vue

@@ -468,7 +468,8 @@ export default {
             }
             .argument_text{
                 color: #999999;
-                text-indent: 5em;
+                text-indent: 4em;
+                font-size: 32rpx;
             }
         }
     }

+ 2 - 1
pages/voice/voice.vue

@@ -593,7 +593,8 @@ export default {
             }
             .argument_text{
                 color: #999999;
-                text-indent: 5em;
+                text-indent: 4em;
+                font-size: 32rpx;
             }
         }
     }