From 27ee7b4e0d3750075c1322d2f8f02f195cb765f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AC=94=E8=AE=B0=E6=9C=AC=E9=87=8C=E7=9A=84=E6=B0=B8?= =?UTF-8?q?=E5=B9=B3?= Date: Wed, 23 Jul 2025 19:50:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9C=AC=E6=AC=A1=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=86=85=E5=AE=B9=E5=A6=82=E4=B8=8B=20?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=82=B9=E8=B5=9E=E5=8A=9F=E8=83=BD=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/scenarios/plan/list/index.tsx | 22 +++++-------------- .../auto-like/list/index.module.scss | 7 ++---- .../pages/workspace/auto-like/list/index.tsx | 20 ++++------------- 3 files changed, 12 insertions(+), 37 deletions(-) diff --git a/nkebao/src/pages/scenarios/plan/list/index.tsx b/nkebao/src/pages/scenarios/plan/list/index.tsx index 7a62a842..82daa1dd 100644 --- a/nkebao/src/pages/scenarios/plan/list/index.tsx +++ b/nkebao/src/pages/scenarios/plan/list/index.tsx @@ -24,8 +24,7 @@ import { ClockCircleOutlined, DownOutlined, } from "@ant-design/icons"; -import { ArrowLeftOutlined } from "@ant-design/icons"; - +import NavCommon from "@/components/NavCommon"; import Layout from "@/components/Layout/Layout"; import { getPlanList, @@ -352,17 +351,9 @@ const ScenarioList: React.FC = () => { - - navigate(-1)} - /> - - } + navigate("/scenarios")} + title={scenarioName || ""} right={ } - > - {scenarioName} - + /> + {/* 搜索栏 */}
diff --git a/nkebao/src/pages/workspace/auto-like/list/index.module.scss b/nkebao/src/pages/workspace/auto-like/list/index.module.scss index 40ba90bb..7936f634 100644 --- a/nkebao/src/pages/workspace/auto-like/list/index.module.scss +++ b/nkebao/src/pages/workspace/auto-like/list/index.module.scss @@ -168,19 +168,16 @@ .info-item { display: flex; - justify-content: space-between; - align-items: center; } .info-label { - font-size: 16px; + font-size: 14px; color: #666; } .info-value { - font-size: 16px; + font-size: 14px; color: #333; - font-weight: 600; } .task-stats { diff --git a/nkebao/src/pages/workspace/auto-like/list/index.tsx b/nkebao/src/pages/workspace/auto-like/list/index.tsx index d9598828..9851eeaf 100644 --- a/nkebao/src/pages/workspace/auto-like/list/index.tsx +++ b/nkebao/src/pages/workspace/auto-like/list/index.tsx @@ -322,43 +322,31 @@ const AutoLike: React.FC = () => {
- 执行设备 + 执行设备: {task.deviceCount} 个
- 目标人群 + 目标人群: {task.targetGroup}
-
- 更新时间 - - {task.updateTime} - -
- 点赞间隔 + 点赞间隔: {task.likeInterval} 秒
- 每日上限 + 每日上限: {task.maxLikesPerDay} 次
-
- 创建时间 - - {task.createTime} - -