自适应显示

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