Commit a2a81dd9 authored by zhengjiangtao's avatar zhengjiangtao

fix bug

parent 3dfb1c68
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
} }
.selectDiv{ .selectDiv{
position: relative; position: relative;
right: vw(-900); right: vw(-990);
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);
......
...@@ -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="selectDiv1" style={{ display: 'inline-block' }}>
统计类别: 统计类别:
<Select defaultValue="全部" onChange={this.onSumClazzChange}> <Select defaultValue="全部" onChange={this.onSumClazzChange}>
<Option value="全部">全部</Option> <Option value="全部">全部</Option>
......
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