css optimize

This commit is contained in:
Qing
2023-01-07 09:52:11 +08:00
parent a97f48220d
commit a7382807be
5 changed files with 17 additions and 9 deletions

View File

@@ -158,7 +158,7 @@ export default function FileManager(props: Props) {
return (
<Modal
onClose={onClose}
title={`Files(${photos.length})`}
title={`Images (${photos.length})`}
className="file-manager-modal"
show={show}
>