Style().configure("TButton", padding=6, relief="flat", background="#000") btn = ttk.Button(text="Sample") btn.pack() 但它正在改变边框颜色而不是整个按钮背景 ...
確定! 回上一頁