mirror of https://github.com/fantasticit/think.git
Merge pull request #39 from fantasticit/feat/mobile
commit
e98f1f49fe
|
@ -31,7 +31,16 @@
|
|||
}
|
||||
|
||||
.semi-navigation-footer {
|
||||
display: block;
|
||||
height: 64px;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
|
||||
.semi-navigation-collapse-btn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -87,6 +87,7 @@ export const DocumentVersion: React.FC<IProps> = ({ documentId, onSelect }) => {
|
|||
type="primary"
|
||||
style={{ marginRight: 8 }}
|
||||
disabled={loading || error}
|
||||
loading={loading}
|
||||
onClick={() => refresh()}
|
||||
>
|
||||
刷新
|
||||
|
|
Loading…
Reference in New Issue