chore: update i18n

This commit is contained in:
Steven
2022-08-24 22:27:19 +08:00
parent f5629c8227
commit ca1170583e
4 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
@import "./mixin.less";
.memo-editor-container {
@apply transition-all relative w-full max-h-full flex flex-col justify-start items-start bg-white p-4 rounded-lg border-2 border-gray-200;
@apply transition-all relative w-full flex flex-col justify-start items-start bg-white p-4 rounded-lg border-2 border-gray-200;
&.fullscreen {
@apply fixed w-full h-full top-0 left-0 z-1000 border-none rounded-none sm:p-8;