我正在尝试创建一个模态并在模态上具有圆形边缘,但问题在于我似乎无法访问的模态容器。
模态包装器:
<FlexboxLayout flexDirection="column" alignItems="flex-start" justifyContent="space-around" class="wil-modal">
</FlexboxLayout>
包装器CSS:
.wil-modal {
height: 310;
width: 330;
border-radius: 30;
background-color: #3C5AFD;
border-width: 3;
}
我想应用或移除包含我的 Flexbox 的白色包装。