mirror of https://github.com/fantasticit/think.git
Merge pull request #39 from fantasticit/feat/mobile
This commit is contained in:
commit
e98f1f49fe
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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()}
|
||||||
>
|
>
|
||||||
刷新
|
刷新
|
||||||
|
|
Loading…
Reference in New Issue