add: 优基金名称永远展示完整
This commit is contained in:
@@ -47,6 +47,18 @@ body {
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
.card .title {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.card .title span:first-child {
|
||||
white-space: normal;
|
||||
word-break: break-word;
|
||||
overflow: visible;
|
||||
text-overflow: clip;
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
.muted {
|
||||
color: var(--muted);
|
||||
}
|
||||
@@ -224,12 +236,6 @@ body {
|
||||
.stat .value {
|
||||
font-size: 15px;
|
||||
}
|
||||
.card .title span:first-child {
|
||||
max-width: 140px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.item .name {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user