|
@@ -115,7 +115,7 @@
|
|
|
</a-form>
|
|
|
</div>
|
|
|
<!-- 操作按钮区域 -->
|
|
|
- <div class="table-operator" :md="24" :sm="24" style="margin: -25px 0px 10px 2px">
|
|
|
+ <div class="table-operator" :md="24" :sm="24" >
|
|
|
<a-button @click="handleAdd2" type="primary" icon="plus" style="margin-top: 16px">用户录入</a-button>
|
|
|
<!--<a-button @click="handleEdit2" type="primary" icon="edit" style="margin-top: 16px">用户编辑</a-button>-->
|
|
|
<a-button @click="handleAddUserRole" type="primary" icon="plus" style="margin-top: 16px">添加已有用户</a-button>
|