Commit f0cfab7b by BellCodeEditor

save project

parent 7cd241d3
Showing with 1 additions and 1 deletions
......@@ -38,7 +38,7 @@ lak.place(x=60,y=140)
lai = tkinter.Label(root, text='确认密码:', font=('宋体', 15),
fg="black")
lai.place(x=60,y=200)
laq = tkinter.Label(root, text='提交', font=('宋体', 15),
laq = tkinter.Label(root, text='提交',
bg="lightgreen",width=15,command=register)
laq.place(x=140,y=250)
# 保持窗口监听,进入消息循环
......
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