Skip to content

Commit

Permalink
feat: change Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Xutaotaotao committed May 29, 2024
1 parent e8fa841 commit ef978b4
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/layouts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
IconGithubLogo,
IconLikeHeart,
} from "@douyinfe/semi-icons";
import { Button, Layout, Nav, Popover,Image, Row, Col,Typography } from "@douyinfe/semi-ui";
import { Button, Layout, Nav, Popover,Image,Typography } from "@douyinfe/semi-ui";
import Logo from "@/assets/img/XTools.svg";
import "@/assets/normalize.css";
import { NAV_MAP } from "./menu";
Expand Down Expand Up @@ -45,16 +45,10 @@ const XLayout = () => {
</Nav.Header>
<Nav.Footer>
<Popover content={<div style={{padding: "12px"}}>
<Row gutter={16}>
<Col span={12} style={{textAlign: "center"}}>
<div style={{textAlign: "center"}}>
<div>微信扫码赞助</div>
<Image width={250} src="https://taotaoxu.com/payment/IMG_5471.jpeg" />
</Col>
<Col span={12} style={{textAlign: "center"}}>
<div>支付宝扫码赞助</div>
<Image width={250} src="https://taotaoxu.com/payment/IMG_5472.jpg"/>
</Col>
</Row>
</div>
</div>}>
<Button
theme="borderless"
Expand Down

0 comments on commit ef978b4

Please sign in to comment.