SanHQin hace 1 año
padre
commit
98b695a392

+ 2 - 1
src/components/pages/classroomObservation/components/startPage.vue

@@ -70,10 +70,11 @@ export default {
 <style scoped>
 <style scoped>
 .startPage {
 .startPage {
 	width: 100%;
 	width: 100%;
-	height: 100%;
+	height: calc(100vh - 290px);
 	position: relative;
 	position: relative;
 	display: flex;
 	display: flex;
 	flex-direction: column;
 	flex-direction: column;
+	overflow: auto;
 }
 }
 
 
 .sp-introduce {
 .sp-introduce {