feat: 修复打包报错问题

This commit is contained in:
landaiqing
2024-07-13 00:06:43 +08:00
parent 6ec4a92853
commit 4a3809e959
9 changed files with 22 additions and 23 deletions

View File

@@ -259,7 +259,7 @@ const File: FunctionComponent = () => {
</Flex>
<Input
value={store.getFilePath().join("/")}
style={{ marginLeft: 15}}
style={{ marginLeft: 15 }}
/>
</Flex>
<Flex
@@ -469,7 +469,6 @@ const File: FunctionComponent = () => {
</div>
<FloatButton
trigger="click"
type="primary"
style={{ right: "5%" }}
icon={<CloudUploadOutlined />}