Fix:收礼相关逻辑补充
This commit is contained in:
@@ -38,13 +38,20 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
.popup-content {
|
||||
width: 600rpx;
|
||||
padding: 40rpx;
|
||||
height: 800rpx;
|
||||
overflow: auto;
|
||||
padding:0 40rpx 40rpx 40rpx;
|
||||
box-sizing: border-box;
|
||||
.title {
|
||||
padding-top: 40rpx;
|
||||
padding-bottom: 20rpx;
|
||||
font-size: 36rpx;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
margin-bottom: 30rpx;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.close-btn {
|
||||
|
||||
Reference in New Issue
Block a user