feat:课程管理小弹窗zindex值

This commit is contained in:
dongwug
2022-10-26 17:03:30 +08:00
parent 75cf5d462c
commit 365e9b1748

View File

@@ -1361,6 +1361,7 @@
:closable="closableQR" :closable="closableQR"
wrapClassName="QRModal" wrapClassName="QRModal"
style="margin-top: 400px" style="margin-top: 400px"
:zIndex="9999"
@cancel="qr_exit" @cancel="qr_exit"
> >
<div class="QR" :style="{ display: QR_hs ? 'block' : 'none' }"> <div class="QR" :style="{ display: QR_hs ? 'block' : 'none' }">
@@ -1403,6 +1404,7 @@
:closable="closableQR" :closable="closableQR"
wrapClassName="recgradeModal" wrapClassName="recgradeModal"
style="margin-top: 400px" style="margin-top: 400px"
:zIndex="9999"
@cancel="rg_exit" @cancel="rg_exit"
> >
<div class="recordgrade" :style="{ display: rg_hs ? 'block' : 'none' }"> <div class="recordgrade" :style="{ display: rg_hs ? 'block' : 'none' }">
@@ -1453,6 +1455,7 @@
:closable="closableQR" :closable="closableQR"
wrapClassName="graModal" wrapClassName="graModal"
style="margin-top: 400px" style="margin-top: 400px"
:zIndex="9999"
@cancel="graduate_exit" @cancel="graduate_exit"
> >
<div <div
@@ -1560,6 +1563,7 @@
:closable="closableQR" :closable="closableQR"
wrapClassName="DelModal" wrapClassName="DelModal"
style="margin-top: 400px" style="margin-top: 400px"
:zIndex="9999"
@cancel="delete_exit" @cancel="delete_exit"
> >
<div <div
@@ -3900,7 +3904,6 @@ export default defineComponent({
} }
.onlinemanage { .onlinemanage {
display: none; display: none;
z-index: 999;
min-width: 1000px; min-width: 1000px;
background: #ffffff; background: #ffffff;
.om_main { .om_main {
@@ -4338,7 +4341,6 @@ export default defineComponent({
} }
} }
.givepower { .givepower {
z-index: 999;
min-width: 1000px; min-width: 1000px;
background: #ffffff; background: #ffffff;
.gp_main { .gp_main {
@@ -4455,7 +4457,6 @@ export default defineComponent({
} }
} }
.schooltime { .schooltime {
z-index: 999;
min-width: 1000px; min-width: 1000px;
background: #ffffff; background: #ffffff;
.st_main { .st_main {
@@ -4677,7 +4678,6 @@ export default defineComponent({
} }
} }
.studentsmanage { .studentsmanage {
z-index: 1000;
min-width: 1000px; min-width: 1000px;
background: #ffffff; background: #ffffff;
.stm_main { .stm_main {
@@ -4923,7 +4923,6 @@ export default defineComponent({
} }
.modalMain { .modalMain {
.ftsturecord { .ftsturecord {
z-index: 999;
min-width: 1000px; min-width: 1000px;
background: #ffffff; background: #ffffff;
.ftsr_main { .ftsr_main {
@@ -4965,7 +4964,6 @@ export default defineComponent({
width: 424px !important; width: 424px !important;
.ant-modal-body { .ant-modal-body {
.delete { .delete {
z-index: 99999;
width: 424px; width: 424px;
background: #ffffff; background: #ffffff;
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.21); box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.21);