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
58124680
authored
2025-04-25 18:14:06 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
样式
1 parent
00892dd8
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
50 additions
and
2 deletions
src/viewsPc/vip/centerPage.vue
src/viewsPc/vip/leftPage.vue
src/viewsPc/vip/rightPage.vue
src/viewsPc/vip/centerPage.vue
View file @
5812468
...
...
@@ -660,8 +660,14 @@ const handelZhu1 = (row1, row2) => {
color
:
'#fff'
,
width
:
1
,
type
:
'solid'
}
}
,
}
,
splitLine
:
{
show
:
true
,
// 默认false,需显式开启
lineStyle
:
{
color
:
'rgba(255, 255, 255, .2)'
,
// 绿色轴线
}
}
}
],
series
:
[
...
...
@@ -766,6 +772,12 @@ const handelZhu2 = (row1, row2) => {
type
:
'solid'
}
}
,
splitLine
:
{
show
:
true
,
// 默认false,需显式开启
lineStyle
:
{
color
:
'rgba(255, 255, 255, .2)'
,
// 绿色轴线
}
}
}
],
series
:
[
...
...
@@ -888,6 +900,12 @@ const handelZhu3 = (row1, row2) => {
type
:
'solid'
}
}
,
splitLine
:
{
show
:
true
,
// 默认false,需显式开启
lineStyle
:
{
color
:
'rgba(255, 255, 255, .2)'
,
// 绿色轴线
}
}
}
],
series
:
[
...
...
@@ -1024,6 +1042,12 @@ const handelZhu4 = (listX, dataList) => {
type
:
'solid'
}
}
,
splitLine
:
{
show
:
true
,
// 默认false,需显式开启
lineStyle
:
{
color
:
'rgba(255, 255, 255, .2)'
,
// 绿色轴线
}
}
}
],
series
:
[
...
...
src/viewsPc/vip/leftPage.vue
View file @
5812468
...
...
@@ -416,7 +416,7 @@ const setB = (arr1, arr2, arr3, arr4) => {
left
:
'3%'
,
right
:
'4%'
,
bottom
:
'3%'
,
containLabel
:
true
containLabel
:
true
,
},
xAxis
:
[
{
...
...
@@ -448,6 +448,12 @@ const setB = (arr1, arr2, arr3, arr4) => {
type
:
'solid'
}
},
splitLine
:
{
show
:
true
,
// 默认false,需显式开启
lineStyle
:
{
color
:
'rgba(255, 255, 255, .2)'
,
// 绿色轴线
}
}
}
],
...
...
@@ -597,6 +603,12 @@ const setC = (h1, h2, h3) => {
type
:
'solid'
}
},
splitLine
:
{
show
:
true
,
// 默认false,需显式开启
lineStyle
:
{
color
:
'rgba(255, 255, 255, .2)'
,
// 绿色轴线
}
}
}
],
series
:
[
...
...
src/viewsPc/vip/rightPage.vue
View file @
5812468
...
...
@@ -382,6 +382,12 @@ const setA = (arrY, arr1, arr2, arr3) => {
type
:
'solid'
}
},
splitLine
:
{
show
:
true
,
// 默认false,需显式开启
lineStyle
:
{
color
:
'rgba(255, 255, 255, .2)'
,
// 绿色轴线
}
}
},
dataZoom
:
[
{
...
...
@@ -509,6 +515,12 @@ const setB = (arrY, arr1, arr2) => {
type
:
'solid'
}
},
splitLine
:
{
show
:
true
,
// 默认false,需显式开启
lineStyle
:
{
color
:
'rgba(255, 255, 255, .2)'
,
// 绿色轴线
}
}
},
yAxis
:
{
type
:
'category'
,
...
...
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