Commit 5e228866 by BellCodeEditor

save project

parent 85184652
Showing with 2 additions and 3 deletions
...@@ -32,8 +32,7 @@ lab = tkinter.Label(root, text='确认密码', font=('宋体', 15), ...@@ -32,8 +32,7 @@ lab = tkinter.Label(root, text='确认密码', font=('宋体', 15),
fg="black") fg="black")
lab.place(x=150,y=120) lab.place(x=150,y=120)
lab = tkinter.Label(root, text='确认', font=('宋体', 15), botton=tkinter.Button(root,text='提交',bg='lightblue')
fg="black",bg="green") botton.place(x=300,y=160)
lab.place(x=300,y=160)
# 保持窗口监听,进入消息循环 # 保持窗口监听,进入消息循环
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