Merge pull request #39 from fantasticit/feat/mobile

This commit is contained in:
fantasticit 2022-05-04 19:52:27 +08:00 committed by GitHub
commit e98f1f49fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -31,7 +31,16 @@
} }
.semi-navigation-footer { .semi-navigation-footer {
display: block;
height: 64px; height: 64px;
padding-top: 0;
padding-bottom: 0;
.semi-navigation-collapse-btn {
display: flex;
align-items: center;
justify-content: flex-start;
}
} }
} }
} }

View File

@ -87,6 +87,7 @@ export const DocumentVersion: React.FC<IProps> = ({ documentId, onSelect }) => {
type="primary" type="primary"
style={{ marginRight: 8 }} style={{ marginRight: 8 }}
disabled={loading || error} disabled={loading || error}
loading={loading}
onClick={() => refresh()} onClick={() => refresh()}
> >