mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
fix: small/middle table selection dropdown margin issue (#35174)
* fix: small/middle table selection dropdown margin issue * Update index.less
This commit is contained in:
parent
6a00bddade
commit
e14ec001a1
@ -456,7 +456,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
margin-inline-start: 100%;
|
margin-inline-start: 100%;
|
||||||
padding-inline-start: @table-padding-horizontal-md / 4;
|
padding-inline-start: (@table-padding-horizontal / 4);
|
||||||
|
|
||||||
.@{iconfont-css-prefix} {
|
.@{iconfont-css-prefix} {
|
||||||
color: @table-header-icon-color;
|
color: @table-header-icon-color;
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
// https://github.com/ant-design/ant-design/issues/35167
|
// https://github.com/ant-design/ant-design/issues/35167
|
||||||
.@{table-prefix-cls}-selection-column {
|
.@{table-prefix-cls}-selection-column {
|
||||||
padding-inline-start: @padding-horizontal / 4;
|
padding-inline-start: (@padding-horizontal / 4);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user