|
@@ -355,7 +355,7 @@ function closeApp() {
|
|
|
</script>
|
|
|
|
|
|
<template>
|
|
|
- <div class="tw-absolute tw-min-w-full">
|
|
|
+ <div class="tw-absolute tw-left-0 tw-right-0">
|
|
|
<header class="header">
|
|
|
<div class="school-logo-container">
|
|
|
<img
|
|
@@ -466,10 +466,8 @@ function closeApp() {
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <footer class="footer">
|
|
|
- <div style="position: absolute; right: 20px; bottom: 20px">
|
|
|
- 版本: {{ VITE_GIT_REPO_VERSION }}
|
|
|
- </div>
|
|
|
+ <footer class="tw-absolute tw-right-5 tw-bottom-5">
|
|
|
+ 版本: {{ VITE_GIT_REPO_VERSION }}
|
|
|
</footer>
|
|
|
<GlobalNotice />
|
|
|
</template>
|
|
@@ -513,7 +511,7 @@ function closeApp() {
|
|
|
background-position: center;
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: cover;
|
|
|
- width: 100vw;
|
|
|
+ width: 100%;
|
|
|
min-height: 600px;
|
|
|
display: flex;
|
|
|
align-items: center;
|