File tree 1 file changed +3
-3
lines changed
src/views/example/components 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
17
17
<Warning />
18
18
19
- <el-col :span =" 21 " >
19
+ <el-col :span =" 24 " >
20
20
<el-form-item style =" margin-bottom : 40px ;" prop =" title" >
21
21
<MDinput name =" name" v-model =" postForm.title" required :maxlength =" 100" >
22
22
标题
34
34
</el-form-item >
35
35
</el-col >
36
36
37
- <el-col :span =" 8 " >
37
+ <el-col :span =" 10 " >
38
38
<el-form-item label-width =" 80px" label =" 发布时间:" class =" postInfo-container-item" >
39
39
<el-date-picker v-model =" postForm.display_time" type =" datetime" format =" yyyy-MM-dd HH:mm:ss" placeholder =" 选择日期时间" >
40
40
</el-date-picker >
41
41
</el-form-item >
42
42
</el-col >
43
43
44
- <el-col :span =" 8 " >
44
+ <el-col :span =" 6 " >
45
45
<el-form-item label-width =" 60px" label =" 重要性:" class =" postInfo-container-item" >
46
46
<el-rate style =" margin-top :8px ;" v-model =" postForm.importance" :max =' 3' :colors =" ['#99A9BF', '#F7BA2A', '#FF9900']" :low-threshold =" 1"
47
47
:high-threshold =" 3" >
You can’t perform that action at this time.
0 commit comments