|
@@ -1514,7 +1514,7 @@ export default {
|
|
|
top: 0;
|
|
top: 0;
|
|
|
bottom: 0;
|
|
bottom: 0;
|
|
|
background: rgba(0, 0, 0, 0.35);
|
|
background: rgba(0, 0, 0, 0.35);
|
|
|
- z-index: 99;
|
|
|
|
|
|
|
+ z-index: 90;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.report-export-create-modal {
|
|
.report-export-create-modal {
|
|
@@ -1526,7 +1526,7 @@ export default {
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
border-top-left-radius: 45rpx;
|
|
border-top-left-radius: 45rpx;
|
|
|
border-top-right-radius: 45rpx;
|
|
border-top-right-radius: 45rpx;
|
|
|
- z-index: 100;
|
|
|
|
|
|
|
+ z-index: 92;
|
|
|
box-shadow: 0 -8rpx 24rpx rgba(0, 0, 0, 0.12);
|
|
box-shadow: 0 -8rpx 24rpx rgba(0, 0, 0, 0.12);
|
|
|
transform: translateY(100%);
|
|
transform: translateY(100%);
|
|
|
transition: transform 0.25s ease-out;
|
|
transition: transform 0.25s ease-out;
|