|
@@ -125,7 +125,7 @@ export default defineComponent({
|
|
|
<div
|
|
|
class={styles.practice}
|
|
|
style={{
|
|
|
- minHeight: 'calc(100vh - var(--header-height) - var(--van-tabs-line-height))',
|
|
|
+ minHeight: 'calc(100vh - var(--header-height) ',
|
|
|
overflow: 'hidden'
|
|
|
}}
|
|
|
>
|
|
@@ -240,7 +240,7 @@ export default defineComponent({
|
|
|
</CellGroup>
|
|
|
|
|
|
<OSticky position="bottom" class={styles.informationBottom}>
|
|
|
- <div class={'btnGroup'} style={{ marginTop: '24px' }}>
|
|
|
+ <div class={'btnGroup'}>
|
|
|
<Button type="primary" block round onClick={onSubmit}>
|
|
|
下一步
|
|
|
</Button>
|