From 706eebb591f3d304b4cf62631f72c3907c7f064a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Wed, 8 Mar 2023 15:40:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E4=BA=BA=E5=91=98=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=E4=B8=BA=E6=9D=83=E9=99=90=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/system/administrator/index.tsx | 2 -- 1 file changed, 2 deletions(-) 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";