diff --git a/ry-vue3/src/views/manager/ManagerProjectDetail.vue b/ry-vue3/src/views/manager/ManagerProjectDetail.vue index 9347115..9a91a58 100644 --- a/ry-vue3/src/views/manager/ManagerProjectDetail.vue +++ b/ry-vue3/src/views/manager/ManagerProjectDetail.vue @@ -35,8 +35,8 @@ -
角色劳务设置
-

*角色劳务设置针对该项目所有会议生效

+
角色劳务设置
+

*角色劳务设置针对该项目所有会议生效

@@ -65,8 +65,8 @@ -
支持单位监督员
-

*增加只显示已点支持意向的

+
支持单位监督员
+

*增加只显示已点支持意向的

{{ idx + 1 }}. @@ -80,7 +80,7 @@
-
已发布公告
+
已发布公告
发布公告 刷新 @@ -398,11 +398,6 @@ onMounted(async () => { .breadcrumb { font-size: 13px; color: #8c8c8c; margin-bottom: 12px; } .breadcrumb .current { color: #262626; font-weight: 500; } -.section-title { - font-size: 14px; font-weight: 600; color: #262626; margin: 16px 0 12px; - padding-left: 8px; border-left: 3px solid var(--brand-primary); -} - /* 项目信息: 11 字段, 一列竖排 (el-form + 文本, 无分隔线) */ .info-form { padding-top: 4px; } .info-form :deep(.el-form-item) { margin-bottom: 8px; } @@ -447,8 +442,10 @@ onMounted(async () => { .info-table th { background: #fafafa; padding: 10px 12px; text-align: left; color: #1a1a1a; font-weight: 600; border-bottom: 1px solid #f0f0f0; white-space: nowrap; } .info-table td { padding: 10px 12px; border-bottom: 1px solid #f5f5f5; color: #595959; vertical-align: middle; } -/* 红字提示 */ -.hint-red { font-size: 12px; color: #ff0000; line-height: 1.7; margin: 4px 0 16px; } +/* 提示 (灰色, 跟 ProjectsNew 一致) */ +.hint-text { font-size: 12px; color: #909399; margin: 8px 0; line-height: 1.6; } +.hint-text p { margin-bottom: 4px; } +.hint-text p:last-child { margin-bottom: 0; } /* 工具栏 */ .toolbar { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }