|
@@ -6813,6 +6813,7 @@ export default {
|
|
|
line-height: 50px;
|
|
|
background-image: -webkit-linear-gradient(left, #72aaf4, #4d81d5);
|
|
|
cursor: pointer;
|
|
|
+ z-index: 999;
|
|
|
}
|
|
|
|
|
|
.newDialogCss {
|
|
@@ -6824,6 +6825,7 @@ export default {
|
|
|
height: 60%;
|
|
|
box-shadow: 0px 0 8px 0px #555555;
|
|
|
border-radius: 15px;
|
|
|
+ z-index: 999;
|
|
|
}
|
|
|
|
|
|
.pzTop {
|
|
@@ -6924,6 +6926,7 @@ export default {
|
|
|
height: 50%;
|
|
|
box-shadow: 0px 0 8px 0px #555555;
|
|
|
border-radius: 15px;
|
|
|
+ z-index: 999;
|
|
|
}
|
|
|
|
|
|
.teacherPz {
|