diff --git a/README.md b/README.md index 3091ef4..98be2f3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 宝来威天问平台 +# 宝来威考试平台 功能完善的在线问卷调查系统,支持多种题型、随机抽题、免注册答题等特性。 diff --git a/data/survey.db b/data/survey.db index f96dae6..81e460b 100644 Binary files a/data/survey.db and b/data/survey.db differ diff --git a/index.html b/index.html index fb59acf..a1dc0f7 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - 宝来威天问平台 + 宝来威考试平台 diff --git a/src/index.css b/src/index.css index 6b65a6f..bef9578 100644 --- a/src/index.css +++ b/src/index.css @@ -68,7 +68,7 @@ @media (max-width: 768px) { .container { - padding: 0 16px; + padding: 0px; } } diff --git a/src/layouts/AdminLayout.tsx b/src/layouts/AdminLayout.tsx index 5b479fe..07485f9 100644 --- a/src/layouts/AdminLayout.tsx +++ b/src/layouts/AdminLayout.tsx @@ -18,6 +18,7 @@ import { import { useAdmin } from '../contexts'; import 主要LOGO from '../assets/主要LOGO.svg'; import 纯字母LOGO from '../assets/纯字母LOGO.svg'; +import 正方形LOGO from '../assets/正方形LOGO.svg'; const { Header, Sider, Content, Footer } = Layout; @@ -97,12 +98,12 @@ const AdminLayout = ({ children }: { children: React.ReactNode }) => { collapsible collapsed={collapsed} theme="light" - className="shadow-md z-10" + className="shadow-md z-10 fixed left-0 top-0 h-screen overflow-y-auto" width={240} >
{collapsed ? ( - OA + 正方形LOGO ) : ( 主要LOGO )} @@ -117,7 +118,7 @@ const AdminLayout = ({ children }: { children: React.ReactNode }) => { /> - +
- -
- {children} -
+ + {children} -