Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
223b16df
authored
2021-01-21 15:07:43 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
首页表单样式调整
1 parent
954a99bc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/views/panel/index.vue
src/views/panel/index.vue
View file @
223b16d
...
...
@@ -265,8 +265,8 @@ export default {
});
chart
.
coordinate
(
'theta'
,
{
radius
:
0.
7
5
,
innerRadius
:
0.7
,
radius
:
0.
6
5
,
innerRadius
:
1.5
,
});
chart
.
data
(
data
);
...
...
@@ -583,7 +583,7 @@ export default {
});
// 绘制指标数字
chart
.
annotation
().
text
({
position
:
[
'
50%'
,
'8
5%'
],
position
:
[
'
80%'
,
'5
5%'
],
content
:
'合格率'
,
style
:
{
fontSize
:
20
,
...
...
@@ -592,10 +592,10 @@ export default {
},
});
chart
.
annotation
().
text
({
position
:
[
'
50%'
,
'9
0%'
],
position
:
[
'
80%'
,
'7
0%'
],
content
:
`
${
data
[
0
].
value
*
10
}
%`
,
style
:
{
fontSize
:
36
,
fontSize
:
18
,
fill
:
'#545454'
,
textAlign
:
'center'
,
},
...
...
Please
register
or
sign in
to post a comment