feat: use tailwindcss and show export btn

This commit is contained in:
boojack
2022-01-31 19:16:01 +08:00
parent 374721fa48
commit 3d8997a43a
8 changed files with 396 additions and 15 deletions

3
web/src/css/index.css Normal file
View File

@@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;