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