From 707d201736394bf419cdc8b7e39aac17c23b11b0 Mon Sep 17 00:00:00 2001 From: zhangjiming Date: Wed, 9 Apr 2025 20:09:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=AE=B0=E5=BD=95=20?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E3=80=8C=E6=9B=B4=E5=A4=9A=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 2 +- src/pages/UploadList.tsx | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 7d8719f..69d2805 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,6 +1,6 @@ import React, { useEffect } from 'react'; import { Outlet, useLocation, useNavigate } from 'react-router'; -import { Mask, SafeArea, SpinLoading, TabBar, Toast } from 'antd-mobile'; +import { SafeArea, TabBar, Toast } from 'antd-mobile'; import icon_1_s from './assets/tabIcon/icon_tab1_s.svg'; import icon_1_u from './assets/tabIcon/icon_tab1_u.svg'; diff --git a/src/pages/UploadList.tsx b/src/pages/UploadList.tsx index 371acb2..4e70d0c 100644 --- a/src/pages/UploadList.tsx +++ b/src/pages/UploadList.tsx @@ -122,13 +122,14 @@ export default function UploadList() { const back = () => navigate(-1); const right = ( -
setShowMenu(!showMenu)} - className="flex justify-end gap-x-2" - style={{ fontSize: 24 }} - > - -
+ //
setShowMenu(!showMenu)} + // className="flex justify-end gap-x-2" + // style={{ fontSize: 24 }} + // > + // + //
+ <> ); return (