|
@@ -2279,6 +2279,7 @@ export default {
|
|
|
justify-content: center;
|
|
|
padding: 20px 0px;
|
|
|
flex-direction: column;
|
|
|
+ height: calc(100% - 50px);
|
|
|
}
|
|
|
|
|
|
.zyBox {
|
|
@@ -2361,6 +2362,10 @@ export default {
|
|
|
.max_diy >>> .el-dialog {
|
|
|
/* max-width: 1200px; */
|
|
|
max-width: 1300px;
|
|
|
+ /* height:800px */
|
|
|
+}
|
|
|
+.max_diy >>> .el-dialog__body {
|
|
|
+ height: 800px;
|
|
|
}
|
|
|
|
|
|
.dialog_diy2 >>> .el-dialog__header {
|
|
@@ -2372,7 +2377,7 @@ export default {
|
|
|
font-size: 15px;
|
|
|
}
|
|
|
.dialog_diy2 >>> .el-dialog__headerbtn {
|
|
|
- top: 14px;
|
|
|
+ top: 12px;
|
|
|
}
|
|
|
.dialog_diy2 >>> .el-dialog__headerbtn .el-dialog__close {
|
|
|
color: #fff;
|
|
@@ -2584,6 +2589,8 @@ export default {
|
|
|
flex-wrap: nowrap;
|
|
|
align-items: flex-start;
|
|
|
width: 100%;
|
|
|
+ height: calc(100% - 60px);
|
|
|
+ overflow: auto;
|
|
|
}
|
|
|
.right_score {
|
|
|
min-width: 370px;
|
|
@@ -2596,7 +2603,8 @@ export default {
|
|
|
margin-right: 10px;
|
|
|
background: rgb(255, 255, 255);
|
|
|
/* padding-right: 10px; */
|
|
|
- height: 500px;
|
|
|
+ /* height: 500px; */
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
.cTitle {
|
|
|
background: #205cc6;
|
|
@@ -2626,7 +2634,7 @@ export default {
|
|
|
width: 100%;
|
|
|
margin: 0 auto;
|
|
|
overflow: auto;
|
|
|
- height: 400px;
|
|
|
+ height: calc(100% - 90px);
|
|
|
overflow-x: hidden;
|
|
|
}
|
|
|
.cru_selectBox::-webkit-scrollbar {
|
|
@@ -2762,7 +2770,8 @@ export default {
|
|
|
width: 100%;
|
|
|
flex-wrap: nowrap;
|
|
|
overflow: auto;
|
|
|
- height: 500px;
|
|
|
+ /* height: 500px; */
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
.answerbox {
|
|
|
display: flex;
|
|
@@ -2834,8 +2843,8 @@ export default {
|
|
|
align-items: baseline;
|
|
|
}
|
|
|
.fullBox {
|
|
|
- overflow: unset !important;
|
|
|
- height: auto !important;
|
|
|
+ /* overflow: unset !important;
|
|
|
+ height: auto !important; */
|
|
|
}
|
|
|
.fullZyBox {
|
|
|
width: 60% !important;
|