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