改进界面

This commit is contained in:
刘祥超
2020-11-21 15:53:04 +08:00
parent 9ef9ea52f7
commit 9a1a8bd17f
31 changed files with 66 additions and 64 deletions

View File

@@ -16,7 +16,7 @@
<tr>
<th style="width:3em"></th>
<th>分组名称</th>
<th>服务数量</th>
<th class="center width10">服务数量</th>
<th class="two op">操作</th>
</tr>
</thead>
@@ -24,7 +24,7 @@
<tr>
<td style="text-align: center;"><i class="icon bars handle grey"></i> </td>
<td>{{group.name}}</td>
<td>
<td class="center">
<span v-if="group.countServers > 0">{{group.countServers}}</span>
<span v-else class="disabled">0</span>
</td>