Commit 9479cd39 by BellCodeEditor

save project

parent 794e5a0b
Showing with 2 additions and 1 deletions
...@@ -30,6 +30,6 @@ lab3.place(x=40,y=200) ...@@ -30,6 +30,6 @@ lab3.place(x=40,y=200)
buttonl = tkinter.Button(root,text='提交',fg="lightgreen",width=15) buttonl = tkinter.Button(root,text='提交',bg="lightgreen",width=15)
buttonl.place(x=150,y=250) buttonl.place(x=150,y=250)
root.mainloop() 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