Commit e77fc4c0 authored by xixinzhao's avatar xixinzhao

站端信息页面样式修改

parent 11f52461
@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;
}
......@@ -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} /> }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment