* Adjust index page of api.

This commit is contained in:
zhujinyong
2021-12-23 13:27:41 +08:00
parent f384cdfb1b
commit d065d6077b
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -107,7 +107,7 @@
padding-right: 10px;
}
.detail .list-group-item {list-style: none; font-size: 14px; margin-bottom: 10px; line-height: 30px}
.detail .list-group-item span {line-height: 30px; width: 50px;}
.detail .list-group-item span {line-height: 30px; width: 65px;}
.detail .list-group-item .label+.label {margin-left: -4px;}
.detail .list-group-item .label {border-radius: 0;}
-1
View File
@@ -81,7 +81,6 @@
<div class="heading <?php echo $api->method;?>">
<a href="<?php echo helper::createLink('api', 'index', "libID={$api->lib}&moduleID=0&apiID={$api->id}&version=0&release=$release");?>">
<span class="label label-primary"><?php echo $api->method;?></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>