| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <style>
- .procuremen-sms-template-page .bootstrap-table thead th,
- .procuremen-sms-template-page .fixed-table-header thead th,
- .procuremen-sms-template-page .fixed-table-container thead th {
- text-align: center !important;
- vertical-align: middle !important;
- }
- .procuremen-sms-template-page .bootstrap-table thead th .th-inner,
- .procuremen-sms-template-page .fixed-table-header thead th .th-inner,
- .procuremen-sms-template-page .fixed-table-container thead th .th-inner {
- text-align: center !important;
- justify-content: center !important;
- }
- .procuremen-sms-template-page .bootstrap-table tbody td {
- vertical-align: middle !important;
- }
- .procuremen-sms-template-page .bootstrap-table td[data-field="content"],
- .procuremen-sms-template-page .bootstrap-table th[data-field="content"] {
- white-space: normal !important;
- word-break: break-word;
- }
- .procuremen-sms-template-page .sms-content-cell {
- text-align: left;
- white-space: pre-wrap;
- word-break: break-word;
- line-height: 1.55;
- max-width: 100%;
- padding: 4px 6px;
- }
- .procuremen-sms-template-page .bootstrap-table td[data-field="status"],
- .procuremen-sms-template-page .bootstrap-table td[data-field="updatetime"],
- .procuremen-sms-template-page .bootstrap-table td[data-field="title"],
- .procuremen-sms-template-page .bootstrap-table td[data-field="id"] {
- text-align: center !important;
- white-space: nowrap !important;
- }
- </style>
- <div class="panel panel-default panel-intro">
- {:build_heading()}
- <div class="panel-body procuremen-sms-template-page">
- <div class="widget-body no-padding">
- <div id="toolbar" class="toolbar">
- <a href="javascript:;" class="btn btn-primary btn-refresh" title="{:__('Refresh')}"><i class="fa fa-refresh"></i> 刷新</a>
- </div>
- <table id="table" class="table table-striped table-bordered table-hover"
- data-operate-edit="{:$auth->check('procuremensms/edit')}"
- width="100%">
- </table>
- </div>
- </div>
- </div>
|