feat: layout style(1)

This commit is contained in:
email
2022-03-20 20:02:48 +08:00
parent 8ad98291eb
commit 2b5ee78397
34 changed files with 70 additions and 194 deletions

View File

@ -2,18 +2,10 @@
.common-editor-wrapper {
.flex(column, flex-start, flex-start);
position: relative;
width: 100%;
height: auto;
background-color: white;
@apply relative w-full h-full bg-white grow;
> .common-editor-inputer {
display: inline-block;
width: 100%;
padding-top: 4px;
padding-bottom: 12px;
min-height: 40px;
max-height: 300px;
@apply w-full h-full pt-1 pb-3 grow;
font-size: 15px;
line-height: 24px;
resize: none;
@ -22,7 +14,6 @@
background-color: transparent;
z-index: 1;
white-space: pre-wrap;
.hide-scroll-bar();
&::placeholder {
padding-left: 2px;