fix: 实体关系右侧弹窗列表宽度调整,以及修改实体类型字段取值
This commit is contained in:
@@ -81,7 +81,7 @@ $font-size: 12px;
|
||||
}
|
||||
|
||||
.graph-list-item-block {
|
||||
width: 300px;
|
||||
width: 100%;
|
||||
background: rgba(247, 247, 247, 1);
|
||||
border: 1px solid rgba(226, 229, 236, 1);
|
||||
border-radius: 2px;
|
||||
@@ -91,7 +91,7 @@ $font-size: 12px;
|
||||
display: flex;
|
||||
|
||||
.graph-list-item-label, .graph-list-item-label__app {
|
||||
width: 62px;
|
||||
width: 72px;
|
||||
//margin-right: 15px;
|
||||
font-size: $font-size;
|
||||
color: #717171;
|
||||
@@ -100,7 +100,7 @@ $font-size: 12px;
|
||||
}
|
||||
|
||||
.graph-list-item-label__app {
|
||||
width: 73px;
|
||||
width: 83px;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
line-height: 22px;
|
||||
|
||||
Reference in New Issue
Block a user