自适应显示
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user