Commit c598b53d authored by zhaoxuanchao's avatar zhaoxuanchao
Browse files

feat: test1

parent dde1c21f
import React from 'react'
import {Layout} from 'antd'
import React from "react";
import { Layout } from "antd";
const { Content } = Layout
const { Content } = Layout;
function AllUser(){
function AllUser() {
return (
<Content style={{padding:'0 24px',minHeight:280}}>所有用户</Content>
)
<Content style={{ padding: "0 24px", minHeight: 280 }}>所有用户11</Content>
);
}
export default AllUser
\ No newline at end of file
export default AllUser;
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment