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

View File

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

View File

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