修复:解决抽屉组件弹出时,mask不能全屏覆盖问题;

This commit is contained in:
iczer 2020-06-21 16:40:16 +08:00
parent a5f486a03d
commit 6ef4680adb

View File

@ -72,8 +72,10 @@ export default {
<style lang="less" scoped>
.mask{
position: fixed;
width: 100%;
height: 100%;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.2);
transition: all 0.5s;
z-index: 100;