mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-01 16:15:07 +08:00
Adjust styles to match the design system (#11118)
### What problem does this PR solve? - Modify and adjust styles (CSS vars, components) to match the design system - Adjust file and directory structure of admin UI ### Type of change - [x] Refactoring
This commit is contained in:
7
web/src/pages/admin/layouts/root-layout.tsx
Normal file
7
web/src/pages/admin/layouts/root-layout.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
import { Outlet } from 'umi';
|
||||
|
||||
const AdminRootLayout = () => {
|
||||
return <Outlet />;
|
||||
};
|
||||
|
||||
export default AdminRootLayout;
|
||||
Reference in New Issue
Block a user