Commit 2178aeb0 by BellCodeEditor

save project

parent 7b764bce
Showing with 3 additions and 2 deletions
...@@ -10,9 +10,9 @@ el = tkinter.Entry(root,show=None,font=('宋体',14),bg="light grey",width=18) ...@@ -10,9 +10,9 @@ el = tkinter.Entry(root,show=None,font=('宋体',14),bg="light grey",width=18)
el.place(x=140,y=80) el.place(x=140,y=80)
el = tkinter.Entry(root,show=None,font=('宋体',14),bg="light grey",width=18) el = tkinter.Entry(root,show=None,font=('宋体',14),bg="light grey",width=18)
el.place(x=140,y=80) el.place(x=140,y=130)
el = tkinter.Entry(root,show=None,font=('宋体',14),bg="light grey",width=18) el = tkinter.Entry(root,show=None,font=('宋体',14),bg="light grey",width=18)
el.place(x=140,y=80) el.place(x=140,y=180)
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