From 57db252eee7aea6bcfd5fadfc0acf6e2be8a687d Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期二, 04 六月 2024 14:01:52 +0800 Subject: [PATCH] feat:菜单页 --- src/style.css | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/style.css b/src/style.css index 0f0bba9..40f37b4 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,9 @@ margin: 0; } + +.width-img { + width: 100%; + display: block; +} + -- Gitblit v1.8.0