zcloud-gbs-pro-dispatch-react/src/components/DispatchMap/index.module.less

14 lines
189 B
Plaintext

.mapWrapper {
width: 100%;
margin-bottom: 12px;
overflow: hidden;
border: 1px solid #f0f0f0;
border-radius: 2px;
}
.map {
position: relative;
width: 100%;
height: 240px;
}