Commit e409620c by BellCodeEditor

save project

parent 1c5b9fc6
Showing with 1 additions and 1 deletions
...@@ -25,7 +25,7 @@ lab.place(x=0,y=0) ...@@ -25,7 +25,7 @@ lab.place(x=0,y=0)
# 在输入框前展示文字标签:用户名:、密 码:、确认密码: # 在输入框前展示文字标签:用户名:、密 码:、确认密码:
lab = tkinter.Label(root, text='用户名', font=('宋体', 15), lab = tkinter.Label(root, text='用户名', font=('宋体', 15),
fg=,width=40, height=2,bg) fg=,width=40, height=2,bg)
lab1.place(x=130,y=80) lab1.place(x=50,y=80)
lab2 = tkinter.Label(root, text='密码', font=('宋体', 15), lab2 = tkinter.Label(root, text='密码', font=('宋体', 15),
fg=,width=40, height=2,bg) fg=,width=40, height=2,bg)
lab2.place(x=140,y=140) lab2.place(x=140,y=140)
......
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