Commit e1710c17 by BellCodeEditor

auto save

parent 12148d15
Showing with 1 additions and 1 deletions
...@@ -48,7 +48,7 @@ l2 = tkinter.Label(root,text='密码',font=('宋体', 13),fg="blue") ...@@ -48,7 +48,7 @@ l2 = tkinter.Label(root,text='密码',font=('宋体', 13),fg="blue")
l2.place(x=97, y=140) l2.place(x=97, y=140)
l3 = tkinter.Label(root,text='确认密码',font=('宋体', 13),fg="blue") l3 = tkinter.Label(root,text='确认密码',font=('宋体', 13),fg="blue")
l3.place(x=61, y=200) l3.place(x=61, y=200)
a = tkinter.Button(root,text='提交',font=('宋体', 13),fg="black",bg="yellow",width=15,command=submit) a = tkinter.Button(root,text='提交',font=('宋体', 13),fg="blue",bg="yellow",width=15,command=submit)
a.place(x=150,y=240) a.place(x=150,y=240)
root.resizable(width=False,height=False) root.resizable(width=False,height=False)
# 保持窗口监听,进入消息循环 # 保持窗口监听,进入消息循环
......
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