优化界面显示

This commit is contained in:
GoEdgeLab
2022-02-27 21:20:49 +08:00
parent 64668f8e66
commit b75f44947b
3 changed files with 39 additions and 16 deletions

View File

@@ -13,7 +13,8 @@
</div>
</form>
<table class="ui table celled selectable">
<p class="comment" v-if="clusters.length == 0">没有找到相应的集群。</p>
<table class="ui table celled selectable" v-if="clusters.length > 0">
<thead>
<tr>
<th>集群名称</th>