|
@@ -115,7 +115,7 @@ defineExpose({
|
|
|
<style scoped>
|
|
|
.page_item {
|
|
|
width: 100%;
|
|
|
- height: 100%;
|
|
|
+ height: 100vh;
|
|
|
position: fixed;
|
|
|
background-image: url(../../../assets/img/banner3.jpg);
|
|
|
background-size: 100% 100%;
|
|
@@ -125,7 +125,7 @@ defineExpose({
|
|
|
.saveData {
|
|
|
left: 50%;
|
|
|
transform: translateX(-50%);
|
|
|
- bottom: 63px;
|
|
|
+ bottom: 33px;
|
|
|
position: absolute;
|
|
|
}
|
|
|
|