Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1edd2157
authored
2023-03-27 10:36:25 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式修改
1 parent
0287a635
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
7 deletions
public/config.json
src/layout1/components/TagsView/index.vue
src/styles/sbPublic.scss
src/styles/variables.scss
src/views/system/timedTask/data/index.js
public/config.json
View file @
1edd215
{
"TITLE"
:
"汉中市数据上报系统"
,
"THEME"
:
"sb"
,
"CODE"
:
"BDC
SB
PT"
,
"CODE"
:
"BDC
JG
PT"
,
"SERVERAPI"
:
"/bdcsjsb"
,
"MANAGEMENTAPI"
:
"http://192.168.2.38:8090/management"
}
\ No newline at end of file
...
...
src/layout1/components/TagsView/index.vue
View file @
1edd215
...
...
@@ -194,12 +194,12 @@ export default {
@import
"~@/styles/_handle.scss"
;
.tags-view-container
{
height
:
4
6
px
;
height
:
4
0
px
;
width
:
100%
;
background
:
#fff
;
border-bottom
:
1px
solid
#d8dce5
;
box-sizing
:
border-box
;
padding-top
:
5
px
;
padding-top
:
2
px
;
margin-bottom
:
7px
;
border-radius
:
4px
;
...
...
src/styles/sbPublic.scss
View file @
1edd215
...
...
@@ -10,7 +10,7 @@
&
-header
{
width
:
100%
;
padding
:
15px
;
padding
:
1
0px
15px
10px
1
5px
;
box-sizing
:
border-box
;
background-size
:
100%
100%
;
background
:
#FFFFFF
;
...
...
src/styles/variables.scss
View file @
1edd215
...
...
@@ -9,7 +9,7 @@ $yellow:#FEC171;
$panGreen
:
#30B08F
;
// header
$headerHeight
:
7
4
px
;
$headerHeight
:
7
2
px
;
// sidebar
$menuText
:
#ffffff
;
...
...
src/views/system/timedTask/data/index.js
View file @
1edd215
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-03-27 10:27:32
*/
import
filter
from
'@/utils/filter.js'
class
data
extends
filter
{
constructor
()
{
...
...
@@ -17,7 +22,8 @@ class data extends filter {
},
{
prop
:
"cronExpression"
,
label
:
"cron表达式"
label
:
"cron表达式"
,
width
:
160
,
},
{
prop
:
"beanName"
,
...
...
@@ -34,7 +40,7 @@ class data extends filter {
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
{
this
.
stateStatus
(
scope
.
row
.
jobStatus
)
}
{
this
.
stateStatus
(
scope
.
row
.
jobStatus
)
}
<
/div
>
)
},
...
...
Please
register
or
sign in
to post a comment