fix: lc-container-placeholder 样式修改

This commit is contained in:
mario.gk 2020-09-29 11:11:31 +08:00
parent ff576b9e19
commit d939285155

View File

@ -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 {