🦄 refactor(样式): 修改样式 修改图片加载方式

This commit is contained in:
algerkc@qq.com
2023-12-15 14:24:58 +08:00
parent 4f7d066376
commit 086bbb8958
13 changed files with 126 additions and 49 deletions
+8
View File
@@ -4,3 +4,11 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
img{
@apply bg-gray-900;
}
.n-image img {
width: 100%;
}