优化界面

This commit is contained in:
刘祥超
2021-06-10 10:39:05 +08:00
parent 7308748957
commit 9fa9f74b90
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>