* Modify api doc base url style.
This commit is contained in:
@@ -65,6 +65,6 @@
|
||||
.tree-actions a {display: inline-block; margin-left: 5px; font-size: 13px; opacity: .6;}
|
||||
.tree li.active > .tree-group a {font-weight: 700; color: #0c64eb;}
|
||||
|
||||
.base-url {background: #f3f3f3; margin: 0; border-top: 1px solid #eee;}
|
||||
.base-url {margin: 0; border-bottom: 1px solid #eee;}
|
||||
.base-url > p {margin: 0; padding-left: 20px; color: black;}
|
||||
.detail+.detail {border-top: 0px;}
|
||||
|
||||
@@ -103,7 +103,7 @@ $lang->api->structAttr = '属性';
|
||||
$lang->api->structAddedBy = '创建人';
|
||||
$lang->api->structAddedDate = '创建时间';
|
||||
$lang->api->name = '接口库名称';
|
||||
$lang->api->baseUrl = '请求基路径';
|
||||
$lang->api->baseUrl = '请求基础路径';
|
||||
$lang->api->baseUrlDesc = '网址或者路径,比如 test.zentao.net 或者 /v1';
|
||||
$lang->api->desc = '描述';
|
||||
$lang->api->control = '访问控制';
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<style>
|
||||
.base-url {margin: 0; border-bottom: 1px solid #eee;}
|
||||
.table-empty-tip > div {display: inline-block;}
|
||||
.detail .list-group-item .heading.GET {
|
||||
background-color: #e7f0f7;
|
||||
|
||||
Reference in New Issue
Block a user