소스 검색

文字大小修改。

liu 2 년 전
부모
커밋
afcd5950cb
2개의 변경된 파일8개의 추가작업 그리고 12개의 파일을 삭제
  1. 4 6
      src/views/personal/pages/detailTtoBePaid/detailTtoBePaid.vue
  2. 4 6
      src/views/personal/pages/toBePaid/toBePaid.vue

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

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

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

@@ -420,11 +420,9 @@ export default {
     width: 100%;
     height: 100%;
 }
-.van-button--normal {
-    padding: 0 25px;
-    font-size: 13px;
-    border-radius: 20px;
-    font-weight: 600;
-    border-radius: 25px;
+#toBePaid .van-button--small {
+    height: 32px;
+    padding: 0 8px;
+    font-size: 12px
 }
 </style>