feat: import data from json (#53)

This commit is contained in:
STEVEN
2022-05-15 22:21:13 +08:00
committed by GitHub
parent af4b61143f
commit 615cec3066
12 changed files with 90 additions and 61 deletions

View File

@ -23,7 +23,7 @@
@apply w-40 h-full shrink-0 rounded-l-lg p-4 bg-gray-100 flex flex-col justify-start items-start;
> .section-item {
@apply text-sm left-6 mt-2 cursor-pointer hover:opacity-80;
@apply text-base left-6 mt-2 mb-1 cursor-pointer hover:opacity-80;
&.selected {
@apply font-bold hover:opacity-100;
@ -48,7 +48,7 @@
@apply w-full text-sm mb-2;
> .normal-text {
@apply shrink-0;
@apply shrink-0 select-text;
}
}
}