mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-04 05:00:25 +08:00
优化文字
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
<div v-if="checkedServerIds.length > 0">
|
||||
<div class="ui divider"></div>
|
||||
<button class="ui button basic" @click.prevent="deleteServers">删除所选{{checkedServerIds.length}}网站</button>
|
||||
<button class="ui button basic" @click.prevent="resetCheckedServers">清除所选</button>
|
||||
<button class="ui button basic" @click.prevent="resetCheckedServers">取消所选</button>
|
||||
</div>
|
||||
|
||||
<table class="ui table selectable celled" v-if="servers.length > 0">
|
||||
|
||||
Reference in New Issue
Block a user