SanHQin пре 1 година
родитељ
комит
98b695a392
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/components/pages/classroomObservation/components/startPage.vue

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

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