tanxue vor 1 Monat
Ursprung
Commit
36ad633790
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      common/styles/global/components.scss

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

@@ -89,7 +89,7 @@ view{box-sizing: border-box;}
 }
 .head-collapse-box{
 		width: 100%;height: calc(100vh - 100rpx)!important;background-color: #0041b7!important;overflow-y: auto;
-		position: absolute;top: 120rpx;left: 0;right: 0;bottom: 100rpx;z-index: 99;
+		position: fixed;top: 120rpx;left: 0;right: 0;bottom: 100rpx;z-index: 99;
 		.uni-collapse-item__title-box{background-color: #0041b7!important;font-size: 32rpx;color: #fff;}
 		.uni-collapse-item--animation{
 			transform: rotate(270deg);