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
83692916
authored
2021-01-27 14:29:27 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
dea973e3
33703377
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 @
8369291
...
...
@@ -287,7 +287,7 @@ export default {
},
fitView: true,
fitViewPadding:
20
0,
fitViewPadding:
16
0,
});
graph.data(data);
...
...
src/views/panel/index.vue
View file @
8369291
...
...
@@ -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