From de5cd00958815282c3a8e3852fe050879488e84b Mon Sep 17 00:00:00 2001 From: Yjhon Date: Tue, 22 Feb 2022 10:53:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/course/CoursewareAddOrUpdate.vue | 4 ++-- src/views/project/ProjectStepForm.vue | 26 ++++------------------ 2 files changed, 6 insertions(+), 24 deletions(-) diff --git a/src/views/course/CoursewareAddOrUpdate.vue b/src/views/course/CoursewareAddOrUpdate.vue index d58ea79..143d06f 100644 --- a/src/views/course/CoursewareAddOrUpdate.vue +++ b/src/views/course/CoursewareAddOrUpdate.vue @@ -20,11 +20,11 @@
课件学时:  - +

课件学分:  - +

课件大小:  diff --git a/src/views/project/ProjectStepForm.vue b/src/views/project/ProjectStepForm.vue index a3f5db2..fb33964 100644 --- a/src/views/project/ProjectStepForm.vue +++ b/src/views/project/ProjectStepForm.vue @@ -15,20 +15,8 @@ - - + +
@@ -71,14 +59,8 @@ export default { currentTab: 0, sourcePath: '', t: '', - labelCol: { - xs: { span: 24 }, - sm: { span: 6 } - }, - wrapperCol: { - xs: { span: 24 }, - sm: { span: 16 } - }, + labelCol: {xs: { span: 24 }, sm: { span: 6 } }, + wrapperCol: { xs: { span: 24 }, sm: { span: 16 } }, modalTitle: '新增项目', visible: false, confirmLoading: false,