Fix z-index for Toast (#2613)

This commit is contained in:
the1812 2022-04-09 14:53:36 +08:00
parent 5dcc9557ff
commit 1b1afd0484

View File

@ -179,7 +179,7 @@ export default Vue.extend({
transform: translate(-50%, -50%) scale(0.95); transform: translate(-50%, -50%) scale(0.95);
width: 360px; width: 360px;
height: 85vh; height: 85vh;
z-index: 100002; z-index: 100000;
transition: .2s ease-out; transition: .2s ease-out;
font-size: 14px; font-size: 14px;
@include v-stretch(); @include v-stretch();