CN-146 feat: ip基本信息开发

This commit is contained in:
chenjinsong
2021-09-22 09:08:21 +08:00
parent 3255674788
commit c55747fefc
4 changed files with 436 additions and 154 deletions

View File

@@ -350,7 +350,7 @@ export const noData = {
updated (el, binding) {
if (el) {
if (binding.value) {
el.innerHTML = '<div style="display: flex; justify-content: center; align-items: center; height: 100%; color: #999;">No data</div>'
el.innerHTML = '<div style="display: flex; justify-content: center; align-items: center; height: 100%; width: 100%; color: #999;">No data</div>'
}
}
}