Commit 100f49af by BellCodeEditor

save project

parent 82172a9d
Showing with 3 additions and 3 deletions
......@@ -19,14 +19,14 @@ e3.place(x=140, y=200)
lab1 = tkinter.Label(root, text="用户名", font=('宋体', 15),
fg="black",width=8bg="green")
fg="black",width=8,bg="green")
lab1.place(x=60,y=80)
lab2 = tkinter.Label(root, text='密码', font=('宋体', 15),
fg="black",width=8bg="green")
fg="black",width=8,bg="green")
lab2.place(x=60,y=140)
lab3 = tkinter.Label(root, text='确认密码', font=('宋体', 15),
fg="black",width=8bg="green")
fg="black",width=8,bg="green")
lab3.place(x=60,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