feat: update memo resource component

This commit is contained in:
steven
2022-10-01 10:02:16 +08:00
parent e5c9d8604d
commit c7cf35c7de
6 changed files with 55 additions and 18 deletions

View File

@ -17,7 +17,11 @@
@apply mt-px mr-4 w-12 h-7 shrink-0 text-xs leading-6 text-center font-mono rounded-lg bg-gray-100 border-2 border-white text-gray-600 z-10;
}
> .memo-content-container {
@apply flex flex-col justify-start items-start w-full overflow-x-hidden p-0 text-base;
> .memo-container {
@apply w-full overflow-x-hidden flex flex-col justify-start items-start;
> .memo-content-container {
@apply flex flex-col justify-start items-start w-full overflow-x-hidden p-0 text-base;
}
}
}