jiuyiUniapp/jiuyi2/TUIKit/components/common/BottomPopup/style/modal.scss

6 lines
91 B
SCSS
Raw Normal View History

2024-12-18 15:46:27 +08:00
.bottom-popup-modal {
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.5);
}