优化界面

This commit is contained in:
GoEdgeLab
2021-06-10 10:39:05 +08:00
parent fbaa901100
commit 16d0e7ad1a
3 changed files with 9 additions and 6 deletions

View File

@@ -6,6 +6,6 @@
<table class="ui table definition selectable">
<tbody is="http-cache-ref-box" :v-cache-ref="cacheRef" :v-is-reverse="isReverse"></tbody>
</table>
<p class="comment">如果请求满足当前添加的条件,则不缓存。</p>
<p class="comment" v-if="isReverse">如果请求满足当前添加的条件,则不缓存。</p>
<submit-btn>确定</submit-btn>
</form>