parent
a3365bc55c
commit
59d77a1178
|
@ -6,7 +6,6 @@
|
||||||
@close="close"
|
@close="close"
|
||||||
direction="right"
|
direction="right"
|
||||||
v-clickoutside="close"
|
v-clickoutside="close"
|
||||||
:custom-z-index="9999"
|
|
||||||
appendToBody>
|
appendToBody>
|
||||||
<template v-slot:header>
|
<template v-slot:header>
|
||||||
<ms-instructions-icon :content="tip" />
|
<ms-instructions-icon :content="tip" />
|
||||||
|
|
|
@ -91,12 +91,6 @@ export default {
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
customZIndex: {
|
|
||||||
type: Number,
|
|
||||||
default() {
|
|
||||||
return 999;
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.init();
|
this.init();
|
||||||
|
@ -237,7 +231,7 @@ export default {
|
||||||
0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
|
0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
|
||||||
box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2),
|
box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2),
|
||||||
0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
|
0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
|
||||||
z-index: v-bind(customZIndex) !important;
|
z-index: 999 !important;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
@close="close"
|
@close="close"
|
||||||
direction="right"
|
direction="right"
|
||||||
v-clickoutside="close"
|
v-clickoutside="close"
|
||||||
:custom-z-index="9999"
|
|
||||||
>
|
>
|
||||||
<template v-slot:header>
|
<template v-slot:header>
|
||||||
<ms-instructions-icon :content="tip" />
|
<ms-instructions-icon :content="tip" />
|
||||||
|
|
Loading…
Reference in New Issue