Commit 57887d9a authored by zhaoxuanchao's avatar zhaoxuanchao
Browse files

test: test

parent 67001477
import React from 'react'
import {Layout} from 'antd'
import React from "react";
import { Layout } from "antd";
const { Content } = Layout
const { Content } = Layout;
function BanedUser(){
function BanedUser() {
return (
<Content style={{padding:'0 24px',minHeight:280}}>封禁用户</Content>
)
<Content style={{ padding: "0 24px", minHeight: 280 }}>封禁用户111</Content>
);
}
export default BanedUser
\ No newline at end of file
export default BanedUser;
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