Fix:5266

This commit is contained in:
linxi
2026-05-14 10:12:31 +08:00
parent a5a2652f19
commit cb607556e5
+4 -2
View File
@@ -625,8 +625,8 @@ export default {
.pool-wrap { .pool-wrap {
margin: 24rpx; margin: 24rpx;
background: #cb302c; background: #fff;
border-radius: 40rpx; border-radius: 40rpx 40rpx 40rpx 40rpx;
overflow: hidden; overflow: hidden;
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.05); box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.05);
@@ -671,6 +671,8 @@ export default {
.pool-body { .pool-body {
padding: 30rpx 0 40rpx 20rpx; padding: 30rpx 0 40rpx 20rpx;
background: #cb302c;
border-radius: 0 40rpx 0 0;
} }
.pool-swiper { .pool-swiper {