瀏覽代碼

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

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>