Commit f281b2be by BellCodeEditor

save project

parent ef4e4565
Showing with 3 additions and 2 deletions
......@@ -26,8 +26,8 @@ lab2.place(x=60, y=140)
lab3 = tkinter.Label(root, text='确认密码:', font=('宋体', 12), fg='pink')
lab3.place(x=50, y=200)
button = tkinter.Button(root, text='提交', bg='purple', width=15,
button = tkinter.Button(root, text='提交', bg='light grey', width=15,
command=register)
button.place(x=150, y=250)
button.palce(x=150, y=250)
root.mainloop()
\ No newline at end of file
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