fix text
This commit is contained in:
parent
2100d63d64
commit
1acd1b7fd4
2
main.py
2
main.py
@ -324,7 +324,7 @@ label = tk.Label(root, text="", font=("宋体", 50))
|
||||
label.pack(pady=20, padx=20)
|
||||
|
||||
# 创建抽取学号按钮
|
||||
button = tk.Button(root, text="抽取学号", font=("宋体", 12), command=draw_student_id)
|
||||
button = tk.Button(root, text="开始", font=("宋体", 12), command=draw_student_id)
|
||||
button.pack(pady=10)
|
||||
|
||||
# 创建设置按钮
|
||||
|
Loading…
x
Reference in New Issue
Block a user