* Adjust style of api index.

This commit is contained in:
liyuchun
2021-10-28 15:10:23 +08:00
parent 6573f7d627
commit 886f54508f
2 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -1,2 +1 @@
ALTER TABLE `zt_apistruct`
MODIFY COLUMN `desc` text CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `type`;
ALTER TABLE `zt_apistruct` MODIFY COLUMN `desc` text CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `type`;
+3 -3
View File
@@ -42,9 +42,9 @@
</div>
<?php if(!$moduleTree):?>
<hr class="space">
<?php if(!$isRelease):?>
<div class="text-center text-muted tips"><?php echo $lang->api->noModule;?></div>
<?php endif;?>
<?php if(!$isRelease):?>
<div class="text-center text-muted tips"><?php echo $lang->api->noModule;?></div>
<?php endif;?>
<?php endif;?>
<?php echo $moduleTree;?>
</div>