style: action panel (#5410)

This commit is contained in:
Katherine 2024-10-14 13:56:02 +08:00 committed by GitHub
parent b62dbb1cbc
commit c10a1fc15e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,7 @@ const InternalIcons = () => {
window.removeEventListener('resize', calculateGap);
};
}, [Object.keys(fieldSchema?.properties || {}).length]);
console.log(gap);
return (
<div style={{ marginBottom: designable ? '1rem' : 0 }}>
<DndContext>
@ -91,7 +91,6 @@ const InternalIcons = () => {
text-overflow: ellipsis;
}
.ant-list-item-meta-title button {
font-weight: 700;
font-size: 16px;
overflow: hidden;
text-overflow: ellipsis;