Fix:5266
This commit is contained in:
@@ -625,8 +625,8 @@ export default {
|
||||
|
||||
.pool-wrap {
|
||||
margin: 24rpx;
|
||||
background: #cb302c;
|
||||
border-radius: 40rpx;
|
||||
background: #fff;
|
||||
border-radius: 40rpx 40rpx 40rpx 40rpx;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.05);
|
||||
|
||||
@@ -671,6 +671,8 @@ export default {
|
||||
|
||||
.pool-body {
|
||||
padding: 30rpx 0 40rpx 20rpx;
|
||||
background: #cb302c;
|
||||
border-radius: 0 40rpx 0 0;
|
||||
}
|
||||
|
||||
.pool-swiper {
|
||||
|
||||
Reference in New Issue
Block a user