Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dangan_dataV
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
4a087cfd
authored
2026-02-09 15:32:14 +0800
by
zrj
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
大屏日光夜光模式修改
1 parent
26279e4f
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
22 deletions
src/assets/image/bg_light.png
src/viewsPc/home.vue
src/viewsPc/vip/centerPage.vue
src/viewsPc/vip/leftPage.vue
src/assets/image/bg_light.png
View file @
4a087cf
124 KB
|
W:
|
H:
105 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/viewsPc/home.vue
View file @
4a087cf
...
...
@@ -60,7 +60,7 @@ const nowDate = ref(`${year}-${formatMonth(month)}`)
let
selectBase
=
ref
()
let
baseList
=
ref
()
let
isLeader
=
ref
(
false
)
// url.value = 'http://192.168.1.152:8899/login/sid=9
9afabdd-240a-4486-9b65-a9af641d6b51
#/'
// url.value = 'http://192.168.1.152:8899/login/sid=9
86af69a-c0a2-44a8-9eb5-6702f5ff9a13
#/'
url
.
value
=
window
.
location
.
href
result
.
value
=
url
.
value
?.
split
(
'='
)[
1
]?.
split
(
'#'
)[
0
];
...
...
src/viewsPc/vip/centerPage.vue
View file @
4a087cf
...
...
@@ -2190,12 +2190,12 @@ const handelContrast = (row1, row2, TBdata, HBdata, flag, type) => {
axisPointer
:
{
type
:
'shadow'
}
,
backgroundColor
:
'rgba(5, 28, 51, 1)'
,
// 背景色
borderColor
:
'rgba(46, 151, 198, 1)'
,
// 边框颜色
backgroundColor
:
'rgba(5, 28, 51, 1)'
,
// 背景色
borderColor
:
'rgba(46, 151, 198, 1)'
,
// 边框颜色
borderWidth
:
1
,
// 边框宽度
textStyle
:
{
color
:
props
.
myTheme
==
'dark'
?
'#fff'
:
'#515F6F'
,
// 文字颜色
fontSize
:
12
,
// 文字大小
color
:
props
.
myTheme
==
'dark'
?
'#fff'
:
'#515F6F'
,
// 文字颜色
fontSize
:
12
,
// 文字大小
}
,
formatter
:
function
(
params
)
{
let
tip
=
`${params[0].name
}
<br/>`
;
...
...
src/viewsPc/vip/leftPage.vue
View file @
4a087cf
...
...
@@ -732,6 +732,9 @@ const setB = (arr1, arr2, arr3, arr4) => {
borderColor
:
'#00FFBE'
,
borderWidth
:
1
},
lineStyle
:
{
width
:
4
},
barWidth
:
'15%'
},
{
...
...
@@ -743,18 +746,22 @@ const setB = (arr1, arr2, arr3, arr4) => {
// data: [120, 132, 101, 134, 90, 230, 210, 101, 134, 90, 230, 210],
data
:
arr3
,
itemStyle
:
{
color
:
{
type
:
'linear'
,
x
:
0
,
y
:
0
,
x2
:
1
,
y2
:
1
,
// 垂直渐变
colorStops
:
[
{
offset
:
0
,
color
:
'rgba(32, 217, 170, .4)'
},
// 顶部颜色
{
offset
:
1
,
color
:
'rgba(8, 130, 160, .4)'
}
// 底部颜色
],
},
// color: {
// type: 'linear',
// x: 0, y: 0, x2: 1, y2: 1, // 垂直渐变
// colorStops: [
// {offset: 0, color: 'rgba(32, 217, 170, .4)'}, // 顶部颜色
// {offset: 1, color: 'rgba(8, 130, 160, .4)'} // 底部颜色
// ],
//
// },
color
:
'#695ff9'
,
borderColor
:
'rgba(0, 255 ,190, .4)'
,
borderWidth
:
1
},
lineStyle
:
{
width
:
4
},
barWidth
:
'15%'
},
{
...
...
@@ -777,6 +784,9 @@ const setB = (arr1, arr2, arr3, arr4) => {
borderColor
:
'#F0FF00'
,
borderWidth
:
1
},
lineStyle
:
{
width
:
4
},
barWidth
:
'15%'
},
{
...
...
@@ -788,17 +798,21 @@ const setB = (arr1, arr2, arr3, arr4) => {
// data: [150, 232, 201, 154, 190, 330, 410, 201, 154, 190, 330, 410],
data
:
arr2
,
itemStyle
:
{
color
:
{
type
:
'linear'
,
x
:
0
,
y
:
0
,
x2
:
1
,
y2
:
1
,
// 垂直渐变
colorStops
:
[
{
offset
:
0
,
color
:
'rgba(242, 196, 0,.5 )'
},
// 顶部颜色
{
offset
:
1
,
color
:
'rgba(153, 101, 0,.5 )'
}
// 底部颜色
]
},
// color: {
// type: 'linear',
// x: 0, y: 0, x2: 1, y2: 1, // 垂直渐变
// colorStops: [
// {offset: 0, color: 'rgba(242, 196, 0,.5 )'}, // 顶部颜色
// {offset: 1, color: 'rgba(153, 101, 0,.5 )'} // 底部颜色
// ]
// },
color
:
'#0080df'
,
borderColor
:
'rgba(240,255,0, .4)'
,
borderWidth
:
1
},
lineStyle
:
{
width
:
4
},
barWidth
:
'15%'
},
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment