Merge branch 'sprint207_zg_57907' into 'master'

* Code for task#57907

See merge request easycorp/zentaopms!4089
This commit is contained in:
孙广明
2022-06-23 01:58:52 +00:00
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>