Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-convertor-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-convertor-view
Commits
e77fc4c0
Commit
e77fc4c0
authored
Jun 25, 2021
by
xixinzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
站端信息页面样式修改
parent
11f52461
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
2 deletions
+32
-2
StationMainten.scss
src/styles/view/console/stationMainten/StationMainten.scss
+30
-0
index.js
src/view/bizview/stationMainten/index.js
+2
-2
No files found.
src/styles/view/console/stationMainten/StationMainten.scss
View file @
e77fc4c0
@import
'./../../var.scss'
;
.stationMainten-body-left
{
width
:
100%
;
...
...
@@ -54,4 +56,32 @@
.text-div
{
line-height
:
35px
;
}
.amos-select-title
{
background
:
none
;
color
:
$content-color
;
}
.amos-select-dropdown-icon
{
background
:
none
;
color
:
$content-color
;
}
.amos-input.amos-textarea
{
background
:
none
;
color
:
$content-color
;
}
}
.grid-case-header
{
background-color
:
$page-header-background
;
.amos-col-5
{
color
:
$content-color
;
}
}
.stationMainten-body-right
{
height
:
'614px'
;
border
:
$page-border-style
;
}
src/view/bizview/stationMainten/index.js
View file @
e77fc4c0
...
...
@@ -418,7 +418,7 @@ class StationMainten extends Component {
};
return
(
<
div
className
=
"grid-case p-20"
>
<
Row
className
=
"
mb-5"
style
=
{{
height
:
'40px'
,
lineHeight
:
'40px'
,
backgroundColor
:
'#f3f3f3
'
}}
>
<
Row
className
=
"
grid-case-header mb-5"
style
=
{{
height
:
'40px'
,
lineHeight
:
'40px
'
}}
>
<
Col
span
=
{
5
}
>
<
span
style
=
{{
height
:
'40px'
,
fontSize
:
'15px'
,
paddingLeft
:
'20px'
}}
>
站端维护
<
/span
>
<
/Col
>
...
...
@@ -582,7 +582,7 @@ class StationMainten extends Component {
<
/div
>
<
/Form
>
<
/Col
>
<
Col
span
=
{
12
}
style
=
{{
height
:
'614px'
,
border
:
'1px solid black'
}
}
>
<
Col
className
=
"stationMainten-body-right"
span
=
{
12
}
>
<
div
style
=
{{
height
:
'614px'
}}
>
{
/**this.state.loadAmap && <BasicMap indexViewChange={this.indexViewChange} pushMarkerPoint={this.handleMarkerMap} /> */
}
{
this
.
state
.
loadAmap
&&
<
BasicMap
indexViewChange
=
{
this
.
indexViewChange
}
pushMarkerPoint
=
{
this
.
handleMarkerMap
}
lalng
=
{
lalng
}
isCanEidt
=
{
isCanEidt
}
/>
}
...
...
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