一些微小的贡献

This commit is contained in:
KirinBaka
2025-04-22 15:19:28 +08:00
parent a04f1c22c9
commit bebf2c9640
7 changed files with 26 additions and 13 deletions

View File

@@ -115,7 +115,7 @@ const Timetable = ({
tds.length = 0;
const table = target.children[0];
table.setAttribute("border", "1");
table.setAttribute("border", "0");
// mark cell
const conflictsTmp: ConflictsTmp = {};
@@ -266,6 +266,7 @@ const Timetable = ({
<>
<h2 style={{ textAlign: "center" }}>Login as {user}</h2>
<div
align="center"
ref={ref}
contentEditable={editable}
style={{