111
This commit is contained in:
parent
462d9ba125
commit
3d77ebc2f7
18
src/App.vue
18
src/App.vue
@ -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;
|
||||||
|
}
|
||||||
|
.nodata {
|
||||||
|
width: 100%;
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color:#999;
|
color: #999;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user