Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-station-module-view
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
station
amos-station-module-view
Commits
b0a76590
Commit
b0a76590
authored
May 28, 2020
by
单奇雲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
63c1d473
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
11 deletions
+15
-11
statistical.scss
...ts/3dviewConvertor/styles/view/panoramic/statistical.scss
+13
-9
StatisticsCheck.js
...ewConvertor/view/panoramic/statistical/StatisticsCheck.js
+2
-2
No files found.
mods/components/3dviewConvertor/styles/view/panoramic/statistical.scss
View file @
b0a76590
...
@@ -256,7 +256,7 @@
...
@@ -256,7 +256,7 @@
.check-content
{
.check-content
{
height
:
100%
;
height
:
100%
;
.content-xj-top
{
.content-xj-top
{
height
:
10%
;
//
height: 10%;
width
:
146px
;
width
:
146px
;
font-size
:
18px
;
font-size
:
18px
;
font-family
:
SourceHanSansCN-Medium
,
SourceHanSansCN
;
font-family
:
SourceHanSansCN-Medium
,
SourceHanSansCN
;
...
@@ -264,18 +264,21 @@
...
@@ -264,18 +264,21 @@
color
:
rgba
(
112
,
238
,
255
,
1
);
color
:
rgba
(
112
,
238
,
255
,
1
);
line-height
:
65px
;
line-height
:
65px
;
}
}
.content-xj-middle
{
.content-xj-middle
{
height
:
44%
;
height
:
44%
;
margin-top
:
4%
;
margin-top
:
4%
;
// background: url('/mods/components/3dviewConvertor/assets/panoramic/main_bg_rightmiddle.png');
margin
:
0
37px
;
// background-repeat: repeat;
// background-size: 100% 100%;
background
:
url('/mods/components/3dviewConvertor/assets/panoramic/main_bg_rightmiddle.png')
;
background-repeat
:
repeat
;
background-size
:
100%
100%
;
}
}
.content-xj-bottom
{
.content-xj-bottom
{
height
:
37%
;
height
:
37%
;
margin-top
:
12px
;
margin-top
:
12px
;
margin
:
0
37px
;
.content-week-font
{
.content-week-font
{
font-size
:
13px
;
font-size
:
13px
;
...
@@ -343,9 +346,9 @@
...
@@ -343,9 +346,9 @@
}
}
.div-echars
{
.div-echars
{
height
:
200px
!
important
;
//
height: 200px !important;
background
-image
:
url('/mods/components/3dviewConvertor/assets/panoramic/circle_bg.png')
!
important
;
background
:
url('/mods/components/3dviewConvertor/assets/panoramic/circle_bg.png')
no-repeat
center
center
!
important
;
background-position
:
60px
14px
!
important
;
//
background-position: 60px 14px !important;
background-repeat
:
no-repeat
!
important
;
background-repeat
:
no-repeat
!
important
;
}
}
}
}
...
@@ -365,7 +368,8 @@
...
@@ -365,7 +368,8 @@
.content-picture-div
{
.content-picture-div
{
height
:
100%
;
height
:
100%
;
width
:
100%
;
// width: 100%;
margin
:
0
37px
;
.content-picture-left
{
.content-picture-left
{
width
:
33
.3%
;
width
:
33
.3%
;
...
...
mods/components/3dviewConvertor/view/panoramic/statistical/StatisticsCheck.js
View file @
b0a76590
...
@@ -97,8 +97,8 @@ class StatisticsCheck extends Component {
...
@@ -97,8 +97,8 @@ class StatisticsCheck extends Component {
{
{
type
:
'pie'
,
type
:
'pie'
,
radius
:
[
'
80%'
,
'70
%'
],
radius
:
[
'
95%'
,
'85
%'
],
center
:
[
'
35%'
,
'4
0%'
],
// 默认全局居中
center
:
[
'
50%'
,
'5
0%'
],
// 默认全局居中
avoidLabelOverlap
:
false
,
avoidLabelOverlap
:
false
,
label
:
{
label
:
{
normal
:
{
normal
:
{
...
...
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