fix: unify product detail back button with top mask style

This commit is contained in:
2026-08-08 04:26:44 +08:00
parent a3c3005c04
commit 2c39e6d7da
35 changed files with 76 additions and 70 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ export default function DIYPage() {
<ScrollTopMask title="设计工作台" targetSelector=".page-header.surface-card" showBack />
<View className='diy-page'>
<View className='page-header surface-card mt-20' style={{ paddingTop: `${safe.statusBarHeight + 12}px` }}>
<View className='page-header surface-card' style={{ paddingTop: `${safe.statusBarHeight + 12}px` }}>
<View className='flex-between' style={{ width: '100%' }}>
<Text className='back-btn' onTap={goBack}></Text>
<Text className='page-title'></Text>