UNPKG
@jdlinker/system
Version:
latest (3.5.0)
3.5.0
3.4.9
3.4.7
3.4.5
3.4.4
3.4.3
3.4.1
3.4.0
3.3.3
3.3.0
3.2.8
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.1.7
3.1.6
3.1.5
3.1.1
3.0.9
3.0.8
3.0.5
jdLinker 系统模块
@jdlinker/system
/
src
/
assets
/
less
/
TableExpand.less
16 lines
(13 loc)
•
331 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** [表格主题样式一] 表格强制列不换行 */
.j-table-force-nowrap
{
td
,
th
{
white-space
: nowrap; }
.ant-table-selection-column
{
padding
:
12px
22px
!important
; }
/** 列自适应,弊端会导致列宽失效 */
&
.ant-table-wrapper
.ant-table-content
{
overflow-x
: auto; } }