fix: markdown显示在关系图上层

--bug=1009108 --user=陈建星 【测试跟踪】功能测试用例依赖拓扑图里多了个富文本框 https://www.tapd.cn/55049933/s/1093017
This commit is contained in:
chenjianxing 2022-01-18 10:37:34 +08:00 committed by jianxing
parent 166a744c63
commit edbbfac303
1 changed files with 3 additions and 0 deletions

View File

@ -14,4 +14,7 @@ export default {
</script>
<style scoped>
/deep/ .v-note-wrapper {
position: initial;
}
</style>