前端
This commit is contained in:
parent
32bb509f44
commit
18f65da830
2
assets/css/ace.min.css
vendored
2
assets/css/ace.min.css
vendored
@ -14913,7 +14913,7 @@ th[aria-selected='true'] .ui-jqgrid-sortable {
|
|||||||
.data-name {display: none;}
|
.data-name {display: none;}
|
||||||
.fc-content {
|
.fc-content {
|
||||||
/* top: 80px !important; */
|
/* top: 80px !important; */
|
||||||
margin-top: 65px !important;
|
margin-top: 120px !important;
|
||||||
}
|
}
|
||||||
.fc-header-right {
|
.fc-header-right {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
|
@ -121,7 +121,7 @@ html .fc,
|
|||||||
.fc-content {
|
.fc-content {
|
||||||
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;
|
margin-top: 50px;
|
||||||
/* margin: 0 11px; */
|
/* margin: 0 11px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -496,6 +496,7 @@ table.fc-border-separate {
|
|||||||
|
|
||||||
.fc-agenda table {
|
.fc-agenda table {
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
|
height: -webkit-fill-available;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-agenda-days th {
|
.fc-agenda-days th {
|
||||||
|
Loading…
Reference in New Issue
Block a user