zhengjinyi 1 سال پیش
والد
کامیت
80e2ec49bf
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/sys/user-edit.vue

+ 1 - 1
src/views/sys/user-edit.vue

@@ -22,7 +22,7 @@
         </el-form-item>
       </template>
     </el-form>
-    <div slot="footer" class="dialog-footer" style="width:1px;margin:0 auto;padding:40px 0 80px 0;">
+    <div slot="footer" class="dialog-footer" style="width:500px;margin:0 auto;padding:40px 0 80px 0;text-align: center;">
       <el-button v-loading.fullscreen.lock="fullscreenLoading" type="primary" style="width: 100px;" @click="onSubmite()">保存</el-button>
       <el-button plain @click="backToList">返回</el-button>
     </div>