from tkinter import *
root = Tk()
root.title("旅行线路")
root.geometry('300x120')
root.resizable(0,0)
Button(root, text="添加线路", relief="solid",width=10,height=2).pack()
Button(root, text="查询线路", relief="solid",width=10,height=2). pack()
微信扫码预览、分享更方便