改进界面

This commit is contained in:
GoEdgeLab
2021-07-12 17:37:10 +08:00
parent 4bbb3bde74
commit 00675423b4

View File

@@ -27,8 +27,8 @@
<!-- 最近日志 -->
<div v-if="accessLogs.length > 0">
<div class="ui divider"></div>
<h4>最新记录</h4>
<table class="ui table">
<h4>最新拦截记录</h4>
<table class="ui table selectable">
<tr v-for="accessLog in accessLogs" :key="accessLog.requestId">
<td><http-access-log-box :v-access-log="accessLog"></http-access-log-box></td>
</tr>