3
0
Fork 0

feat(DefaultSharePage): 分享图变更

This commit is contained in:
woody 2025-09-02 17:42:58 +08:00
parent 3661ba9ad2
commit c9a7e0843e
2 changed files with 3 additions and 3 deletions

View File

@ -197,7 +197,7 @@ export default {
.share-wrapper {
position: absolute;
z-index: 2;
bottom: 30rpx;
top: 25%;
display: flex;
flex-direction: column;
align-items: center;
@ -223,8 +223,8 @@ export default {
/* 二维码样式区域 - 用户自定义样式位置 */
.qr-code-outer {
width: 240rpx;
height: 240rpx;
width: 280rpx;
height: 280rpx;
background: rgba(255, 255, 255, 0.98);
border-radius: 20rpx;
box-shadow: 0px 8rpx 20rpx rgba(50, 50, 90, 0.06);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 660 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB