| @@ -399,8 +399,7 @@ onMounted(() => { | |||||
| <style lang="scss" scoped> | <style lang="scss" scoped> | ||||
| .page { | .page { | ||||
| // height: calc(100vh - 84px); | |||||
| height: 887px; | |||||
| height: 1200px; | |||||
| padding: 20px 0 0 40px; | padding: 20px 0 0 40px; | ||||
| background-color: #fff; | background-color: #fff; | ||||
| border-radius: 25px 0 0; | border-radius: 25px 0 0; | ||||
| @@ -408,7 +407,7 @@ onMounted(() => { | |||||
| .left { | .left { | ||||
| width: 70%; | width: 70%; | ||||
| height: 100%; | |||||
| height: 80%; | |||||
| :deep(.el-input__wrapper) { | :deep(.el-input__wrapper) { | ||||
| border: none; | border: none; | ||||
| @@ -1,6 +1,6 @@ | |||||
| <template> | <template> | ||||
| <div class="login-container"> | <div class="login-container"> | ||||
| <div class="Version">Version 1.0.6 test</div> | |||||
| <div class="Version">Version 1.0.7 test</div> | |||||
| <div class="videoBox"> | <div class="videoBox"> | ||||
| <video | <video | ||||
| src="https://video.metavatar.cc/sv/4aaaaa5e-18832dbb5e6/4aaaaa5e-18832dbb5e6.mp4" | src="https://video.metavatar.cc/sv/4aaaaa5e-18832dbb5e6/4aaaaa5e-18832dbb5e6.mp4" | ||||
| @@ -108,7 +108,7 @@ function routerTo(url) { | |||||
| <style lang="scss" scoped> | <style lang="scss" scoped> | ||||
| .page { | .page { | ||||
| height: 887px; | |||||
| height: 1200px; | |||||
| padding: 20px 0 0 20px; | padding: 20px 0 0 20px; | ||||
| // height: calc(100vh - 84px); | // height: calc(100vh - 84px); | ||||
| background-color: #fff; | background-color: #fff; | ||||
| @@ -87,7 +87,7 @@ const submitForm = async (formEl) => { | |||||
| <style scoped> | <style scoped> | ||||
| .page { | .page { | ||||
| height: 887px; | |||||
| height: 1200px; | |||||
| padding: 20px 0 0 20px; | padding: 20px 0 0 20px; | ||||
| background-color: #fff; | background-color: #fff; | ||||
| border-radius: 25px 0 0; | border-radius: 25px 0 0; | ||||
| @@ -145,8 +145,7 @@ function clickPayDialog(item) { | |||||
| <style lang="scss" scoped> | <style lang="scss" scoped> | ||||
| .page { | .page { | ||||
| // height: calc(100vh - 84px); | |||||
| height: 887px; | |||||
| height: 1200px; | |||||
| padding: 20px 0 0 20px; | padding: 20px 0 0 20px; | ||||
| background-color: #fff; | background-color: #fff; | ||||
| border-radius: 25px 0 0; | border-radius: 25px 0 0; | ||||