perf: 关系图交互调整

This commit is contained in:
chenjinsong
2022-05-24 15:43:10 +08:00
parent d0a2309669
commit 817cea4898
3 changed files with 45 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
.ship--show.ship {
visibility: visible;
}
.ship {
width: 320px;
background: #FFFFFF;
@@ -6,6 +9,7 @@
border-radius: 3px;
position: absolute;
display: flex;
visibility: hidden;
flex-direction: column;
.ship-title {
display: flex;