fix ui
All checks were successful
Deploy on Master Change / deploy (push) Successful in 51s

This commit is contained in:
2026-07-03 18:24:36 +07:00
parent 51af268857
commit 4d17699775
2 changed files with 12 additions and 3 deletions

View File

@@ -272,10 +272,14 @@ export const AttendancePanel: React.FC<AttendancePanelProps> = ({ classId }) =>
</span> </span>
</div> </div>
<p className="schedule-hint" style={{ margin: 0 }}> <p className="schedule-hint" style={{ margin: '0 0 8px 0' }}>
Sửa trạng thái thủ công sẽ đưc khóa hệ thống tự tính sẽ không ghi đè. Sửa trạng thái thủ công sẽ đưc khóa hệ thống tự tính sẽ không ghi đè.
</p> </p>
<div style={{ padding: '0.65rem 0.85rem', background: '#fef3c7', border: '1px solid #fcd34d', borderRadius: '4px', color: '#92400e', fontSize: '0.82rem', display: 'flex', alignItems: 'center', gap: '0.35rem', margin: '4px 0 10px 0', lineHeight: '1.4' }}>
💡 <strong>Lưu ý:</strong> Hệ thống hiện tại chỉ ghi nhận điểm danh học tập nội bộ <strong>KHÔNG tự đng lưu lên QLĐT</strong>. Thầy vui lòng kiểm tra kỹ trạng thái của sinh viên, sau đó bấm nút <strong>Đy QLĐT</strong> góc phải bên trên đ đng bộ điểm danh chính thức.
</div>
{selectedStudentRkIds.length > 0 && ( {selectedStudentRkIds.length > 0 && (
<div className="attendance-bulk-actions"> <div className="attendance-bulk-actions">
<span className="attendance-bulk-title"> <span className="attendance-bulk-title">

View File

@@ -2207,6 +2207,10 @@ input:checked + .slider:before {
filter: brightness(0.97); filter: brightness(0.97);
} }
.attendance-table td {
padding: 0.5rem 1rem !important;
}
.attendance-student-name { .attendance-student-name {
font-weight: 700; font-weight: 700;
font-size: 0.88rem; font-size: 0.88rem;
@@ -2233,9 +2237,10 @@ input:checked + .slider:before {
} }
.attendance-online-unit { .attendance-online-unit {
display: block; display: inline;
font-size: 0.68rem; font-size: 0.72rem;
color: var(--text-muted); color: var(--text-muted);
margin-left: 3px;
} }
.attendance-status-cell { .attendance-status-cell {