diff --git a/src/pages/system/administrator/index.tsx b/src/pages/system/administrator/index.tsx index a6bf9e5..d5bdb7b 100644 --- a/src/pages/system/administrator/index.tsx +++ b/src/pages/system/administrator/index.tsx @@ -2,7 +2,6 @@ import React, { useState, useEffect } from "react"; import { Typography, Input, - Select, Button, Space, Table, @@ -10,7 +9,6 @@ import { message, } from "antd"; import type { ColumnsType } from "antd/es/table"; -import styles from "./index.module.less"; import { PlusOutlined, ReloadOutlined } from "@ant-design/icons"; import { adminUser } from "../../../api/index"; import { dateFormat } from "../../../utils/index";