* Code for task#57907

This commit is contained in:
zenggang
2022-06-23 01:26:21 +00:00
parent 1ce9112928
commit f5071a43eb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
.c-company {width: 80px !important;}
.c-company {width: 85px !important;}
.c-company-value {width: 300px !important;}
.mw-table {max-width: 650px !important;}
+1 -1
View File
@@ -61,7 +61,7 @@
</tr>
<tr>
<th><?php echo $lang->install->password;?></th>
<td><?php echo html::input('password', '', "class='form-control' oninput=\"this.value = this.value.replace(/[\u4e00-\u9fa5d]/g, '');\"");?></td>
<td><?php echo html::input('password', '', "class='form-control' oninput=\"this.value = this.value.replace(/[\u4e00-\u9fa5]/g, '');\"");?></td>
<td><?php echo $lang->install->placeholder->password;?></td>
</tr>
<tr>