|
@@ -2562,7 +2562,6 @@ export default {
|
|
|
}
|
|
|
#body2 {
|
|
|
width: 90%;
|
|
|
- overflow-y: auto;
|
|
|
.body2-review{
|
|
|
font-size: 24px;
|
|
|
font-weight: 600;
|
|
@@ -2780,6 +2779,8 @@ export default {
|
|
|
}
|
|
|
|
|
|
.activeTask1 {
|
|
|
+ width: 100% !important;
|
|
|
+ overflow-y: auto;
|
|
|
background: url(../../assets/congnitiveAblitity/zhixing.png) no-repeat center;
|
|
|
background-size: cover;
|
|
|
/* background: black; */
|
|
@@ -2816,8 +2817,8 @@ export default {
|
|
|
}
|
|
|
|
|
|
.glass {
|
|
|
- width: 932px;
|
|
|
- height: 693px;
|
|
|
+ width: 1132px;
|
|
|
+ height: 793px;
|
|
|
}
|
|
|
|
|
|
/deep/ .el-input__inner {
|