Browse Source

样式修改

tanxue 1 month ago
parent
commit
27152271eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/styles/global/pages.scss

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

@@ -2420,7 +2420,7 @@
 .ezy-ksp-page{
 	width: 100%;height: 100vh;display: flex;flex-direction: column;
 	.ksp-tab-box{
-		display: flex;justify-content: space-evenly;border-bottom: 1rpx solid #b7defd;
+		flex-shrink:0;display: flex;justify-content: space-evenly;border-bottom: 1rpx solid #b7defd;
 		.tab-item{color: #9a9a9a;font-size: 34rpx;padding: 16rpx 24rpx;}
 		.active{color: #5895f7;border-bottom: 4rpx solid #1684fc;}
 	}