Commit 919ed249 authored by lizhichao's avatar lizhichao

页面对齐

parent 272e7779
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
> >
<div class="top flex"> <div class="top flex">
<el-form-item label="课程标题" prop="courseName"> <el-form-item label="课程标题" prop="courseName">
<el-input style="width: 400px" v-model="form.courseName" :disabled="checkLock"></el-input> <el-input style="width: 568px" v-model="form.courseName" :disabled="checkLock"></el-input>
</el-form-item> </el-form-item>
<!--<el-form-item label="培训计划" prop="courseType">--> <!--<el-form-item label="培训计划" prop="courseType">-->
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
clearable clearable
size="small" size="small"
:disabled="checkLock" :disabled="checkLock"
style="width:215px"
> >
<el-option <el-option
v-for="course in courseOptions" v-for="course in courseOptions"
...@@ -59,12 +60,15 @@ ...@@ -59,12 +60,15 @@
style="margin-left: 55px" style="margin-left: 55px"
> >
<el-input <el-input
style="width: 220px" style="width: 180px"
placeholder="分钟" placeholder="分钟"
type="number" type="number"
v-model="form.duration" v-model="form.duration"
:disabled="checkLock" :disabled="checkLock"
></el-input> ></el-input>
<el-label>
(分钟)
</el-label>
</el-form-item> </el-form-item>
</div> </div>
<div class="flex"> <div class="flex">
......
...@@ -592,7 +592,7 @@ export default { ...@@ -592,7 +592,7 @@ export default {
width: 100%; width: 100%;
} }
::v-deep .el-dialog { ::v-deep .el-dialog {
margin-top: 15vh !important; margin-top: 10vh !important;
} }
.detail { .detail {
// position: absolute; // position: absolute;
......
...@@ -500,7 +500,7 @@ export default { ...@@ -500,7 +500,7 @@ export default {
width: 100%; width: 100%;
} }
::v-deep .el-dialog { ::v-deep .el-dialog {
margin-top: 15vh !important; margin-top: 10vh !important;
} }
.detail { .detail {
// position: absolute; // position: absolute;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment