This commit is contained in:
zoujiandong 2025-03-13 10:40:49 +08:00
parent 462d9ba125
commit 3d77ebc2f7
3 changed files with 17 additions and 16 deletions

View File

@ -2,11 +2,15 @@
<body> <body>
<router-view></router-view> <router-view></router-view>
</body> </body>
</template> </template>
<style> <style>
body {
-webkit-text-size-adjust: 100% ;
text-size-adjust: 100% ;
-moz-text-size-adjust: 100%;
}
strong { strong {
font-weight: bold !important; font-weight: bold !important;
} }
@ -19,6 +23,4 @@
color: #999; color: #999;
font-size: 15px; font-size: 15px;
} }
</style> </style>

View File

@ -319,7 +319,7 @@ const handleFreshList = () => {
border-radius: 10px; border-radius: 10px;
display: flex; display: flex;
padding: 0 4px; padding: 0 4px;
width: 52px; width: 54px;
justify-content: center; justify-content: center;
align-items: center; align-items: center;

View File

@ -214,9 +214,8 @@ onBeforeMount(() => {
.main { .main {
width: 100%; width: 100%;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
background: #fff;
.bg { .bg {
width: 100%; width: 100%;
position: absolute; position: absolute;