合并达成度功能

This commit is contained in:
2025-05-20 18:30:00 +08:00
parent 8d063fd08a
commit 0a9bd74d8e
20 changed files with 14934 additions and 47 deletions

View File

@@ -15,9 +15,9 @@ class DocPaper:
section = self._doc.sections[0]
section.top_margin = Cm(2)
section.bottom_margin = Cm(1)
section.left_margin = Cm(1.4)
section.right_margin = Cm(1.4)
section.bottom_margin = Cm(2)
section.left_margin = Cm(2)
section.right_margin = Cm(2)
def add_paper(self, course: Course, student: Student):
temp_table = self._template.tables[0]