上海预案管理平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
290 B

.box{
width: 100%;
height: 100%;
background-color: #F2F4F6;
display: flex;
box-sizing: border-box;
padding: 10px;
}
.listbox{
width: 400px;
height: 100%;
background-color: #fff;
}
.mapbox{
flex: 1;
margin-left: 10px;
background-color: #fff;
}