Commit 2c1a0258 by BellCodeEditor

save project

parent f9451dd3
Showing with 1 additions and 1 deletions
......@@ -28,7 +28,7 @@ password = tkinter.Label(root, text='密码', font=('宋体', 15),
password.place(x=80,y=140)
confirm = tkinter.Label(root, text='确认密码', font=('宋体', 15),
fg="black")
confirm.place(x=80,y=200)
confirm.place(x=40,y=200)
# 保持窗口监听,进入消息循环
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