fix code style

This commit is contained in:
thanatos
2021-09-23 10:58:00 +08:00
parent 3b921a953b
commit 1787e7a86c
8 changed files with 47 additions and 45 deletions
+2 -2
View File
@@ -73,9 +73,9 @@
<?php foreach($apiList as $api): ?>
<li class="list-group-item">
<div class="heading <?php echo $api->method;?>">
<a href="<?php echo helper::createLink('api', 'index', 'apiID='. $api->id) ?>">
<a href="<?php echo helper::createLink('api', 'index', 'libID=0&moduleID=0&apiID='. $api->id) ?>">
<span class="label label-primary"><?php echo $api->method; ?></span>
<span class="label label-warning"><?php echo apiModel::getApiStatusText($api->status); ?></span>
<span class="label label-warning" style="width: 60px"><?php echo apiModel::getApiStatusText($api->status); ?></span>
<span class="path"><?php echo $api->path; ?></span>
<span class="desc"><?php echo $api->title; ?></span>
</a>