mirror of
https://gitee.com/huoyo/ko-time.git
synced 2025-12-07 09:18:31 +08:00
更新样式
This commit is contained in:
parent
9bb8d72e20
commit
2360dfcd55
@ -22,6 +22,7 @@
|
|||||||
<ul class="layui-tab-title">
|
<ul class="layui-tab-title">
|
||||||
<li class="layui-this">总览</li>
|
<li class="layui-this">总览</li>
|
||||||
<li>接口列表</li>
|
<li>接口列表</li>
|
||||||
|
<li>联系我</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="layui-tab-content" style="height: 100px;">
|
<div class="layui-tab-content" style="height: 100px;">
|
||||||
<div class="layui-tab-item layui-show">
|
<div class="layui-tab-item layui-show">
|
||||||
@ -69,7 +70,7 @@
|
|||||||
${runtime.className}#${runtime.methodName} 
|
${runtime.className}#${runtime.methodName} 
|
||||||
<span class="layui-badge <#if runtime.avgRunTime gt 800 >layui-bg-red
|
<span class="layui-badge <#if runtime.avgRunTime gt 800 >layui-bg-red
|
||||||
<#else>layui-bg-green
|
<#else>layui-bg-green
|
||||||
</#if>">${runtime.avgRunTime}毫秒</span>
|
</#if>">平均响应 ${runtime.avgRunTime} 毫秒</span>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="layui-colla-content viewer" style="width: 1500px;height:600px;">
|
<div class="layui-colla-content viewer" style="width: 1500px;height:600px;">
|
||||||
</div>
|
</div>
|
||||||
@ -77,6 +78,25 @@
|
|||||||
</#list>
|
</#list>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!--联系我-->
|
||||||
|
<div class="layui-tab-item">
|
||||||
|
|
||||||
|
<fieldset class="layui-elem-field layui-field-title" style="margin-top: 50px;">
|
||||||
|
<legend>@zhangchang#1729913829@qq.com</legend>
|
||||||
|
</fieldset>
|
||||||
|
<script src='https://gitee.com/huoyo/ko-time/widget_preview' async defer></script>
|
||||||
|
<div id="osc-gitee-widget-tag"></div>
|
||||||
|
<style>
|
||||||
|
.osc_pro_color {color: #ffffff !important;}
|
||||||
|
.osc_panel_color {background-color: #1e252b !important;}
|
||||||
|
.osc_background_color {background-color: #323d47 !important;}
|
||||||
|
.osc_border_color {border-color: #455059 !important;}
|
||||||
|
.osc_desc_color {color: #d7deea !important;}
|
||||||
|
.osc_link_color * {color: #99a0ae !important;}
|
||||||
|
</style>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -101,7 +121,6 @@
|
|||||||
|
|
||||||
//监听折叠
|
//监听折叠
|
||||||
element.on('collapse(test)', function (data) {
|
element.on('collapse(test)', function (data) {
|
||||||
console.log(data)
|
|
||||||
id = data.title['0'].id
|
id = data.title['0'].id
|
||||||
show(data.content['0'],id)
|
show(data.content['0'],id)
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user