Fix:5289 【商城小程序】奖品领取成功弹窗、实名认证跳转弹窗,右上角关闭按钮的 “×” 图标未居中对齐,存在视觉偏移问题

This commit is contained in:
linxi
2026-05-19 11:59:19 +08:00
parent b1aad14d43
commit 3c6c153cfd
+3
View File
@@ -754,6 +754,9 @@ export default {
text-align: center;
color: #333;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
}
.popup-icon-wrap {