refs #1551
This commit is contained in:
parent
48a37246c5
commit
139f02eec6
9
public/css/custom.css
vendored
9
public/css/custom.css
vendored
@ -254,6 +254,15 @@ tbody .row {
|
|||||||
}
|
}
|
||||||
/*--------Table Body Row Margin Finish--------*/
|
/*--------Table Body Row Margin Finish--------*/
|
||||||
|
|
||||||
|
/*--------Table Cell Text Wrap--------*/
|
||||||
|
.el-table td,
|
||||||
|
.el-table th,
|
||||||
|
.table td,
|
||||||
|
.table th {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
/*--------Table Cell Text Wrap Finish--------*/
|
||||||
|
|
||||||
/*--------Item Column Image--------*/
|
/*--------Item Column Image--------*/
|
||||||
.item-img {
|
.item-img {
|
||||||
width: 38px;
|
width: 38px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user