修复日历事件共享bug

This commit is contained in:
2021-07-28 05:09:38 +08:00
parent 7ffb549bc6
commit 566954dfcf
18 changed files with 188 additions and 124 deletions
@@ -2,6 +2,9 @@
#order-index-widget .ag-header-cell-label {
justify-content: left !important;
}
#order-index-widget .ag-header {
border-bottom: 0;
}
</style>
<div class="wrapper-sm p-t-none">
<div class="gdoo-list-grid">
@@ -14,6 +17,7 @@
var options = new agGridOptions();
options.remoteDataUrl = '{{url()}}';
options.remoteParams = {};
options.headerHeight = 0;
var columnDefs = [{
field: 'title',
cellClass:'text-left',