mirror of https://github.com/fantasticit/think.git
client: fix layout
This commit is contained in:
parent
c4e2a82493
commit
beb7642159
|
@ -144,7 +144,7 @@ export const DocumentCollaboration: React.FC<IProps> = ({ wikiId, documentId, di
|
|||
visible={visible}
|
||||
onVisibleChange={toggleVisible}
|
||||
trigger="click"
|
||||
position={isMobile ? 'top' : 'bottomLeft'}
|
||||
position={isMobile ? 'topRight' : 'bottomLeft'}
|
||||
style={{ width: 376, maxWidth: '80vw' }}
|
||||
content={
|
||||
<Tabs type="line">
|
||||
|
|
|
@ -118,10 +118,10 @@ export const DocumentPublicReader: React.FC<IProps> = ({ documentId, hideLogo =
|
|||
mode="horizontal"
|
||||
header={
|
||||
!hideLogo && !isMobile ? (
|
||||
<>
|
||||
<Space style={{ marginRight: 12 }}>
|
||||
<LogoImage />
|
||||
<LogoText />
|
||||
</>
|
||||
</Space>
|
||||
) : null
|
||||
}
|
||||
footer={
|
||||
|
|
Loading…
Reference in New Issue