فهرست منبع

班表管理,班次管理前端页面问题修改及优化

yejian016332 3 سال پیش
والد
کامیت
11ffec2a76
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      imcs-ui/src/components/UserSelects/index.vue

+ 2 - 1
imcs-ui/src/components/UserSelects/index.vue

@@ -35,7 +35,8 @@
           </el-transfer>
         </el-col>
       </el-row>
-      <el-row :gutter="20" >
+
+      <el-row :gutter="20" style="margin-top: 10px;margin-right: 20px">
         <el-col :span="20" align="right">
           <el-button plain type="warning" @click="cancel">{{ $t('common.cancel') }}</el-button>
           <el-button plain type="primary" @click="submitForm">{{ $t('common.confirm') }}</el-button>