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
3827e126
authored
2025-04-27 16:24:49 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
看板
1 parent
c491e76a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
src/viewsPc/vip/centerPage.vue
src/viewsPc/vip/rightPage.vue
src/viewsPc/vip/centerPage.vue
View file @
3827e12
...
...
@@ -328,6 +328,7 @@ const handelBing1 = (arr1, arr2) => {
const
option
=
{
tooltip
:
{
trigger
:
'item'
,
position
:
[
'20%'
,
'30%'
],
valueFormatter
:
(
value
)
=>
value
+
'万'
,
backgroundColor
:
'rgba(5, 28, 51, 1)'
,
// 背景色
borderColor
:
'rgba(46, 151, 198, 1)'
,
// 边框颜色
...
...
@@ -490,6 +491,7 @@ const handelBing2 = (row1, row2) => {
const
option
=
{
tooltip
:
{
trigger
:
'item'
,
position
:
[
'20%'
,
'30%'
],
valueFormatter
:
(
value
)
=>
value
+
'万'
,
backgroundColor
:
'rgba(5, 28, 51, 1)'
,
// 背景色
borderColor
:
'rgba(46, 151, 198, 1)'
,
// 边框颜色
...
...
@@ -598,6 +600,7 @@ const handelBing3 = (row1, row2) => {
const
option
=
{
tooltip
:
{
trigger
:
'item'
,
position
:
[
'20%'
,
'30%'
],
valueFormatter
:
(
value
)
=>
value
+
'万'
,
backgroundColor
:
'rgba(5, 28, 51, 1)'
,
// 背景色
borderColor
:
'rgba(46, 151, 198, 1)'
,
// 边框颜色
...
...
@@ -1310,7 +1313,7 @@ const clear = () => {
.
titleTop
{
text
-
align
:
center
;
font
-
family
:
PingFang
SC
,
serif
;
font
-
family
:
SimHei
,
serif
;
font
-
weight
:
600
;
font
-
size
:
calc
(
20
*
100
vw
/
1920
);
color
:
#
FFFFFF
;
...
...
@@ -1355,7 +1358,7 @@ const clear = () => {
.
rTop
{
display
:
flex
;
justify
-
content
:
space
-
between
;
font
-
family
:
PingFang
SC
,
serif
;
font
-
family
:
rTop
,
serif
;
font
-
weight
:
600
;
font
-
size
:
calc
(
20
*
100
vw
/
1920
);
color
:
#
FFFFFF
;
...
...
src/viewsPc/vip/rightPage.vue
View file @
3827e12
...
...
@@ -961,7 +961,7 @@ onUnmounted(() => {
}
.itemBox
{
width
:
45
%
;
width
:
70
%
;
background
:
#0B2239
;
box-shadow
:
0
0
24px
0
rgba
(
130
,
220
,
255
,
0.5
),
0
0
16px
0
rgba
(
130
,
220
,
255
,
0.27
);
border-radius
:
5px
;
...
...
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