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
f30aa0b2
authored
2021-01-27 14:19:41 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
样式修改
1 parent
37a9b3f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/components/lshs/index.vue
src/views/panel/index.vue
src/components/lshs/index.vue
View file @
f30aa0b
...
...
@@ -285,7 +285,7 @@ export default {
},
fitView: true,
fitViewPadding:
20
0,
fitViewPadding:
16
0,
});
graph.data(data);
...
...
src/views/panel/index.vue
View file @
f30aa0b
...
...
@@ -584,7 +584,7 @@ export default {
// 绘制指标数字
chart
.
annotation
().
text
({
position
:
[
'80%'
,
'55%'
],
content
:
'
合格
率'
,
content
:
'
及时
率'
,
style
:
{
fontSize
:
20
,
fill
:
'#545454'
,
...
...
Please
register
or
sign in
to post a comment