fix: 修复no-data提示问题

This commit is contained in:
chenjinsong
2021-11-11 23:07:01 +08:00
parent cd805b0644
commit 98846fd2da
2 changed files with 36 additions and 2 deletions

View File

@@ -70,3 +70,15 @@ g [aria-labelledby$=-title] {
opacity: 0.1;
transform: translateX(calc(100% - 52px)) scale(.7);
}
.no-data {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
color: #999;
}
.no-data-hide {
display: none;
}