Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
8e0959d3
Commit
8e0959d3
authored
Jul 13, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
云资源超管列表页仪表图样式优化
parent
8201c646
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
31 deletions
+41
-31
src/pages/workbench/fwgl/fwglList.vue
src/pages/workbench/fwgl/fwglList.vue
+21
-16
src/pages/workbench/fwgl/organizationCloudResource.vue
src/pages/workbench/fwgl/organizationCloudResource.vue
+20
-15
No files found.
src/pages/workbench/fwgl/fwglList.vue
View file @
8e0959d3
...
...
@@ -1525,23 +1525,28 @@ export default {
}
return
{
title
:
{
text
:
percent
+
"
%
"
,
subtext
:
item
.
name
,
x
:
"
center
"
,
y
:
"
center
"
,
textVerticalAlign
:
"
auto
"
,
textStyle
:
{
fontSize
:
34
,
fontWeight
:
"
100
"
,
color
:
[
"
#0d1847
"
],
},
subtextStyle
:
{
fontSize
:
12
,
fontWeight
:
"
100
"
,
color
:
"
#707693
"
,
title
:
[
{
text
:
percent
+
"
%
"
,
x
:
"
center
"
,
y
:
"
28%
"
,
textStyle
:
{
fontSize
:
34
,
fontWeight
:
"
100
"
,
color
:
[
"
#0d1847
"
],
},
},
},
{
text
:
item
.
name
,
x
:
"
center
"
,
y
:
"
55%
"
,
textStyle
:
{
fontSize
:
12
,
fontWeight
:
"
100
"
,
color
:
"
#707693
"
,
},
},
],
angleAxis
:
{
axisLine
:
{
show
:
false
,
...
...
src/pages/workbench/fwgl/organizationCloudResource.vue
View file @
8e0959d3
...
...
@@ -170,23 +170,28 @@ export default {
}
return
{
title
:
{
text
:
percent
+
"
%
"
,
subtext
:
item
.
name
,
x
:
"
center
"
,
y
:
"
center
"
,
textVerticalAlign
:
"
auto
"
,
textStyle
:
{
fontSize
:
34
,
fontWeight
:
"
100
"
,
color
:
[
"
#0d1847
"
]
,
title
:
[
{
text
:
percent
+
"
%
"
,
x
:
"
center
"
,
y
:
"
28%
"
,
textStyle
:
{
fontSize
:
34
,
fontWeight
:
"
100
"
,
color
:
[
"
#0d1847
"
]
,
}
,
},
subtextStyle
:
{
fontSize
:
12
,
fontWeight
:
"
100
"
,
color
:
"
#707693
"
,
{
text
:
item
.
name
,
x
:
"
center
"
,
y
:
"
55%
"
,
textStyle
:
{
fontSize
:
12
,
fontWeight
:
"
100
"
,
color
:
"
#707693
"
,
},
},
}
,
]
,
angleAxis
:
{
axisLine
:
{
show
:
false
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment