File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 4
4
<BasicLayout >
5
5
<template #wrapper >
6
6
<el-card class =" box-card" >
7
- <el-form ref =" queryForm" :model =" queryParams" :inline =" true" label-width =" 68px" >
7
+ <el-form ref =" queryForm" :model =" queryParams" :inline =" true" label-position = " left " label- width =" 68px" >
8
8
<el-form-item label =" 名称" prop =" jobName" >
9
9
<el-input
10
10
v-model =" queryParams.jobName"
188
188
/>
189
189
190
190
<!-- 添加或修改对话框 -->
191
- <el-dialog :title =" title" :visible.sync =" open" width =" 700px" append-to-body >
191
+ <el-dialog v-dialogDrag :title =" title" :visible.sync =" open" width =" 700px" append-to-body >
192
192
<el-form ref =" form" :model =" form" :rules =" rules" label-width =" 120px" >
193
193
<el-row >
194
194
<el-col :span =" 12" >
Original file line number Diff line number Diff line change 8
8
</el-form-item >
9
9
</el-form >
10
10
<el-row ref =" log" :gutter =" 10" class =" mb8" >
11
- <ul
12
- style ="
11
+ <el-scrollbar style =" height :500px " >
12
+ <ul
13
+ style ="
13
14
background-color : black ;
14
15
color : cornflowerblue ;
15
16
line-height : 25px ;
16
17
padding-top : 15px ;
17
- margin : 0 ;
18
- min-height : 500px ;
19
- "
20
- >
21
- <li v-for =" arr in arrs" >
18
+ margin : 0 ; "
19
+ >
20
+ <li v-for =" (item,index) in arrs" :key =" index" >
22
21
23
- {{ arr }}
24
- </li >
25
- </ul >
22
+ {{ item }}
23
+ </li >
24
+ </ul >
25
+ </el-scrollbar >
26
26
</el-row >
27
27
</div >
28
28
You can’t perform that action at this time.
0 commit comments