fix: 修复数据库没表情况下报错

This commit is contained in:
meilin.huang
2022-03-24 17:50:44 +08:00
parent 60775bb6e3
commit a475818967
5 changed files with 59 additions and 14 deletions

View File

@@ -950,10 +950,5 @@ export default defineComponent({
#data-exec {
min-height: calc(100vh - 155px);
.el-table__empty-text {
width: 100%;
margin-left: 50px;
}
}
</style>