Revert "style(接口测试): 修改推荐断言的样式层级"

This reverts commit 98e345db30.
This commit is contained in:
fit2-zhao 2023-11-23 10:02:52 +08:00
parent a3365bc55c
commit 59d77a1178
3 changed files with 1 additions and 9 deletions

View File

@ -6,7 +6,6 @@
@close="close"
direction="right"
v-clickoutside="close"
:custom-z-index="9999"
appendToBody>
<template v-slot:header>
<ms-instructions-icon :content="tip" />

View File

@ -91,12 +91,6 @@ export default {
return true;
},
},
customZIndex: {
type: Number,
default() {
return 999;
},
},
},
mounted() {
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);
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);
z-index: v-bind(customZIndex) !important;
z-index: 999 !important;
position: fixed;
overflow: auto;
}

View File

@ -6,7 +6,6 @@
@close="close"
direction="right"
v-clickoutside="close"
:custom-z-index="9999"
>
<template v-slot:header>
<ms-instructions-icon :content="tip" />