自适应显示

This commit is contained in:
aixianling
2022-01-27 15:43:06 +08:00
parent fd50f253b9
commit 2ebe93f991

View File

@@ -26,7 +26,7 @@ export default {
<style lang="scss" scoped>
.emptyWrap {
width: 100%;
width: 100vw;
display: flex;
flex-direction: column;
align-items: center;
@@ -35,8 +35,8 @@ export default {
margin-bottom: 20px;
.emptyImg {
width: 400px;
height: 240px;
width: initial;
height: initial;
}
.emptyText {