mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +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 {
|
||||
height: 44px;
|
||||
line-height: 44px;
|
||||
background-color: #f0f0f0;
|
||||
border-color: #a7b1bd;
|
||||
min-height: 60px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: rgb(240, 240, 240);
|
||||
border: 1px dotted;
|
||||
color: #a7b1bd;
|
||||
text-align: center;
|
||||
color: rgb(167, 177, 189);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
body.engine-document {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user