SanHQin 10 tháng trước cách đây
mục cha
commit
734b1497d4

+ 5 - 4
src/components/classRoomHelper/component/countdown.vue

@@ -611,12 +611,13 @@ ${_textData}
 .countdown {
   width: 100%;
   height: 100%;
-  overflow: auto;
-  display: flex;
+  
+  /* display: flex;
   flex-direction: column;
-  align-items: center;
+  align-items: center; */
   /* justify-content: center; */
-  padding-top: 20%;
+  padding: auto;
+	overflow: auto;
 }
 
 .c_changeType {

+ 3 - 3
src/components/classRoomHelper/index.vue

@@ -438,7 +438,7 @@ export default {
   display: flex;
   flex-direction: column;
   align-items: center;
-  /* overflow-y: auto; */
+  overflow-y: auto;
   overflow-x: visible; /* 确保横向溢出内容可见 */
   position: relative;
 }
@@ -527,8 +527,8 @@ export default {
 .itemFold {
   position: absolute;
   width: 65px;
-	left:-65px;
-	top: 0;
+	left:0px;
+	top: 65px;
   background: rgb(255, 255, 255);
   box-sizing: border-box;
   border: solid 1px #eaeaea;