* Adjsut page style of install.

This commit is contained in:
holan20180123
2021-07-20 16:13:54 +08:00
parent 88d24e684b
commit 1ae0fcda04
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
<table class='table table-form mw-400px' style='margin: 0 auto'>
<tr>
<th class="<?php echo strpos($this->app->getClientLang(), 'zh') === false ? 'w-150px' : 'w-80px';?>"><?php echo $lang->install->company;?></th>
<td class='w-300px'><?php echo html::input('company', '', "class='form-control'");?></td>
<td class="<?php echo strpos($this->app->getClientLang(), 'zh') === false ? 'w-350px' : 'w-300px';?>"><?php echo html::input('company', '', "class='form-control'");?></td>
</tr>
<tr class='hidden'>
<th><?php echo $lang->install->working;?></th>