完成文件删除功能

This commit is contained in:
2023-12-20 11:10:31 +08:00
parent 89189f0d02
commit 97c8ec7217
2 changed files with 70 additions and 1 deletions

View File

@@ -62,6 +62,7 @@
display: inline-block;
font-size: 16px;
margin-bottom: 10px;
padding: 10px;
}
#custom-file-input:hover {
@@ -76,6 +77,7 @@
cursor: pointer;
transition: background-color 0.3s;
font-size: 16px;
padding: 10px;
}
#upload-button:hover {