111
This commit is contained in:
parent
462d9ba125
commit
3d77ebc2f7
18
src/App.vue
18
src/App.vue
@ -2,23 +2,25 @@
|
||||
<body>
|
||||
<router-view></router-view>
|
||||
</body>
|
||||
|
||||
</template>
|
||||
|
||||
|
||||
<style>
|
||||
strong {
|
||||
font-weight: bold!important;
|
||||
body {
|
||||
-webkit-text-size-adjust: 100% ;
|
||||
text-size-adjust: 100% ;
|
||||
-moz-text-size-adjust: 100%;
|
||||
}
|
||||
.nodata{
|
||||
width:100%;
|
||||
strong {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.nodata {
|
||||
width: 100%;
|
||||
min-height: 300px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color:#999;
|
||||
color: #999;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
@ -319,7 +319,7 @@ const handleFreshList = () => {
|
||||
border-radius: 10px;
|
||||
display: flex;
|
||||
padding: 0 4px;
|
||||
width: 52px;
|
||||
width: 54px;
|
||||
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
@ -214,9 +214,8 @@ onBeforeMount(() => {
|
||||
.main {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
background: #fff;
|
||||
.bg {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user