优化操作按钮

This commit is contained in:
java110 2020-06-04 19:05:53 +08:00
parent 1a71500708
commit d0f603d26b

View File

@ -58,9 +58,9 @@
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
<thead>
<tr>
<th class="text-center">位置ID</th>
<th class="text-center">位置名称</th>
<th class="text-center">位置类型</th>
<th class="text-center">位置ID</th>
<th class="text-right">操作</th>
@ -68,9 +68,9 @@
</thead>
<tbody>
<tr v-for="location in locationManageInfo.locations">
<td class="text-center">{{location.locationId}}</td>
<td class="text-center">{{location.locationName}}</td>
<td class="text-center">{{location.locationType}}</td>
<td class="text-center">{{location.locationId}}</td>
<td class="text-right">
<div class="btn-group">
<button class="btn-white btn btn-xs"