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