Commit b7ae3675 by BellCodeEditor

save project

parent 64b381e9
Showing with 1 additions and 1 deletions
...@@ -28,7 +28,7 @@ lab = tkinter.Label(root, text='密码:', font=('宋体', 10), ...@@ -28,7 +28,7 @@ lab = tkinter.Label(root, text='密码:', font=('宋体', 10),
fg="black",width=18, height=2) fg="black",width=18, height=2)
lab.place(x=0,y=140) lab.place(x=0,y=140)
lab = tkinter.Label(root, text='确认密码', font=('宋体', 10), lab = tkinter.Label(root, text='确认密码', font=('宋体', 10),
fg="black",width=18, height=2) fg="black",width=18, height=2)
lab.place(x=0,y=200) lab.place(x=0,y=200)
# 保持窗口监听,进入消息循环 # 保持窗口监听,进入消息循环
......
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