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