Skip to main content

員工各月請假狀況

.atlantis-container { font-family: Arial, sans-serif; max-width: 100%; margin: 0 auto; padding: 20px; background-color: #f0f8ff; } .atlantis-form { margin-bottom: 20px; background-color: #e6f3ff; padding: 15px; border-radius: 5px; } .atlantis-form select { padding: 5px; margin-right: 10px; min-width: 150px; } .atlantis-table { width: 100%; border-collapse: collapse; background-color: #ffffff; margin-top: 20px; } .atlantis-t

顯示特休假扣抵資料

.deduction-table { width: 100%; border-collapse: collapse; margin-top: 20px; background-color: white; } .deduction-table th, .deduction-table td { border: 1px solid #ddd; padding: 8px; text-align: left; } .deduction-table th { background-color: #e6f3ff; color: #0056b3; font-weight: bold; } .deduction-table tr:nth-child(even) { background-color: #f8f8f8; } .deduction-table tr:h

出缺勤刷卡明細

.atlantis-container { font-family: Arial, sans-serif; max-width: 100%; margin: 0 auto; padding: 20px; background-color: #f0f8ff; } .atlantis-form { margin-bottom: 20px; background-color: #e6f3ff; padding: 15px; border-radius: 5px; } .atlantis-form select { padding: 8px; margin-right: 10px; border: 1px solid #b0d4ff; border-radius: 4px; min-width: 150px; } .date-group { margin-bottom: 20px; border: 1px solid #b0d4ff; border-radius: 5px; overflow: hidden; background-color: #ffffff; transition: all 0.3s ease;

員工出勤記錄(檢查全勤後不足時數自動計算扣抵特休假)

/* Reset default margins and paddings */ html, body { margin: 0; padding: 0; width: 100%; overflow-x: hidden; } /* Override Drupal's default container widths */ body, .layout-container, .layout-content, main#content, .region-content, .block-system-main-block, article.node { max-width: 100% !important; width: 100% !important; padding: 0 !important; margin: 0 !important; } .atlantis-container { font-family: Arial, sans-serif; width: 100%; margin: