feat: update editor style (#454)

* feat: update editor style

* chore: update bg
This commit is contained in:
boojack
2022-11-12 20:57:08 +08:00
committed by GitHub
parent bf07ab9e2f
commit 241c93c6b7
3 changed files with 91 additions and 86 deletions

View File

@ -4,7 +4,7 @@
@apply flex flex-col justify-start items-start relative w-full h-auto bg-white;
> .common-editor-inputer {
@apply w-full h-full mt-2 mb-1 text-base resize-none overflow-x-hidden overflow-y-auto bg-transparent whitespace-pre-wrap;
@apply w-full h-full my-1 text-base resize-none overflow-x-hidden overflow-y-auto bg-transparent whitespace-pre-wrap;
max-height: 300px;
.pretty-scroll-bar(2px, 0);