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} - -