Browse Source

启航教培管家 教师端 班级点名页面修改

常志远 2 years ago
parent
commit
43a92e4b61
1 changed files with 6 additions and 1 deletions
  1. 6 1
      pages/teacher/callNames/classCall.vue

+ 6 - 1
pages/teacher/callNames/classCall.vue

@@ -87,6 +87,7 @@
 						</view>
 					</view>
 				</view>
+				
 			</view>
 			<!-- <u-cell-group>
 				<u-cell-item title="班级名称" :value="classList.className" :arrow="false"></u-cell-item>
@@ -304,10 +305,14 @@
 </script>
 
 <style lang="scss" scoped>
+	page{
+		padding-bottom: 200px;
+	}
+	
 	.main {
 
 		background: linear-gradient(180deg, rgba(13, 186, 199, 1) 0%, rgba(244, 246, 246, 1) 100%);
-
+        
 		.infos {
 			color: #fff;
 			padding: 32rpx;