* Fix export style.

This commit is contained in:
Yagami
2019-07-01 10:15:01 +08:00
parent 2c28909140
commit dc33a59896
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ if($isCustomExport)
<table class="table table-form">
<tbody>
<tr>
<th><?php echo $lang->file->fileName;?></th>
<th class='w-120px'><?php echo $lang->file->fileName;?></th>
<td class="w-300px"><?php echo html::input('fileName', isset($fileName) ? $fileName : '', "class='form-control' autofocus placeholder='{$lang->file->untitled}'");?></td>
<td></td>
</tr>