Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
station-elec-manage-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
station-elec-manage-view
Commits
a2a81dd9
Commit
a2a81dd9
authored
Jun 22, 2020
by
zhengjiangtao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
3dfb1c68
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
2 deletions
+17
-2
detail.scss
src/styles/view/biz/detail/detail.scss
+16
-1
index.js
src/view/biz/duty/detail/index.js
+1
-1
No files found.
src/styles/view/biz/detail/detail.scss
View file @
a2a81dd9
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
}
}
.selectDiv
{
.selectDiv
{
position
:
relative
;
position
:
relative
;
right
:
vw
(
-9
0
0
);
right
:
vw
(
-9
9
0
);
margin-left
:
vw
(
-20
);
margin-left
:
vw
(
-20
);
color
:
white
;
color
:
white
;
.amos-select-dropdown
{
.amos-select-dropdown
{
...
@@ -98,6 +98,21 @@
...
@@ -98,6 +98,21 @@
}
}
}
}
.selectDiv1
{
position
:
relative
;
right
:
vw
(
-1051
);
margin-left
:
vw
(
-40
);
color
:
white
;
.amos-select-dropdown
{
border
:
0
;
min-width
:
7em
;
line-height
:
vh
(
32
);
background-color
:
rgba
(
0
,
185
,
255
,
0
.3
);
border-radius
:
15px
;
top
:
vh
(
-3
);
}
}
}
}
.infoContent
{
.infoContent
{
height
:vh
(
888
)
;
height
:vh
(
888
)
;
...
...
src/view/biz/duty/detail/index.js
View file @
a2a81dd9
...
@@ -533,7 +533,7 @@ class CentralInfoView extends Component {
...
@@ -533,7 +533,7 @@ class CentralInfoView extends Component {
<
Option
value
=
"收点"
>
收点
<
/Option
>
<
Option
value
=
"收点"
>
收点
<
/Option
>
<
/Select
>
<
/Select
>
<
/div
>
<
/div
>
<
div
className
=
"selectDiv"
style
=
{{
display
:
'inline-block'
}}
>
<
div
className
=
"selectDiv
1
"
style
=
{{
display
:
'inline-block'
}}
>
统计类别:
统计类别:
<
Select
defaultValue
=
"全部"
onChange
=
{
this
.
onSumClazzChange
}
>
<
Select
defaultValue
=
"全部"
onChange
=
{
this
.
onSumClazzChange
}
>
<
Option
value
=
"全部"
>
全部
<
/Option
>
<
Option
value
=
"全部"
>
全部
<
/Option
>
...
...
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