mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
fix: Table column title styles (#30799)
* fix: Table column.title onClick close #30787 * fix: Table ellipsis when has filters or sorters close #27959
This commit is contained in:
parent
029b30ca3e
commit
01d126b8d6
@ -60,6 +60,12 @@
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.@{table-prefix-cls}-column-title {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
word-break: keep-all;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ============================ Title =============================
|
// ============================ Title =============================
|
||||||
@ -232,6 +238,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-column-title {
|
&-column-title {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user