终端培训新增按钮间距调整

This commit is contained in:
Yjhon 2022-02-24 09:30:37 +08:00
parent e8cba8fceb
commit 56b2947018
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<a-button type="primary" icon="search" @click="$refs.table.refresh(true)">查询</a-button> <a-button type="primary" icon="search" @click="$refs.table.refresh(true)">查询</a-button>
<a-button icon="redo" @click="() => (queryParam = {})">重置</a-button> <a-button icon="redo" @click="() => (queryParam = {})">重置</a-button>
</a-space> </a-space>
<br/>
<a-space class="table-operator" direction="horizontal"> <a-space class="table-operator" direction="horizontal">
<a-button v-if="hasPerm(power.add)" type="primary" icon="plus" @click="handledCreate">新增项目</a-button> <a-button v-if="hasPerm(power.add)" type="primary" icon="plus" @click="handledCreate">新增项目</a-button>
</a-space> </a-space>