* Fix the style problem of creating the document library.

This commit is contained in:
tianshujie
2023-04-21 09:05:50 +08:00
parent e2c553cf02
commit d27d489adc
+1 -1
View File
@@ -37,7 +37,7 @@
<?php endif;?>
<tr class='objectBox'>
<th><?php echo $lang->doc->{$type}?></th>
<td class='required'><?php echo html::select($type, $objects, $objectID, "class='form-control chosen' data-drop-direction='down'")?></td>
<td class='required'><?php echo html::select($type, $objects, $objectID, "class='form-control picker-select' data-drop-direction='bottom'")?></td>
</tr>
<?php if($app->tab == 'doc' and $type == 'project'):?>
<tr class='executionBox'>