mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 06:15:11 +00:00
style: action panel (#5410)
This commit is contained in:
parent
b62dbb1cbc
commit
c10a1fc15e
@ -64,7 +64,7 @@ const InternalIcons = () => {
|
|||||||
window.removeEventListener('resize', calculateGap);
|
window.removeEventListener('resize', calculateGap);
|
||||||
};
|
};
|
||||||
}, [Object.keys(fieldSchema?.properties || {}).length]);
|
}, [Object.keys(fieldSchema?.properties || {}).length]);
|
||||||
console.log(gap);
|
|
||||||
return (
|
return (
|
||||||
<div style={{ marginBottom: designable ? '1rem' : 0 }}>
|
<div style={{ marginBottom: designable ? '1rem' : 0 }}>
|
||||||
<DndContext>
|
<DndContext>
|
||||||
@ -91,7 +91,6 @@ const InternalIcons = () => {
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
.ant-list-item-meta-title button {
|
.ant-list-item-meta-title button {
|
||||||
font-weight: 700;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
Loading…
Reference in New Issue
Block a user