fix: tag regex (#76)

* fix: tag regex

* fix: tag styles

* chore: remove usused codes
This commit is contained in:
STEVEN
2022-06-19 11:34:49 +08:00
committed by GitHub
parent cd7000da70
commit 1733ed670c
4 changed files with 11 additions and 18 deletions

View File

@ -9,7 +9,7 @@
}
.tag-span {
@apply inline-block w-auto px-2 text-sm leading-6 border-none rounded mr-1 cursor-pointer text-blue-600 bg-blue-50 hover:text-white hover:bg-blue-600;
@apply inline-block w-auto px-2 text-sm leading-6 border-none rounded cursor-pointer text-blue-600 bg-blue-50 hover:text-white hover:bg-blue-600;
}
.memo-link-text {