Commit 1881845d by BellCodeEditor

save project

parent dd4637e6
Showing with 1 additions and 1 deletions
......@@ -15,7 +15,7 @@ e2.place(x=140,y=140)
l2=tkinter.Label(root,text='用户名',font=("宋体",12),bg="black")
l2.place(x=60,y=140)
e3=tkinter.Entry(root,show="*",font=("宋体"),18,bg="light grey",width=18)
e3=tkinter.Entry(root,show="*",font=("宋体",18),bg="light grey",width=18)
e3.place(x=140,y=200)
l3=tkinter.Label(root,text='确认密码',font=("宋体",12),bg="black")
l3.place(x=50,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