Explorar el Código

feat: 充值记录按钮宽度修改

liangan hace 1 mes
padre
commit
d71ca315be
Se han modificado 2 ficheros con 4 adiciones y 2 borrados
  1. 2 1
      src/pages.json
  2. 2 1
      src/pages/wallet/recharge.vue

+ 2 - 1
src/pages.json

@@ -214,7 +214,8 @@
             "buttons": [
               {
                 "text": "Record",
-                "fontSize": "28rpx"
+                "fontSize": "28rpx",
+                "width": "85px"
               }
             ]
           }

+ 2 - 1
src/pages/wallet/recharge.vue

@@ -9,7 +9,8 @@
         "buttons": [
           {
             "text": "Record",
-            "fontSize": "28rpx"
+            "fontSize": "28rpx",
+            "width": "85px"
           }
         ]
       }