mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
ab5d51fa17
@ -110,22 +110,22 @@ const ResponsiveSpace = () => {
|
||||
size={gap}
|
||||
align="start"
|
||||
className={css`
|
||||
.ant-space-item {
|
||||
width: ${isUnderMobile ? itemWidth + 'px' : '100%'}
|
||||
display: flex;
|
||||
.ant-nb-action {
|
||||
padding: ${isUnderMobile ? '4px 0px' : null};
|
||||
}
|
||||
.nb-action-panel-container {
|
||||
width: ${itemWidth}px !important;
|
||||
}
|
||||
.ant-avatar-circle {
|
||||
width: ${avatarSize}px !important;
|
||||
height: ${avatarSize}px !important;
|
||||
line-height: ${avatarSize}px !important;
|
||||
}
|
||||
}
|
||||
`}
|
||||
.ant-space-item {
|
||||
width: ${isUnderMobile ? itemWidth + 'px' : '100%'}
|
||||
display: flex;
|
||||
.ant-nb-action {
|
||||
padding: ${isUnderMobile ? '4px 0px' : null};
|
||||
}
|
||||
.nb-action-panel-container {
|
||||
width: ${itemWidth}px !important;
|
||||
}
|
||||
.ant-avatar-circle {
|
||||
width: ${avatarSize}px !important;
|
||||
height: ${avatarSize}px !important;
|
||||
line-height: ${avatarSize}px !important;
|
||||
}
|
||||
}
|
||||
`}
|
||||
>
|
||||
{fieldSchema.mapProperties((s, key) => (
|
||||
<div
|
||||
|
Loading…
x
Reference in New Issue
Block a user