Commit ec4ec8ea by BellCodeEditor

save project

parent e857e1bd
Showing with 2 additions and 2 deletions
......@@ -31,7 +31,7 @@ lab3 = tkinter.Label(root, text='确认密码:',fg="black",width=10, height=2)
lab3.place(x=100,y=200)
bt=tkinter.Button(root,text='SB',font=('宋体',15),fg='black',widtn=40,hight=2)
bt.place(x=140,y=260)
bt=tkinter.Button(root,text='SB',font=('宋体',15),fg='black')
bt.place(x=160,y=260)
# 保持窗口监听,进入消息循环
root.mainloop()
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