style: popover 内表格第一行设置不换行
This commit is contained in:
parent
03d5d74add
commit
fb30940a6b
|
@ -9,6 +9,11 @@
|
|||
<environment exclude="Development">
|
||||
<link href="~/lib/bootstrap-table/bootstrap-table.min.css" rel="stylesheet" />
|
||||
</environment>
|
||||
<style>
|
||||
.popover-body .bootstrap-table tbody td:first-child {
|
||||
white-space: nowrap;
|
||||
}
|
||||
</style>
|
||||
}
|
||||
@section javascript {
|
||||
<environment include="Development">
|
||||
|
|
Loading…
Reference in New Issue