Merge branch 'master_xieqiyu_56923' into 'master'
* Finish task#56923. See merge request easycorp/zentaopms!3921
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
$autoWidth = $col['width'] == 'auto';
|
||||
?>
|
||||
<div class='clearfix col<?php echo ($required ? ' require' : '') . (' fixed-' . $fixed) ?>' data-key='<?php echo $key?>' data-fixed='<?php echo $fixed?>' data-width='<?php echo $col['width']?>'>
|
||||
<div class='actions pull-right'>
|
||||
<div class='actions pull-right' <?php if($autoWidth) echo "style='padding-right: 11px'";?>>
|
||||
<?php if(isset($col['name'])) echo html::hidden('name', $col['name'])?>
|
||||
<span><span class='text-muted'><?php echo $lang->datatable->width?></span> <input type='text' id='width' class='form-control' value='<?php echo $col['width']?>'><?php echo $autoWidth ? ' ' : 'px' ?></span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user