mirror of https://github.com/fantasticit/think.git
client: update style
This commit is contained in:
parent
1c4cb792de
commit
df1b1cedd3
|
@ -107,7 +107,7 @@ export const Search = () => {
|
||||||
suffix={<SemiIconSearch onClick={search} style={{ cursor: 'pointer' }} />}
|
suffix={<SemiIconSearch onClick={search} style={{ cursor: 'pointer' }} />}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div style={{ height: 'calc(68vh - 40px)', paddingBottom: 36, overflow: 'auto' }}>
|
<div style={{ height: '40vh', paddingBottom: 36, overflow: 'auto' }}>
|
||||||
<DataRender
|
<DataRender
|
||||||
loading={loading}
|
loading={loading}
|
||||||
loadingContent={
|
loadingContent={
|
||||||
|
@ -163,7 +163,7 @@ export const Search = () => {
|
||||||
visible={visible}
|
visible={visible}
|
||||||
onVisibleChange={toggleVisible}
|
onVisibleChange={toggleVisible}
|
||||||
content={
|
content={
|
||||||
<div style={{ width: 360, maxWidth: '96vw', maxHeight: '70vh', overflow: 'auto', padding: '16px 16px 0' }}>
|
<div style={{ width: 320, maxWidth: '96vw', maxHeight: '70vh', overflow: 'auto', padding: '16px 16px 0' }}>
|
||||||
{content}
|
{content}
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue