浏览代码

优化样式

yujinwen 2 月之前
父节点
当前提交
e03e849e23
共有 2 个文件被更改,包括 4 次插入2 次删除
  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{
             .argument_text{
                 color: #999999;
                 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{
             .argument_text{
                 color: #999999;
                 color: #999999;
-                text-indent: 5em;
+                text-indent: 4em;
+                font-size: 32rpx;
             }
             }
         }
         }
     }
     }