页面布局优化

This commit is contained in:
kron
2026-01-09 18:12:27 +08:00
parent 937fce1a35
commit 155f2986c7
16 changed files with 140 additions and 195 deletions

View File

@@ -197,11 +197,11 @@ onLoad((options) => {
</view>
</ScreenHint2>
</view>
<view :style="{ marginBottom: '20px' }">
<template #bottom>
<SButton :rounded="50" :onClick="onSubmit">
{{ currentGroup === groups ? "保存并查看分析" : "下一组" }}
</SButton>
</view>
</template>
</Container>
</template>