* 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
View File
@@ -2,6 +2,7 @@ body {background: #f1f1f1;}
.container {padding: 0;}
.modal-dialog {width: 100%;}
.modal-footer {text-align: center; margin-top: 0;}
.w-350px {width: 350px;}
.table,.alert {margin: 0;}
.table+.alert {margin-top: 20px;}
+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>