tanxue пре 2 месеци
родитељ
комит
957b4cdaf6
2 измењених фајлова са 5 додато и 4 уклоњено
  1. 4 4
      common/styles/global/components.scss
  2. 1 0
      common/styles/global/pages.scss

+ 4 - 4
common/styles/global/components.scss

@@ -181,8 +181,8 @@ view{box-sizing: border-box;}
 
 /***** 筛选查询框  *****/	
 .select-search-row {
-  width: 100%;background-color:#f4f6fa;padding: 20rpx 42rpx;box-sizing: border-box;position: relative;
-  .select-search-body{display: flex;background-color:#fff;border-radius: 55rpx;}
+  width: 100%;background-color:#f4f6fa;padding: calc(20rpx + var(--status-bar-height)) 42rpx 20rpx;box-sizing: border-box;
+  .select-search-body{display: flex;background-color:#fff;border-radius: 55rpx;position: relative;}
   .select-jt-box {width: 130rpx;height: 70rpx;line-height: 70rpx;flex-shrink: 0;
   display: flex;align-items: center;justify-content: center;}
   .selected-item {font-size: 28rpx;}
@@ -207,13 +207,13 @@ view{box-sizing: border-box;}
 	  font-size: 28rpx;height: 70rpx;line-height: 70rpx;padding: 0 120rpx 0 10rpx;text-align: left;flex: 1;}
 	  .search-icon {
 	  	width: 100rpx;height: 60rpx;line-height: 60rpx;text-align: center;
-	  	position: absolute;right: 52rpx;top: 25rpx;
+	  	position: absolute;right: 10rpx;top: 5rpx;
 	  	background-color: #3fd2a1;
 	  	border-radius: 40rpx;
 	  }
 }
 .search-clear-box{
-	width: 100%;height: 80rpx;line-height: 80rpx;display: flex;background-color: #fff;
+	width: 100%;height: 100rpx;line-height: 100rpx;display: flex;background-color: #fff;
 	align-items: center;justify-content: center;
 	icon{width: 30rpx;height: 30rpx;@include ezy-no-repeat-cover;
 		background-image: url("@/static/images/common/clear-icon.svg");}

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

@@ -125,6 +125,7 @@
 }
 .admin-shouye-page{
 	width: 100%;height: 100vh;background-color: #f8f9fd;
+	box-sizing: border-box;padding-bottom: 120rpx;overflow: auto;
 	.shouye-head-box{
 		width: 100%;height: 376rpx;text-align: center;font-size: 34rpx;color: #fff;
 		box-sizing: border-box;padding-top: 100rpx;font-weight: 600;