mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-05 19:41:37 +08:00
修复:解决抽屉组件弹出时,mask不能全屏覆盖问题;
This commit is contained in:
parent
a5f486a03d
commit
6ef4680adb
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user