feat: 本次提交更新内容如下
标题先写一下
This commit is contained in:
@@ -4,7 +4,6 @@ import {
|
||||
NavBar,
|
||||
Card,
|
||||
Tabs,
|
||||
List,
|
||||
Button,
|
||||
SpinLoading,
|
||||
Popup,
|
||||
@@ -13,8 +12,8 @@ import {
|
||||
Avatar,
|
||||
Tag,
|
||||
} from "antd-mobile";
|
||||
import NavCommon from "@/components/NavCommon";
|
||||
import {
|
||||
ArrowLeftOutlined,
|
||||
SearchOutlined,
|
||||
ReloadOutlined,
|
||||
UserOutlined,
|
||||
@@ -439,13 +438,7 @@ const WechatAccountDetail: React.FC = () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<Layout
|
||||
header={
|
||||
<NavBar back={null} style={{ background: "#fff" }}>
|
||||
<span className={style["nav-title"]}>微信号详情</span>
|
||||
</NavBar>
|
||||
}
|
||||
>
|
||||
<Layout header={<NavCommon title="微信号详情" />}>
|
||||
<div className={style["wechat-account-detail-page"]}>
|
||||
{/* 账号基本信息卡片 */}
|
||||
<Card className={style["account-card"]}>
|
||||
|
||||
Reference in New Issue
Block a user