Browse Source

间距

tags/6.2.7
叙述、别离 1 year ago
parent
commit
c876908f3b
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      src/admin/templets/catalog_add.htm
  2. +1
    -1
      src/admin/templets/catalog_edit.htm
  3. +1
    -1
      src/admin/templets/index_body.htm

+ 1
- 1
src/admin/templets/catalog_add.htm View File

@@ -140,7 +140,7 @@
}
?>
</select>
<div id="smclass" class="mt-3" style="<?php echo ($channelid<0 ? '' : 'display:none');?>">
<div id="smclass" class="mt-2" style="<?php echo ($channelid<0 ? '' : 'display:none');?>">
<select name="smalltype[]" multiple="yes" class="admin-input-md">
<?php
$sql = "SELECT * FROM `#@__sys_enum` WHERE egroup LIKE 'infotype' ORDER BY disorder ASC, id DESC ";


+ 1
- 1
src/admin/templets/catalog_edit.htm View File

@@ -119,7 +119,7 @@
}
?>
</select>
<div id="smclass" class="mt-3" style="<?php echo ($channelid<0 ? '' : 'display:none');?>">
<div id="smclass" class="mt-2" style="<?php echo ($channelid<0 ? '' : 'display:none');?>">
<select name="smalltype[]" multiple="yes" class="admin-input-md">
<?php
$smtypes = explode(',',trim($myrow['smalltypes']));


+ 1
- 1
src/admin/templets/index_body.htm View File

@@ -169,7 +169,7 @@
<div id="_updateMsg">正在加载</div>
</div>
<div id="stepArea5" class="stepArea">已是最新软件版本。</div>
<div id="_msgInfo" class="mt-3"></div>
<div id="_msgInfo" class="mt-2"></div>
</div>
<div class="modal-footer">
<div id="btnStep0" class="btnStep">


Loading…
Cancel
Save