合并达成度功能
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user