From 5f87d45ac2b88afe842a74e29db678e26ed3696b Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期一, 03 六月 2024 10:50:01 +0800 Subject: [PATCH] chore:搭建项目基础 --- src/style.css | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/style.css b/src/style.css index 0f0bba9..8a89425 100644 --- a/src/style.css +++ b/src/style.css @@ -1,3 +1,7 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + html,body { width: 100%; height: 100%; @@ -11,3 +15,8 @@ margin: 0; } + +.width-img { + width: 100%; + display: block; +} -- Gitblit v1.8.0