add:输入框清空按钮
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ class FileSystemStorage:
|
|||||||
tasks = [self.delete_file(text) for text in texts]
|
tasks = [self.delete_file(text) for text in texts]
|
||||||
await asyncio.gather(*tasks)
|
await asyncio.gather(*tasks)
|
||||||
|
|
||||||
def judge_delete_folder(self, filepath):
|
async def judge_delete_folder(self, filepath):
|
||||||
currpath = os.path.dirname(filepath)
|
currpath = os.path.dirname(filepath)
|
||||||
if os.listdir(currpath):
|
if os.listdir(currpath):
|
||||||
return
|
return
|
||||||
|
|||||||
@@ -29,6 +29,11 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-icon-circle-close::before {
|
||||||
|
font-size: 26px !important;
|
||||||
|
line-height: 128px;
|
||||||
|
}
|
||||||
|
|
||||||
.qu .el-input__inner {
|
.qu .el-input__inner {
|
||||||
height: 100px;
|
height: 100px;
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user