Commit 712635fb by BellCodeEditor

save project

parent e2d0dc41
Showing with 0 additions and 1 deletions
......@@ -111,7 +111,6 @@ class My_register(): # 注册窗口
lab3 = tkinter.Label(self.root, text='确认密码:', font=("宋体", 12),
fg="black")
lab3.place(x=50, y=200)
# 注册界面的提交、取消按钮
button1 = tkinter.Button(self.root, text='提交', bg="lightblue",
width=15,command=register)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment