This commit is contained in:
yanran200730
2022-01-19 19:52:27 +08:00
parent 9773b64d27
commit 3ba783c8c8
2 changed files with 2 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ export default {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin-top: 100px; // margin-top: 100px;
margin-bottom: 20px; margin-bottom: 20px;
.emptyImg { .emptyImg {

View File

@@ -127,6 +127,7 @@ export default {
min-height: 100%; min-height: 100%;
background-color: #F5F5F5; background-color: #F5F5F5;
padding-bottom: 140px; padding-bottom: 140px;
box-sizing: border-box;
::v-deep .content { ::v-deep .content {
padding: 0; padding: 0;