fix: lock resousers

This commit is contained in:
zzc
2026-03-11 14:45:27 +08:00
parent c624bc2d1d
commit c2b889ac8f
2 changed files with 4 additions and 3 deletions

View File

@@ -384,7 +384,8 @@ onShareTimeline(() => {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15rpx;
margin-bottom: 40rpx;
margin-top: 40rpx;
}
.header-left {
@@ -433,7 +434,7 @@ onShareTimeline(() => {
/* Main Card */
.main-card-container {
padding: 0 40rpx;
margin-bottom: 60rpx;
margin-bottom: 80rpx;
}
.quote-card {