add:输入框清空按钮

This commit is contained in:
lan
2022-12-27 10:01:10 +08:00
parent 32c2fef57c
commit 96a926875f
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ class FileSystemStorage:
tasks = [self.delete_file(text) for text in texts]
await asyncio.gather(*tasks)
def judge_delete_folder(self, filepath):
async def judge_delete_folder(self, filepath):
currpath = os.path.dirname(filepath)
if os.listdir(currpath):
return
+5
View File
@@ -29,6 +29,11 @@
font-weight: bold;
}
.el-icon-circle-close::before {
font-size: 26px !important;
line-height: 128px;
}
.qu .el-input__inner {
height: 100px;
margin: 1rem 0;