Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AmosBankView
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bank
AmosBankView
Commits
aa9d291a
Commit
aa9d291a
authored
Jul 10, 2020
by
zhengjiangtao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改首页地图样式
parent
6cda0b2f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
5 deletions
+14
-5
amos.config.js
amos.config.js
+3
-3
indexCharts.scss
src/styles/view/3dview/indexCharts.scss
+11
-2
No files found.
amos.config.js
View file @
aa9d291a
...
...
@@ -65,7 +65,7 @@
},
//添加关联设备弹出框标识 'bank'代表银行 'fireAutoSys'代表换流站
equipmentIdentification
:
'bank'
,
// 屏保配置信息
screenSaverConf
:
{
enable
:
false
,
// 是否启用屏保
...
...
@@ -96,9 +96,9 @@
'mapItem-19'
:
-
1
},
//地图中心点
mapCenter
:
[
108.9
5141
,
36.79997
],
mapCenter
:
[
108.9
0771484
,
35.93184115
],
//地图zoom显示级别
showZoom
:
[
6
,
13
,
18
]
showZoom
:
[
7.1
,
13
,
18
]
};
// 配置日志系统
...
...
src/styles/view/3dview/indexCharts.scss
View file @
aa9d291a
@function
vw
(
$px
)
{
@return
(
$px
/
1920
)
*
100vw
;
}
@function
vh
(
$px
)
{
@return
(
$px
/
1080
)
*
100vh
;
}
.content-body-2d
{
width
:
100%
;
height
:
100%
;
...
...
@@ -1258,7 +1267,7 @@
margin-bottom
:
5px
;
.chartBody
{
//height: 420px;
height
:
3
90
px
;
height
:
3
59
px
;
}
.left-chart-top
{
...
...
@@ -1462,7 +1471,7 @@
}
}
.chartBody
{
height
:
100
px
;
height
:
87
px
;
}
}
}
...
...
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