@wufengteam/wform
Version:
@wufengteam/wform
46 lines (45 loc) • 931 B
CSS
.wufeng-wform-autograph-result {
position: relative;
width: 100%;
height: 180px;
}
.wufeng-wform-autograph-result .wufeng-wform-autograph-clear {
position: absolute;
top: 0;
right: 0;
}
.wufeng-wform-autograph-modal .pcfactory-modal-body {
padding: 0;
}
.wufeng-wform-mobile-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
max-width: 100%;
margin: 0;
padding-bottom: 0;
border-radius: 0;
}
.wufeng-wform-mobile-modal .ant-modal-body {
height: 100%;
padding: 0;
}
.wufeng-wform-mobile-modal .ant-modal-content {
height: 100%;
border-radius: 0;
}
.wufeng-wform-mobile-modal-content {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
padding-top: constant(safe-area-inset-top);
padding-top: env(safe-area-inset-top);
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
background-color: white;
}