Commit 71d068c5 by BellCodeEditor

save project

parent 9395646b
Showing with 3 additions and 0 deletions
......@@ -27,5 +27,8 @@ e4 = tkinter.Label(root,text='密码:',font=('宋体',14),fg='black',width=8) #
e4.place(x=50, y=120)
e4 = tkinter.Label(root,text='确认密码:',font=('宋体',14),fg='black',width=8) # 显示成明文形式
e4.place(x=50, y=160)
e5 = tkinter.Label(root, text='提交', font=('宋体', 8),
fg="black",width=40, height=2,bg="green")
e5.place(x=0,y=0)
# 保持窗口监听,进入消息循环
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