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