@import "./mixin.less"; .memo-editor-container { @apply relative w-full max-h-full flex flex-col justify-start items-start bg-white p-4 rounded-lg border-2 border-gray-200; &.edit-ing { border-color: @text-blue; } > .tip-text { @apply text-xs leading-5 text-gray-400; } > .memo-editor { @apply flex flex-col justify-start items-start relative w-full h-auto bg-white; } }