Selaa lähdekoodia

森语-用户管理-按钮错位

jbb 2 vuotta sitten
vanhempi
commit
9bbc2e0924
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/system/RoleUserList.vue

+ 1 - 1
src/views/system/RoleUserList.vue

@@ -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>