mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 19:52:51 +00:00
refactor: remove default container of built-in Slot component, fixes #993
This commit is contained in:
parent
6a6156a38d
commit
2dbd66cb28
@ -51,7 +51,7 @@ class Slot extends Component {
|
||||
|
||||
render() {
|
||||
const { children } = this.props;
|
||||
return <div className="lc-container">{children}</div>;
|
||||
return <>{children}</>;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user