fix: 调整实体详情底部Related entity界面的样式

This commit is contained in:
hyx
2023-06-19 14:31:51 +08:00
parent 5e682f81d9
commit bf4d273567
2 changed files with 1 additions and 3 deletions

View File

@@ -34,6 +34,7 @@
}
.type-content {
margin-bottom:15px;
display:flex;
flex-flow: row wrap;
width:100%;

View File

@@ -363,9 +363,6 @@ export default {
}
}
}
},
unmounted () {
this.isNoData = false
}
}
</script>