前端
This commit is contained in:
parent
3a1623c469
commit
13acba6e60
6
assets/css/ace.min.css
vendored
6
assets/css/ace.min.css
vendored
@ -14930,7 +14930,11 @@ th[aria-selected='true'] .ui-jqgrid-sortable {
|
||||
.fc-state-disabled {
|
||||
/* display: none !important; */
|
||||
}
|
||||
.data_box {
|
||||
/* width: 500px; */
|
||||
}
|
||||
#chart {
|
||||
width: 800px !important;
|
||||
margin-top: 125px !important;
|
||||
}
|
||||
|
||||
@ -15039,7 +15043,7 @@ th[aria-selected='true'] .ui-jqgrid-sortable {
|
||||
.page-content {
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
overflow: hidden;
|
||||
/* overflow: hidden; */
|
||||
}
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
|
@ -122,7 +122,7 @@ html .fc,
|
||||
clear: both;
|
||||
zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
|
||||
top: 50px;
|
||||
margin: 0 11px;
|
||||
/* margin: 0 11px; */
|
||||
}
|
||||
|
||||
.fc-view {
|
||||
|
@ -426,6 +426,8 @@ if ($act == 'newevent') {
|
||||
|
||||
.data_box {
|
||||
display: none;
|
||||
overflow: scroll;
|
||||
/* width: 800px; */
|
||||
}
|
||||
|
||||
.data_tab {
|
||||
@ -514,7 +516,7 @@ if ($act == 'newevent') {
|
||||
<div id="chart" class="chartbox" style="width:100%;height:400px; margin-top:90px;"></div>
|
||||
|
||||
<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>
|
||||
<tbody id="tbody-content"></tbody>
|
||||
</table>
|
||||
|
Loading…
Reference in New Issue
Block a user