mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
fix some table style detail
This commit is contained in:
parent
1688a8724b
commit
af83b2aade
@ -317,12 +317,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
&-expand-icon-th {
|
||||
width: 34px;
|
||||
}
|
||||
|
||||
&-row {
|
||||
&-expand-icon {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
text-align: center;
|
||||
line-height: 15px;
|
||||
border: 1px solid @border-color-split;
|
||||
@ -391,6 +395,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
&-fixed-left &-fixed,
|
||||
&-fixed-right &-fixed {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
&-fixed-left {
|
||||
left: 0;
|
||||
box-shadow: @shadow-1-right;
|
||||
|
Loading…
Reference in New Issue
Block a user