fix(ui): 兩個列表沒有吃滿寬度
This commit is contained in:
@@ -45,6 +45,7 @@ export default function ContactsList({
|
|||||||
paddingRight: '10px',
|
paddingRight: '10px',
|
||||||
display: display ? undefined : 'none',
|
display: display ? undefined : 'none',
|
||||||
height: '100%',
|
height: '100%',
|
||||||
|
width: '100%',
|
||||||
}} {...props}>
|
}} {...props}>
|
||||||
<mdui-text-field icon="search" type="search" clearable ref={searchRef} variant="outlined" placeholder="搜索..." style={{
|
<mdui-text-field icon="search" type="search" clearable ref={searchRef} variant="outlined" placeholder="搜索..." style={{
|
||||||
marginTop: '5px',
|
marginTop: '5px',
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ export default function RecentsList({
|
|||||||
paddingRight: '10px',
|
paddingRight: '10px',
|
||||||
display: display ? undefined : 'none',
|
display: display ? undefined : 'none',
|
||||||
height: '100%',
|
height: '100%',
|
||||||
|
width: '100%',
|
||||||
}} {...props}>
|
}} {...props}>
|
||||||
<mdui-text-field icon="search" type="search" clearable ref={searchRef} variant="outlined" placeholder="搜索..." style={{
|
<mdui-text-field icon="search" type="search" clearable ref={searchRef} variant="outlined" placeholder="搜索..." style={{
|
||||||
marginTop: '5px',
|
marginTop: '5px',
|
||||||
|
|||||||
Reference in New Issue
Block a user