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,23 +2,25 @@
<body> <body>
<router-view></router-view> <router-view></router-view>
</body> </body>
</template> </template>
<style> <style>
strong { body {
font-weight: bold!important; -webkit-text-size-adjust: 100% ;
text-size-adjust: 100% ;
-moz-text-size-adjust: 100%;
} }
.nodata{ strong {
width:100%; font-weight: bold !important;
min-height: 300px; }
display: flex; .nodata {
justify-content: center; width: 100%;
align-items: center; min-height: 300px;
color:#999; display: flex;
font-size: 15px; justify-content: center;
align-items: center;
color: #999;
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;