Merge branch 'dev-3.2' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.2

This commit is contained in:
zhangyu
2022-02-25 10:12:59 +08:00

View File

@@ -2,7 +2,16 @@
.panel {
height: 100%;
}
.no-data {
text-align: center;
position: absolute;
width: 100%;
top: 50%;
margin-top: -54px;
.no-data-div {
color: $--color-text-regular;
}
}
.panel .el-table {
border-radius: 5px;
}