Преглед изворни кода

0018622: 【一体机】【医生签约】“提交”签约的按键突然变小了

finlay пре 11 месеци
родитељ
комит
e5d6feed52

+ 2 - 2
lib/pages/contract/contract_template/view.dart

@@ -42,9 +42,9 @@ class ContractTemplatePage extends GetView<ContractTemplateController> {
                     onTap: () => gotoSignature(),
                   ),
                   if (controller.state.userSignature != '')
-                    ElevatedButton(
+                    VButton(
                       child: Text("提交"),
-                      onPressed: () {
+                      onTap: () {
                         advanceDebounce(
                             controller.submitContract, "sumbit", 1500);
                       },

+ 4 - 1
lib/pages/traditional_chinese_medicine_constitution/widget/tcm_card.dart

@@ -229,7 +229,10 @@ class _ConfigurableFormState extends State<TCMConstitutionModule> {
                   },
                   child: Text(
                     "选择体质",
-                    style: TextStyle(color: Colors.white),
+                    style: TextStyle(
+                      color: Colors.white,
+                      fontSize: 20,
+                    ),
                   ),
                 ),
               ]