安装less

This commit is contained in:
禺狨
2023-03-03 14:24:55 +08:00
parent d13de512fc
commit afaafeba31
26 changed files with 78 additions and 54 deletions

View File

@@ -1 +0,0 @@
export * from "./Vod"

View File

@@ -1,7 +1,7 @@
import React, { useEffect } from "react";
import { Typography, Input, Select, Button, Space, Table } from "antd";
import type { ColumnsType } from "antd/es/table";
import styles from "./Vod.module.less";
import styles from "./index.module.less";
import { PlusOutlined, ReloadOutlined } from "@ant-design/icons";
import { login } from "../../../api/index";