标签: python tkinter colors combobox
我有Combobox,我需要为bg设置灰色,就像我为Entery做的一样
Combobox
bg
Entery
self.enter_output = tk.Entry(self, bg='#e7e7e7', bd=0,highlightthickness=0, width=15)