From d05b6df9f51064ad38a3e1e55ef0df29712d39e7 Mon Sep 17 00:00:00 2001 From: biss Date: Sun, 9 Aug 2026 19:53:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=9E=E9=AA=8C=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=AE=BE=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/ExperimentsView.vue | 70 +++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/web/src/views/ExperimentsView.vue b/web/src/views/ExperimentsView.vue index f2404ae..2d4873a 100644 --- a/web/src/views/ExperimentsView.vue +++ b/web/src/views/ExperimentsView.vue @@ -713,7 +713,69 @@ onMounted(async () => {
+ + + + + + + + + + + + + + + + + + + +
{ .project-group-task { display: grid; justify-items: end; gap: 3px; color: #5c7481; font-size: 11px; text-align: right; } .project-group-task b { color: #365364; font-size: 12px; } .project-group-projects { display: grid; gap: 0; padding: 0; } +.project-table { --el-table-border-color: #dce5ea; --el-table-header-bg-color: #f7fafb; --el-table-row-hover-bg-color: #f6fafb; width: 100%; } +.project-table :deep(th.el-table__cell) { padding: 8px 0; color: #617986; font-size: 11px; font-weight: 650; } +.project-table :deep(td.el-table__cell) { padding: 9px 0; vertical-align: top; } +.table-project-name, .table-schedule { display: grid; gap: 4px; min-width: 0; } +.table-project-name b { color: var(--lab-ink); font-size: 13px; } +.table-project-name small, .table-schedule small { overflow: hidden; color: #667f8d; font-size: 11px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; } +.table-schedule b { color: #365364; font-size: 12px; font-weight: 600; } +.table-muted { color: #8b9aa4; font-size: 12px; } .project-card { overflow: hidden; border: 0;