|
@@ -5746,7 +5746,7 @@ export default {
|
|
.dialog_diy3 >>> .el-dialog {
|
|
.dialog_diy3 >>> .el-dialog {
|
|
width: 95% !important;
|
|
width: 95% !important;
|
|
}
|
|
}
|
|
- .addDialogCss{
|
|
|
|
|
|
+ .addDialogCss {
|
|
height: 60% !important;
|
|
height: 60% !important;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -7828,6 +7828,8 @@ export default {
|
|
width: 340px;
|
|
width: 340px;
|
|
transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
height: 60%;
|
|
height: 60%;
|
|
|
|
+ box-shadow: 0px 0 8px 5px #665e5e;
|
|
|
|
+ border-radius: 15px;
|
|
}
|
|
}
|
|
.pzTop {
|
|
.pzTop {
|
|
color: #fff;
|
|
color: #fff;
|
|
@@ -7854,7 +7856,7 @@ export default {
|
|
height: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
.pzBox {
|
|
.pzBox {
|
|
- height: 100%;
|
|
|
|
|
|
+ height: 94%;
|
|
background: #ededed;
|
|
background: #ededed;
|
|
border-radius: 0 0 15px 15px;
|
|
border-radius: 0 0 15px 15px;
|
|
}
|
|
}
|
|
@@ -7887,7 +7889,7 @@ export default {
|
|
}
|
|
}
|
|
.pzContent {
|
|
.pzContent {
|
|
padding: 10px;
|
|
padding: 10px;
|
|
- word-break: break-word;;
|
|
|
|
|
|
+ word-break: break-word;
|
|
}
|
|
}
|
|
.pzListBox {
|
|
.pzListBox {
|
|
padding-top: 15px;
|
|
padding-top: 15px;
|
|
@@ -7913,6 +7915,8 @@ export default {
|
|
width: 600px;
|
|
width: 600px;
|
|
transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
height: 50%;
|
|
height: 50%;
|
|
|
|
+ box-shadow: 0px 0 8px 5px #665e5e;
|
|
|
|
+ border-radius: 15px;
|
|
}
|
|
}
|
|
.teacherPz {
|
|
.teacherPz {
|
|
display: flex;
|
|
display: flex;
|
|
@@ -7929,7 +7933,7 @@ export default {
|
|
height: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
.addPzBox {
|
|
.addPzBox {
|
|
- height: 100%;
|
|
|
|
|
|
+ height: 94%;
|
|
background: #ededed;
|
|
background: #ededed;
|
|
}
|
|
}
|
|
.pzConText {
|
|
.pzConText {
|