Commit 951042a3 by BellCodeEditor

save project

parent 47f643cc
Showing with 1 additions and 1 deletions
...@@ -35,7 +35,7 @@ lab3 = tkinter.Label(root, text='确认密码:',fg="black",width=10, height=2) ...@@ -35,7 +35,7 @@ lab3 = tkinter.Label(root, text='确认密码:',fg="black",width=10, height=2)
lab3.place(x=40,y=190) lab3.place(x=40,y=190)
bt=tkinter.Button(root,text='SB',font=('宋体',15),fg='black',command = reqister) bt=tkinter.Button(root,text='登录',font=('宋体',15),fg='black',command = reqister)
bt.place(x=180,y=260) bt.place(x=180,y=260)
# 保持窗口监听,进入消息循环 # 保持窗口监听,进入消息循环
root.mainloop() root.mainloop()
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