@wufengteam/wform
Version:
@wufengteam/wform
74 lines (73 loc) • 1.59 kB
CSS
.wufeng-wform-location .map-container {
height: 127px;
}
.wufeng-wform-location-modal .pcfactory-modal-body {
padding: 0;
}
.ant-modal-wrap .wufeng-wform-location-modal-mobile {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
max-width: 100%;
margin: 0;
padding: 0;
border-radius: 0;
}
.ant-modal-wrap .wufeng-wform-location-modal-mobile .ant-modal-body {
height: 100%;
padding: 0;
}
.ant-modal-wrap .wufeng-wform-location-modal-mobile .ant-modal-content {
height: 100%;
border-radius: 0;
}
.wufeng-wform-location-mobile {
display: flex;
flex-direction: column;
height: 100%;
}
.wufeng-wform-location-mobile-search {
padding: 8px 16px;
}
.wufeng-wform-location-mobile-map {
height: 217px;
}
.wufeng-wform-location-mobile-checked {
color: #47e;
}
.wufeng-wform-location-mobile .wufeng-wform-location-mobile-list {
flex: 1;
padding: 0 16px;
overflow: auto;
}
.wufeng-wform-location-layout .location-sider {
height: 100%;
background-color: white;
}
.wufeng-wform-location-layout .pcfactory-layout-sider-children {
display: flex;
flex-direction: column;
}
.wufeng-wform-location-layout .location-search-pc {
padding: 16px 10px 10px 10px;
}
.wufeng-wform-location-layout .location-list-pc {
flex: 1;
padding-right: 10px;
padding-left: 10px;
overflow: auto;
}
.wufeng-wform-location-layout .map-container-pc {
height: 100%;
}
.wufeng-wform-location-description {
padding: 10px;
line-height: normal;
border: 1px solid #e5e5e5;
border-radius: 2px;
}
.wufeng-wform-location-description-map-container {
height: 127px;
}