el-image局部显示(不全屏遮罩) 需要修改遮罩层的定位,使用绝对定位,设置遮罩层的大小,注意样式修改需要是全局样式,不能用scoped 1 2 3 4 5 6 7 8 9 .el-image-viewer__wrapper { position: absolute!important; top: 70px!important; left: 300px!important; width: calc(50% - 150px)!important; ove...
el-image局部显示(不全屏遮罩) 需要修改遮罩层的定位,使用绝对定位,设置遮罩层的大小,注意样式修改需要是全局样式,不能用scoped 1 2 3 4 5 6 7 8 9 .el-image-viewer__wrapper { position: absolute!important; top: 70px!important; left: 300px!important; width: calc(50% - 150px)!important; ove...