소스 검색

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

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>