Merge branch 'zg_57907' into 'master'

* Code for task#57907

See merge request easycorp/zentaopms!4141
This commit is contained in:
孙广明
2022-06-27 02:49:02 +00:00
3 changed files with 3 additions and 8 deletions
-2
View File
@@ -1,4 +1,2 @@
.c-company {width: 85px !important;}
.c-company-value {width: 300px !important;}
.mw-table {max-width: 650px !important;}
+1 -3
View File
@@ -1,4 +1,2 @@
.c-company {width: 150px !important;}
.c-company-value {width: 350px !important;}
.mw-table {max-width: 950px !important;}
.c-company-value {width: 470px !important;}
+2 -3
View File
@@ -46,7 +46,7 @@
</div>
<div class='modal-body'>
<form method='post' target='hiddenwin'>
<table class='table table-form mw-table' style='margin: 0 auto'>
<table class='table table-form mw-400px' style='margin: 0 auto'>
<tr>
<th class='c-company'><?php echo $lang->install->company;?></th>
<td class='c-company-value'><?php echo html::input('company', '', "class='form-control'");?></td>
@@ -61,8 +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-\u9fa5]/g, '');\"");?></td>
<td><?php echo $lang->install->placeholder->password;?></td>
<td><?php echo html::input('password', '', "class='form-control' placeholder='{$lang->install->placeholder->password}' oninput=\"this.value = this.value.replace(/[\u4e00-\u9fa5]/g, '');\"");?></td>
</tr>
<tr>
<th></th><td><?php echo html::checkBox('importDemoData', $lang->install->importDemoData);?></td>