【修改】统一间距 按钮修改 增加权限

This commit is contained in:
zhoulingpo
2023-08-04 16:51:01 +08:00
parent fe0c3b7df1
commit 2ed9dd63cc
40 changed files with 232 additions and 186 deletions
@@ -58,7 +58,7 @@
<a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
</a>
<a-button type="primary" @click="searchByquery" icon="search">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
<a-button type="primary" @click="searchReset" icon="reload" class="resetBtn">重置</a-button>
</span>
</a-col>