完成
This commit is contained in:
@@ -45,7 +45,7 @@ class App:
|
||||
|
||||
def create_widgets(self):
|
||||
tk.Label(self.root, text="加密密码:").grid(row=0, column=0, padx=5, pady=5)
|
||||
tk.Entry(self.root, textvariable=self.password, width=30).grid(row=0, column=1)
|
||||
tk.Entry(self.root, textvariable=self.password, width=30).grid(row=0, column=1, padx=(0, 10))
|
||||
|
||||
tk.Button(self.root, text="解密", command=self.decrypt_password).grid(row=1, column=1, pady=10)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user