|
@@ -5746,6 +5746,9 @@ export default {
|
|
|
.dialog_diy3 >>> .el-dialog {
|
|
|
width: 95% !important;
|
|
|
}
|
|
|
+ .addDialogCss{
|
|
|
+ height: 60% !important;
|
|
|
+ }
|
|
|
|
|
|
/* .pb_left{
|
|
|
position: unset !important;
|
|
@@ -7878,12 +7881,13 @@ export default {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
.pzNavTop > div:nth-child(2) {
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 18px;
|
|
|
color: #959595;
|
|
|
margin-left: 5px;
|
|
|
}
|
|
|
.pzContent {
|
|
|
padding: 10px;
|
|
|
+ word-break: break-word;;
|
|
|
}
|
|
|
.pzListBox {
|
|
|
padding-top: 15px;
|
|
@@ -7908,7 +7912,7 @@ export default {
|
|
|
top: 50%;
|
|
|
width: 600px;
|
|
|
transform: translateY(-50%);
|
|
|
- height: 60%;
|
|
|
+ height: 50%;
|
|
|
}
|
|
|
.teacherPz {
|
|
|
display: flex;
|