Browse Source

顶部高度问题

SanHQin 1 năm trước cách đây
mục cha
commit
c50528a566
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/components/pages/classroomObservation/index.vue

+ 2 - 2
src/components/pages/classroomObservation/index.vue

@@ -172,8 +172,8 @@ export default {
 .co-header2 {
 	width: 100%;
 	height: 42px;
-	/* min-height: 42px;
-	max-height: 42px; */
+	min-height: 42px;
+	max-height: 42px;
 	background-color: white;
 	display: flex;
 	align-items: center;