This commit is contained in:
liuye
2022-03-16 08:38:29 +08:00
parent a8d67211fc
commit 8405746622
3 changed files with 9 additions and 1 deletions

View File

@@ -130,7 +130,6 @@ export default {
}
.empty{
height: 100%;
background-color: #fff;
img{
width: 282px;
height: 306px;

View File

@@ -104,5 +104,9 @@ export default {
line-height: 22px;
}
}
::v-deep .emptyWrap{
background-color: #f3f6f9;
margin-bottom: 0;
}
}
</style>

View File

@@ -157,4 +157,9 @@ export default {
background: #f2f2f2;
}
}
::v-deep .emptyWrap{
background-color: #f3f6f9;
margin-bottom: 0;
}
</style>