zengyicheng il y a 1 an
Parent
commit
00b71069b8

+ 3 - 7
src/components/easy2/studyStudent.vue

@@ -23262,12 +23262,13 @@ ol {
 
 .oldText{
   width: 100%;
-  height: 100%;
+  height: calc(100% - 35px);
+  overflow: auto;
+  margin: 10px 0;
   display: flex;
   flex-direction: column;
   flex-wrap: nowrap;
   align-content: center;
-  justify-content: center;
   align-items: center;
 }
 
@@ -23282,11 +23283,6 @@ ol {
   padding-bottom: 30px;
 }
 
-.oldDetail1>div:last-child{
-  max-height: 200px;
-  overflow: auto;
-}
-
 .oldImg{
   width:30px;
   height: 30px;

+ 3 - 7
src/components/easy3/studyStudent.vue

@@ -23251,12 +23251,13 @@ ol {
 
 .oldText{
   width: 100%;
-  height: 100%;
+  height: calc(100% - 35px);
+  overflow: auto;
+  margin: 10px 0;
   display: flex;
   flex-direction: column;
   flex-wrap: nowrap;
   align-content: center;
-  justify-content: center;
   align-items: center;
 }
 
@@ -23271,11 +23272,6 @@ ol {
   padding-bottom: 30px;
 }
 
-.oldDetail1>div:last-child{
-  max-height: 200px;
-  overflow: auto;
-}
-
 .oldImg{
   width:30px;
   height: 30px;

+ 3 - 7
src/components/studyStudent.vue

@@ -23245,12 +23245,13 @@ ol {
 
 .oldText{
   width: 100%;
-  height: 100%;
+  height: calc(100% - 35px);
+  overflow: auto;
+  margin: 10px 0;
   display: flex;
   flex-direction: column;
   flex-wrap: nowrap;
   align-content: center;
-  justify-content: center;
   align-items: center;
 }
 
@@ -23265,11 +23266,6 @@ ol {
   padding-bottom: 30px;
 }
 
-.oldDetail1>div:last-child{
-  max-height: 200px;
-  overflow: auto;
-}
-
 .oldImg{
   width:30px;
   height: 30px;