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
3888007c
authored
2025-04-18 16:20:51 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
大屏
1 parent
b340d8f9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
3 deletions
src/viewsPc/vip/centerPage.vue
src/viewsPc/vip/leftPage.vue
src/viewsPc/vip/rightPage.vue
src/viewsPc/vip/centerPage.vue
View file @
3888007
...
...
@@ -691,6 +691,7 @@ const handelZhu3 = () => {
}
},
grid
:
{
top
:
"18%"
,
left
:
'3%'
,
right
:
'4%'
,
bottom
:
'3%'
,
...
...
@@ -877,7 +878,6 @@ function autoHover(myChart, option, index, time) {
padding
:
calc
(
5
*
100vw
/
1920
)
calc
(
11
*
100vw
/
1920
);
}
.center
{
width
:
100%
;
...
...
src/viewsPc/vip/leftPage.vue
View file @
3888007
...
...
@@ -285,7 +285,10 @@ const setB = () => {
yAxis
:
[
{
type
:
'value'
,
name
:
'金额(W)'
,
axisLabel
:
{
formatter
:
'{value}w'
// 在数值后添加单位
},
name
:
''
,
axisLine
:
{
show
:
true
,
lineStyle
:
{
...
...
@@ -427,7 +430,10 @@ const setC = () => {
yAxis
:
[
{
type
:
'value'
,
name
:
'金额(万元)'
,
name
:
''
,
axisLabel
:
{
formatter
:
'{value}w'
// 在数值后添加单位
},
axisLine
:
{
show
:
true
,
lineStyle
:
{
...
...
src/viewsPc/vip/rightPage.vue
View file @
3888007
...
...
@@ -106,6 +106,9 @@ const setA = () => {
},
xAxis
:
{
type
:
'value'
,
axisLabel
:
{
formatter
:
'{value}w'
// 在数值后添加单位
},
axisLine
:
{
show
:
true
,
lineStyle
:
{
...
...
@@ -214,6 +217,9 @@ const setB = () => {
},
xAxis
:
{
type
:
'value'
,
axisLabel
:
{
formatter
:
'{value}w'
// 在数值后添加单位
},
axisLine
:
{
show
:
true
,
lineStyle
:
{
...
...
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