1700 wordwrap in report
This commit is contained in:
parent
125b2df7b1
commit
bb52ced1e9
@ -7,13 +7,13 @@
|
||||
</div>
|
||||
</section>
|
||||
<style>
|
||||
td,th {
|
||||
white-space: nowrap;
|
||||
}
|
||||
th{
|
||||
text-align:center;
|
||||
}
|
||||
.table>tbody>tr>td { padding: 2px; }
|
||||
<!-- td,th { -->
|
||||
<!-- white-space: nowrap; -->
|
||||
<!-- } -->
|
||||
<!-- th{ -->
|
||||
<!-- text-align:center; -->
|
||||
<!-- } -->
|
||||
<!-- .table>tbody>tr>td { padding: 2px; } -->
|
||||
/* .sort-icon {
|
||||
font-size: 9px;
|
||||
margin-left: 5px;
|
||||
@ -22,6 +22,9 @@ td,th {
|
||||
th {
|
||||
cursor: pointer;
|
||||
} */
|
||||
|
||||
<!-- table {border-collapse:collapse; table-layout:fixed; width:310px;} -->
|
||||
td {border:solid 1px #fab; width:100px; word-wrap:break-word;}
|
||||
</style>
|
||||
<script type="text/javascript" src="bower_components/ng-table-excel-export/ng-table-excel-export.min.js">
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user