style:样式修改
Showing
5 changed files
with
13 additions
and
7 deletions
1 | { | 1 | { |
2 | "TITLE": "汉中市数据上报系统", | 2 | "TITLE": "汉中市数据上报系统", |
3 | "THEME": "sb", | 3 | "THEME": "sb", |
4 | "CODE": "BDCSBPT", | 4 | "CODE": "BDCJGPT", |
5 | "SERVERAPI": "/bdcsjsb", | 5 | "SERVERAPI": "/bdcsjsb", |
6 | "MANAGEMENTAPI": "http://192.168.2.38:8090/management" | 6 | "MANAGEMENTAPI": "http://192.168.2.38:8090/management" |
7 | } | 7 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -194,12 +194,12 @@ export default { | ... | @@ -194,12 +194,12 @@ export default { |
194 | @import "~@/styles/_handle.scss"; | 194 | @import "~@/styles/_handle.scss"; |
195 | 195 | ||
196 | .tags-view-container { | 196 | .tags-view-container { |
197 | height: 46px; | 197 | height: 40px; |
198 | width: 100%; | 198 | width: 100%; |
199 | background: #fff; | 199 | background: #fff; |
200 | border-bottom: 1px solid #d8dce5; | 200 | border-bottom: 1px solid #d8dce5; |
201 | box-sizing: border-box; | 201 | box-sizing: border-box; |
202 | padding-top: 5px; | 202 | padding-top: 2px; |
203 | margin-bottom: 7px; | 203 | margin-bottom: 7px; |
204 | border-radius: 4px; | 204 | border-radius: 4px; |
205 | 205 | ... | ... |
... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
10 | 10 | ||
11 | &-header { | 11 | &-header { |
12 | width: 100%; | 12 | width: 100%; |
13 | padding: 15px; | 13 | padding: 10px 15px 10px 15px; |
14 | box-sizing: border-box; | 14 | box-sizing: border-box; |
15 | background-size: 100% 100%; | 15 | background-size: 100% 100%; |
16 | background: #FFFFFF; | 16 | background: #FFFFFF; | ... | ... |
1 | /* | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-03-27 10:27:32 | ||
5 | */ | ||
1 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
2 | class data extends filter { | 7 | class data extends filter { |
3 | constructor() { | 8 | constructor() { |
... | @@ -17,7 +22,8 @@ class data extends filter { | ... | @@ -17,7 +22,8 @@ class data extends filter { |
17 | }, | 22 | }, |
18 | { | 23 | { |
19 | prop: "cronExpression", | 24 | prop: "cronExpression", |
20 | label: "cron表达式" | 25 | label: "cron表达式", |
26 | width: 160, | ||
21 | }, | 27 | }, |
22 | { | 28 | { |
23 | prop: "beanName", | 29 | prop: "beanName", |
... | @@ -34,7 +40,7 @@ class data extends filter { | ... | @@ -34,7 +40,7 @@ class data extends filter { |
34 | render: (h, scope) => { | 40 | render: (h, scope) => { |
35 | return ( | 41 | return ( |
36 | <div> | 42 | <div> |
37 | { this.stateStatus(scope.row.jobStatus) } | 43 | {this.stateStatus(scope.row.jobStatus)} |
38 | </div> | 44 | </div> |
39 | ) | 45 | ) |
40 | }, | 46 | }, | ... | ... |
-
Please register or sign in to post a comment