feat: 基金名称列表页增加是否展示完整基金名称个性化设置
This commit is contained in:
@@ -1276,9 +1276,30 @@ input[type="number"] {
|
||||
}
|
||||
|
||||
.table-row-scroll .name-cell .name-text {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
.table-row-scroll .name-cell .name-cell-content {
|
||||
min-width: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.table-row-scroll .name-cell .title-text {
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.table-row-scroll .name-cell .name-text.show-full {
|
||||
white-space: normal;
|
||||
overflow: visible;
|
||||
text-overflow: clip;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.table-row-scroll {
|
||||
@@ -1580,6 +1601,17 @@ input[type="number"] {
|
||||
.mobile-fund-table .table-row .name-cell .name-text {
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.mobile-fund-table .table-row .name-cell .name-text.show-full {
|
||||
-webkit-line-clamp: unset;
|
||||
overflow: visible;
|
||||
text-overflow: clip;
|
||||
}
|
||||
|
||||
.mobile-fund-table .table-row .name-cell .code-text {
|
||||
|
||||
Reference in New Issue
Block a user