test/custom-admin-ui #3

Merged
orion merged 673 commits from test/custom-admin-ui into master 2026-06-05 17:20:58 +08:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 96a926875f - Show all commits
+1 -1
View File
@@ -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
+5
View File
@@ -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;