fix: 关系宽度问题,样式调整
This commit is contained in:
@@ -176,7 +176,7 @@
|
||||
width: 10px;
|
||||
}
|
||||
.overview__domain-more-tabs {
|
||||
min-width: 110px;
|
||||
min-width: 150px;
|
||||
max-height: 180px;
|
||||
overflow: auto;
|
||||
background: #FFFFFF;
|
||||
@@ -185,7 +185,7 @@
|
||||
padding: 5px;
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
right: -80px;
|
||||
right: -120px;
|
||||
top: -180px;
|
||||
.domain-more-tab {
|
||||
height: 24px;
|
||||
@@ -197,7 +197,7 @@
|
||||
letter-spacing: 0;
|
||||
line-height: 12px;
|
||||
font-weight: 400;
|
||||
width: 84px;
|
||||
width: 126px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user