前端
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;}
|
||||
.fc-content {
|
||||
/* top: 80px !important; */
|
||||
margin-top: 65px !important;
|
||||
margin-top: 120px !important;
|
||||
}
|
||||
.fc-header-right {
|
||||
width: auto !important;
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user