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 {