tanxue hai 2 meses
pai
achega
ef08f43c34
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      common/styles/global/pages.scss

+ 6 - 0
common/styles/global/pages.scss

@@ -989,8 +989,14 @@
 
 /*** 课程绑定 ***/
 .kc-bind-page{
+	/*  #ifdef  APP-PLUS  */
 	.kc-bind-scroll-view{height: calc(100vh - 256rpx - var(--status-bar-height));overflow-y: auto;}
 	.kc-notbind-scroll-view{height: calc(100vh - 156rpx - var(--status-bar-height));overflow-y: auto;}
+	/*  #endif  */
+	/*  #ifdef  H5  */
+	.kc-bind-scroll-view{height: calc(100vh - 246rpx - var(--status-bar-height));overflow-y: auto;}
+	.kc-notbind-scroll-view{height: calc(100vh - 146rpx - var(--status-bar-height));overflow-y: auto;}
+	/*  #endif  */
 	.admin-list-box{
 		.kecheng-list-card{
 			.item-card-row {display: flex;flex-direction: column;justify-content: space-between;box-sizing: border-box;padding: 12rpx 0;}