init
This commit is contained in:
10
src/layouts/index.jsx
Normal file
10
src/layouts/index.jsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Link, Outlet } from 'umi';
|
||||
import styles from './index.less';
|
||||
|
||||
export default function Layout() {
|
||||
return (
|
||||
<div>
|
||||
<Outlet />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
5
src/layouts/index.less
Normal file
5
src/layouts/index.less
Normal file
@@ -0,0 +1,5 @@
|
||||
.ItemitemBorder {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
Reference in New Issue
Block a user