index.html 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <style>
  2. .procuremen-sms-template-page .bootstrap-table thead th,
  3. .procuremen-sms-template-page .fixed-table-header thead th,
  4. .procuremen-sms-template-page .fixed-table-container thead th {
  5. text-align: center !important;
  6. vertical-align: middle !important;
  7. }
  8. .procuremen-sms-template-page .bootstrap-table thead th .th-inner,
  9. .procuremen-sms-template-page .fixed-table-header thead th .th-inner,
  10. .procuremen-sms-template-page .fixed-table-container thead th .th-inner {
  11. text-align: center !important;
  12. justify-content: center !important;
  13. }
  14. .procuremen-sms-template-page .bootstrap-table tbody td {
  15. vertical-align: middle !important;
  16. }
  17. .procuremen-sms-template-page .bootstrap-table td[data-field="content"],
  18. .procuremen-sms-template-page .bootstrap-table th[data-field="content"] {
  19. white-space: normal !important;
  20. word-break: break-word;
  21. }
  22. .procuremen-sms-template-page .sms-content-cell {
  23. text-align: left;
  24. white-space: pre-wrap;
  25. word-break: break-word;
  26. line-height: 1.55;
  27. max-width: 100%;
  28. padding: 4px 6px;
  29. }
  30. .procuremen-sms-template-page .bootstrap-table td[data-field="status"],
  31. .procuremen-sms-template-page .bootstrap-table td[data-field="updatetime"],
  32. .procuremen-sms-template-page .bootstrap-table td[data-field="title"],
  33. .procuremen-sms-template-page .bootstrap-table td[data-field="id"] {
  34. text-align: center !important;
  35. white-space: nowrap !important;
  36. }
  37. </style>
  38. <div class="panel panel-default panel-intro">
  39. {:build_heading()}
  40. <div class="panel-body procuremen-sms-template-page">
  41. <div class="widget-body no-padding">
  42. <div id="toolbar" class="toolbar">
  43. <a href="javascript:;" class="btn btn-primary btn-refresh" title="{:__('Refresh')}"><i class="fa fa-refresh"></i> 刷新</a>
  44. </div>
  45. <table id="table" class="table table-striped table-bordered table-hover"
  46. data-operate-edit="{:$auth->check('procuremensms/edit')}"
  47. width="100%">
  48. </table>
  49. </div>
  50. </div>
  51. </div>