This commit is contained in:
zoujiandong 2025-03-13 11:08:41 +08:00
parent e91f758fe8
commit c78826e3e1
2 changed files with 2 additions and 7 deletions

View File

@ -6,11 +6,6 @@
<style>
body {
-webkit-text-size-adjust: 100% ;
text-size-adjust: 100% ;
-moz-text-size-adjust: 100%;
}
strong {
font-weight: bold !important;
}

View File

@ -319,12 +319,12 @@ const handleFreshList = () => {
border-radius: 10px;
display: flex;
padding: 0 4px;
width: 54px;
min-width: 54px;
justify-content: center;
align-items: center;
span {
white-space: nowrap;
transform: scale(0.9);
}
}