瀏覽代碼

文字大小修改。

liu 2 年之前
父節點
當前提交
d96c383e47
共有 1 個文件被更改,包括 6 次插入4 次删除
  1. 6 4
      src/views/personal/pages/detailTtoBePaid/detailTtoBePaid.vue

+ 6 - 4
src/views/personal/pages/detailTtoBePaid/detailTtoBePaid.vue

@@ -812,9 +812,11 @@ export default {
 #detailTtoBePaid .van-popup {
     background: none;
 }
-#toBePaid .van-button--small {
-    height: 32px;
-    padding: 0 8px;
-    font-size: 12px
+.van-button {
+    padding: 0 25px;
+    font-size: 14px;
+    border-radius: 20px;
+    font-weight: 600;
+    border-radius: 25px;
 }
 </style>