Fix:收礼相关逻辑补充

This commit is contained in:
modendeveloper
2025-02-25 23:37:43 +08:00
parent 12fa155630
commit 6ac1b9d415
5 changed files with 127 additions and 45 deletions
+8 -1
View File
@@ -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 {