fix: 关系宽度问题,样式调整

This commit is contained in:
@changcode
2022-02-22 16:19:38 +08:00
parent 8f8f412877
commit 278b78d8a2
5 changed files with 38 additions and 36 deletions

View File

@@ -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;