@ -144,8 +144,8 @@ const handleScroll = e => {
<style lang="scss" scoped>
.wrap {
width: 100%;
height: 100%;
width: 100vw;
height: 100vh;
background: $common_bg;
position: relative;
display: flex;
@ -146,8 +146,8 @@ const handleScroll = e => {
@ -46,8 +46,8 @@ onMounted(() => {
background: url(../../../../assets/img/readwidely/back1.png) no-repeat;
background-size: 100% 100%;
@ -70,8 +70,8 @@ const showEmpty = ref(true)
@ -82,6 +82,7 @@ const showEmpty = ref(true)
min-height: 90px;
}
.flex_center {
align-items: center;
justify-content: center;