Commit 919ed249 authored by lizhichao's avatar lizhichao

页面对齐

parent 272e7779
......@@ -17,7 +17,7 @@
>
<div class="top flex">
<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 label="培训计划" prop="courseType">-->
......@@ -44,6 +44,7 @@
clearable
size="small"
:disabled="checkLock"
style="width:215px"
>
<el-option
v-for="course in courseOptions"
......@@ -59,12 +60,15 @@
style="margin-left: 55px"
>
<el-input
style="width: 220px"
style="width: 180px"
placeholder="分钟"
type="number"
v-model="form.duration"
:disabled="checkLock"
></el-input>
<el-label>
(分钟)
</el-label>
</el-form-item>
</div>
<div class="flex">
......
......@@ -592,7 +592,7 @@ export default {
width: 100%;
}
::v-deep .el-dialog {
margin-top: 15vh !important;
margin-top: 10vh !important;
}
.detail {
// position: absolute;
......
......@@ -500,7 +500,7 @@ export default {
width: 100%;
}
::v-deep .el-dialog {
margin-top: 15vh !important;
margin-top: 10vh !important;
}
.detail {
// 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