mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-19 05:48:17 +00:00
fix: lc-container-placeholder 样式修改
This commit is contained in:
parent
ff576b9e19
commit
d939285155
@ -54,13 +54,15 @@ html.engine-cursor-ew-resize, html.engine-cursor-ew-resize * {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.lc-container-placeholder {
|
.lc-container-placeholder {
|
||||||
height: 44px;
|
min-height: 60px;
|
||||||
line-height: 44px;
|
height: 100%;
|
||||||
background-color: #f0f0f0;
|
width: 100%;
|
||||||
border-color: #a7b1bd;
|
background-color: rgb(240, 240, 240);
|
||||||
border: 1px dotted;
|
border: 1px dotted;
|
||||||
color: #a7b1bd;
|
color: rgb(167, 177, 189);
|
||||||
text-align: center;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.engine-document {
|
body.engine-document {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user