mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-19 05:48:17 +00:00
feat: 🎸 为容器的占位元素增加一个特定的 class 方便在设计器里定制样式
This commit is contained in:
parent
bd2c6ad341
commit
5077141857
@ -118,6 +118,7 @@ class Renderer extends Component<{ renderer: SimulatorRenderer }> {
|
|||||||
) {
|
) {
|
||||||
children = (
|
children = (
|
||||||
<div
|
<div
|
||||||
|
className="lc-container-placeholder"
|
||||||
style={{
|
style={{
|
||||||
height:'44px',
|
height:'44px',
|
||||||
lineHeight:'44px',
|
lineHeight:'44px',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user