Commit da6b0e01 authored by baixian's avatar baixian

地图优化

parent e0008bc4
......@@ -390,7 +390,10 @@
width: 253px;
overflow-y: scroll;
border: 1px solid rgba(0,0,0,0.1);
height: 400px;
height: 500px;
position: absolute;
right: 0;
background-color: #fff;
}
.mapcontainer {
width: 700px;
......
......@@ -277,7 +277,7 @@ class SchoolAddForm extends React.Component {
{/* <Col xs={{ span: 6, offset: 9 }} md={{ span: 3, offset: 0 }} lg={{ span: 2, offset: 0 }} xl={{ span: 2, offset: 0 }} className={pageStyles.addschool}>添加</Col> */}
</Row>
<Row>
<Col xs={{ span: 22 }} md={{ span: 20 }}>
<Col xs={{ span: 24 }} md={{ span: 24 }}>
<ChoosePosition />
</Col>
</Row>
......
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