BUG 27522

This commit is contained in:
aixianling
2022-02-28 18:12:04 +08:00
parent 0d20291973
commit 7f7dbcdc11

View File

@@ -35,8 +35,9 @@ export default {
margin-bottom: 20px; margin-bottom: 20px;
.emptyImg { .emptyImg {
width: initial; width: 300px;
height: initial; height: 310px;
margin-top: 52px;
} }
.small-img { .small-img {
@@ -49,6 +50,7 @@ export default {
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
color: rgba(183, 183, 183, 1); color: rgba(183, 183, 183, 1);
text-align: center;
} }
} }
</style> </style>