fix(ui): 侧边联络人列表显示溢出
This commit is contained in:
@@ -13,9 +13,8 @@ export default function ContactsList({
|
|||||||
}: Args) {
|
}: Args) {
|
||||||
return <mdui-list style={{
|
return <mdui-list style={{
|
||||||
overflowY: 'auto',
|
overflowY: 'auto',
|
||||||
marginLeft: '10px',
|
paddingLeft: '10px',
|
||||||
marginRight: '10px',
|
paddingRight: '10px',
|
||||||
width: '100%',
|
|
||||||
display: display ? undefined : 'none'
|
display: display ? undefined : 'none'
|
||||||
}} {...props}>
|
}} {...props}>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user