Skip to content

Commit 58e5eb5

Browse files
author
bestGao
committed
feat(l): 新增
1 parent de69353 commit 58e5eb5

File tree

4 files changed

+4
-17
lines changed

4 files changed

+4
-17
lines changed

src/pages/arch/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function BFE() {
1919
getList();
2020
}, []);
2121
return (
22-
<div>
22+
<div className={style.archWP}>
2323
<List
2424
size="large"
2525
bordered

src/pages/be/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function BFE() {
1919
getList();
2020
}, []);
2121
return (
22-
<div>
22+
<div className={style.BEWP}>
2323
<List
2424
size="large"
2525
bordered

src/pages/bfe/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function BFE() {
1919
getList();
2020
}, []);
2121
return (
22-
<div>
22+
<div className={style.BFEWP}>
2323
<List
2424
size="large"
2525
bordered

src/pages/user/write/index.tsx

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,10 @@ import Vditor from "vditor";
33
import style from "./index.module.less";
44
import "vditor/dist/index.css";
55
import { post } from "@/utils/request";
6-
import {
7-
Button,
8-
Modal,
9-
Form,
10-
Input,
11-
Select,
12-
List,
13-
Typography,
14-
message,
15-
} from "antd";
16-
import axios from "axios";
6+
import { Button, Modal, Form, Input, Select, message } from "antd";
177
import { articleTypes } from "@/constants/commonTypes";
188
import { useNavigate } from "react-router-dom";
199

20-
const { Option } = Select;
21-
const { Title } = Typography;
22-
2310
const Write = () => {
2411
const [vd, setVd] = useState<Vditor>();
2512
const [isModalVisible, setIsModalVisible] = useState(false);

0 commit comments

Comments
 (0)