Commit 85184652 by BellCodeEditor

save project

parent cad6eadd
Showing with 4 additions and 0 deletions
......@@ -31,5 +31,9 @@ lab.place(x=150,y=100)
lab = tkinter.Label(root, text='确认密码', font=('宋体', 15),
fg="black")
lab.place(x=150,y=120)
lab = tkinter.Label(root, text='确认', font=('宋体', 15),
fg="black",bg="green")
lab.place(x=300,y=160)
# 保持窗口监听,进入消息循环
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