搭建 React + Vite + React Router + TailwindCSS + Ant Design 基础工程,并通过 vite-plugin-pages 实现文件路由。新增首页响应式聊天布局,移动端在小于 750px 时使用左侧抽屉侧边栏。 Made-with: Cursor
9 lines
79 B
CSS
9 lines
79 B
CSS
@import "tailwindcss";
|
|
|
|
html,
|
|
body,
|
|
#root {
|
|
margin: 0;
|
|
min-height: 100%;
|
|
}
|