终端培训新增按钮间距调整
This commit is contained in:
parent
e8cba8fceb
commit
56b2947018
|
@ -27,7 +27,7 @@
|
|||
<a-button type="primary" icon="search" @click="$refs.table.refresh(true)">查询</a-button>
|
||||
<a-button icon="redo" @click="() => (queryParam = {})">重置</a-button>
|
||||
</a-space>
|
||||
|
||||
<br/>
|
||||
<a-space class="table-operator" direction="horizontal">
|
||||
<a-button v-if="hasPerm(power.add)" type="primary" icon="plus" @click="handledCreate">新增项目</a-button>
|
||||
</a-space>
|
||||
|
|
Loading…
Reference in New Issue