This commit is contained in:
kenlee 2025-03-08 16:54:54 +08:00
parent a4216b6a4a
commit b00788b562
3 changed files with 24 additions and 9 deletions

View File

@ -411,7 +411,7 @@
initdata1(); initdata1();
orbit.sitemenuDropdown(); orbit.sitemenuDropdown();
orbit.goBackTop('top', 800); orbit.goBackTop('top', 800);
orbit.plugins.bullEye(); // orbit.plugins.bullEye();
orbit.setColumn('.left-column', '.right-column'); orbit.setColumn('.left-column', '.right-column');
// 自適應網頁使用當網頁載入時如果視窗寬度小於769就執行orbit.nav.setDropdown函數 // 自適應網頁使用當網頁載入時如果視窗寬度小於769就執行orbit.nav.setDropdown函數

View File

@ -335,6 +335,21 @@
min-height:24em !important; 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{ .fc-timeGridWeek-view{
/* table th{ /* table th{
@ -359,14 +374,14 @@
-webkit-line-clamp: 4!important; -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; display: none;
} }*/
.fc-timegrid-axis-frame{ /* .fc-timegrid-axis-frame{
display: none; display: none;
} }*/
.fc-scrollgrid-section-liquid{ .fc-scrollgrid-section-liquid{
display: none; display: none!important;
} }
position: relative!important; position: relative!important;
.fc-timegrid-slot{ .fc-timegrid-slot{
@ -481,9 +496,9 @@
} }
} }
.fc .fc-timegrid-axis-frame{ /* .fc .fc-timegrid-axis-frame{
display: none!important; display: none!important;
} }*/
.fc .fc-timegrid-slot-label{ .fc .fc-timegrid-slot-label{
display:none!important; display:none!important;
} }

View File

@ -569,7 +569,7 @@ table.dataTable>tbody>tr.child{
} }
@media(max-width: $screen-xs){ @media(max-width: $screen-xs){
tr{ tr{
display: table-row!important; display: table-row;
} }
} }
} }