'update'
This commit is contained in:
parent
a4216b6a4a
commit
b00788b562
assets
|
@ -411,7 +411,7 @@
|
|||
initdata1();
|
||||
orbit.sitemenuDropdown();
|
||||
orbit.goBackTop('top', 800);
|
||||
orbit.plugins.bullEye();
|
||||
// orbit.plugins.bullEye();
|
||||
orbit.setColumn('.left-column', '.right-column');
|
||||
|
||||
// 自適應網頁使用,當網頁載入時,如果視窗寬度小於769,就執行orbit.nav.setDropdown函數
|
||||
|
|
|
@ -335,6 +335,21 @@
|
|||
min-height:24em !important;
|
||||
}
|
||||
}
|
||||
.fc-scrollgrid-section-liquid{
|
||||
display: none!important;
|
||||
}
|
||||
span.fc-timegrid-axis-cushion.fc-scrollgrid-shrink-cushion.fc-scrollgrid-sync-inner{
|
||||
display: none;
|
||||
}
|
||||
.fc-timegrid-axis-frame{
|
||||
display: none;
|
||||
}
|
||||
th.fc-timegrid-axis{
|
||||
display: none;
|
||||
}
|
||||
td.fc-timegrid-axis.fc-scrollgrid-shrink{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.fc-timeGridWeek-view{
|
||||
/* table th{
|
||||
|
@ -359,14 +374,14 @@
|
|||
-webkit-line-clamp: 4!important;
|
||||
}
|
||||
}
|
||||
span.fc-timegrid-axis-cushion.fc-scrollgrid-shrink-cushion.fc-scrollgrid-sync-inner{
|
||||
/* span.fc-timegrid-axis-cushion.fc-scrollgrid-shrink-cushion.fc-scrollgrid-sync-inner{
|
||||
display: none;
|
||||
}
|
||||
.fc-timegrid-axis-frame{
|
||||
}*/
|
||||
/* .fc-timegrid-axis-frame{
|
||||
display: none;
|
||||
}
|
||||
}*/
|
||||
.fc-scrollgrid-section-liquid{
|
||||
display: none;
|
||||
display: none!important;
|
||||
}
|
||||
position: relative!important;
|
||||
.fc-timegrid-slot{
|
||||
|
@ -481,9 +496,9 @@
|
|||
|
||||
}
|
||||
}
|
||||
.fc .fc-timegrid-axis-frame{
|
||||
/* .fc .fc-timegrid-axis-frame{
|
||||
display: none!important;
|
||||
}
|
||||
}*/
|
||||
.fc .fc-timegrid-slot-label{
|
||||
display:none!important;
|
||||
}
|
||||
|
|
|
@ -569,7 +569,7 @@ table.dataTable>tbody>tr.child{
|
|||
}
|
||||
@media(max-width: $screen-xs){
|
||||
tr{
|
||||
display: table-row!important;
|
||||
display: table-row;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue