Browse Source

currency文本改为居左

jqh 4 years ago
parent
commit
c93c99c3ad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Form/Field/Currency.php

+ 1 - 0
src/Form/Field/Currency.php

@@ -22,6 +22,7 @@ class Currency extends Text
         'radixPoint'         => '.',
         'prefix'             => '',
         'removeMaskOnSubmit' => true,
+        'rightAlign'         => false,
     ];
 
     /**