mirror of https://github.com/ElemeFE/element
Table: fix table style (#130)
parent
ba66b4d5b9
commit
6a25760d8c
|
@ -93,16 +93,15 @@
|
||||||
padding-right: 18px;
|
padding-right: 18px;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
& td > div {
|
& td > div {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
& td > div > div {
|
|
||||||
width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
& td div {
|
& td div {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
@ -198,6 +197,7 @@
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
overflow: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
& .sort-caret {
|
& .sort-caret {
|
||||||
|
|
Loading…
Reference in New Issue