mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-05 01:37:17 +00:00
fix mixed style
This commit is contained in:
parent
45cb76871e
commit
de5ceeffc5
@ -91,6 +91,16 @@ skeleton.add({
|
|||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
skeleton.add({
|
||||||
|
area: 'toolbar',
|
||||||
|
type: 'Dock',
|
||||||
|
name: 'preview2',
|
||||||
|
props: {
|
||||||
|
align: 'left',
|
||||||
|
},
|
||||||
|
content: 'aeawfeawe',
|
||||||
|
});
|
||||||
|
|
||||||
initTrunkPane();
|
initTrunkPane();
|
||||||
Engine.init();
|
Engine.init();
|
||||||
|
|
||||||
|
|||||||
@ -90,8 +90,6 @@
|
|||||||
right: 10px;
|
right: 10px;
|
||||||
top: 0;
|
top: 0;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -28,3 +28,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.lc-block-field > .lc-field-body > .lc-setter-mixed {
|
||||||
|
position: static;
|
||||||
|
margin-right: 0;
|
||||||
|
>.lc-setter-actions {
|
||||||
|
position: absolute;
|
||||||
|
right: 10px;
|
||||||
|
top: 0;
|
||||||
|
height: 32px;
|
||||||
|
transform: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user