This commit is contained in:
罗松柏 2020-12-10 19:04:54 +08:00
parent 3a1623c469
commit 13acba6e60
3 changed files with 9 additions and 3 deletions

View File

@ -14930,7 +14930,11 @@ th[aria-selected='true'] .ui-jqgrid-sortable {
.fc-state-disabled { .fc-state-disabled {
/* display: none !important; */ /* display: none !important; */
} }
.data_box {
/* width: 500px; */
}
#chart { #chart {
width: 800px !important;
margin-top: 125px !important; margin-top: 125px !important;
} }
@ -15039,7 +15043,7 @@ th[aria-selected='true'] .ui-jqgrid-sortable {
.page-content { .page-content {
padding-left: 12px; padding-left: 12px;
padding-right: 12px; padding-right: 12px;
overflow: hidden; /* overflow: hidden; */
} }
} }
@media (max-width: 991px) { @media (max-width: 991px) {

View File

@ -122,7 +122,7 @@ html .fc,
clear: both; clear: both;
zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */ zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
top: 50px; top: 50px;
margin: 0 11px; /* margin: 0 11px; */
} }
.fc-view { .fc-view {

View File

@ -426,6 +426,8 @@ if ($act == 'newevent') {
.data_box { .data_box {
display: none; display: none;
overflow: scroll;
/* width: 800px; */
} }
.data_tab { .data_tab {
@ -514,7 +516,7 @@ if ($act == 'newevent') {
<div id="chart" class="chartbox" style="width:100%;height:400px; margin-top:90px;"></div> <div id="chart" class="chartbox" style="width:100%;height:400px; margin-top:90px;"></div>
<div class="card-body" style="margin: 0 2% 0 3%;"> <div class="card-body" style="margin: 0 2% 0 3%;">
<table class="table table-bordered table-striped" style='border:1px solid #f0f0f0 !important; text-align:center;'> <table class="table table-bordered table-striped" style='border:1px solid #f0f0f0 !important; min-width: 800px; text-align:center;'>
<thead id="thead-title" class="thead" ></thead> <thead id="thead-title" class="thead" ></thead>
<tbody id="tbody-content"></tbody> <tbody id="tbody-content"></tbody>
</table> </table>