From 04ffef47da21d134915579e2229972e96c57d308 Mon Sep 17 00:00:00 2001 From: ZhangRuining <1049731766@qq.com> Date: Tue, 11 Mar 2025 21:58:26 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=AE=A1=E6=A0=B8=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Main/Index.js | 15 +++++++++++---- src/forge/Main/IndexItem.js | 2 +- src/forge/Settings/Audit.js | 26 ++++++++++++++++++++------ 3 files changed, 32 insertions(+), 11 deletions(-) diff --git a/src/forge/Main/Index.js b/src/forge/Main/Index.js index 27bfe9a06..3a214919e 100644 --- a/src/forge/Main/Index.js +++ b/src/forge/Main/Index.js @@ -1,6 +1,6 @@ import React, { Component } from 'react'; import { Link } from 'react-router-dom'; -import { Menu, Input , Spin, Pagination , Popover , Select , Button } from 'antd'; +import { Menu, Input , Spin, Pagination , Popover , Select , Button,Tabs } from 'antd'; import { getImageUrl } from 'educoder'; import '../css/index.scss' import './list.css'; @@ -327,11 +327,18 @@ class Index extends Component {
- + { + this.changeFilter(key) + }}> + + + + + {/* - + */}
-
+