This commit is contained in:
罗松柏 2020-12-11 15:37:55 +08:00
parent 32bb509f44
commit 18f65da830
2 changed files with 4 additions and 3 deletions

View File

@ -14913,7 +14913,7 @@ th[aria-selected='true'] .ui-jqgrid-sortable {
.data-name {display: none;}
.fc-content {
/* top: 80px !important; */
margin-top: 65px !important;
margin-top: 120px !important;
}
.fc-header-right {
width: auto !important;

View File

@ -121,7 +121,7 @@ html .fc,
.fc-content {
clear: both;
zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
top: 50px;
margin-top: 50px;
/* margin: 0 11px; */
}
@ -495,7 +495,8 @@ table.fc-border-separate {
------------------------------------------------------------------------*/
.fc-agenda table {
border-collapse: separate;
border-collapse: separate;
height: -webkit-fill-available;
}
.fc-agenda-days th {