Merge branch 'next' into develop

This commit is contained in:
katherinehhh 2025-01-21 13:59:55 +08:00
commit ab5d51fa17

View File

@ -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