@@ -77,6 +77,14 @@
}
+.submitBox {
+ :global {
+ .van-sticky--fixed {
+ bottom: 50px !important;
+ }
+}
+
.submitBtn {
margin: 25px;
width: calc(100% - 50px);
@@ -485,7 +485,7 @@ export default defineComponent({
prototcolType="REGISTER"
/> */}
- <MSticky position="bottom">
+ <MSticky position="bottom" class={styles.submitBox}>
<Button
type="primary"
class={styles.submitBtn}