线上课新建、编辑优化

This commit is contained in:
禺狨
2023-03-22 16:39:16 +08:00
parent 2b40133ed8
commit 11896ac9a2
5 changed files with 43 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
import { useEffect, useState } from "react";
import { Button, Row, Col, Modal, message, Tabs } from "antd";
import { Button, Row, Modal, message, Tabs } from "antd";
import styles from "./index.module.less";
import { UploadVideoSub } from "../../compenents";
import type { TabsProps } from "antd";