From 1adf3000bf5c325909d54730100f605778e3be86 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 1 Sep 2026 10:48:27 +0800 Subject: [PATCH] =?UTF-8?q?2026-09-01=20=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/todo/todoCenter.vue | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/views/modules/todo/todoCenter.vue b/src/views/modules/todo/todoCenter.vue index 1119834..2623cef 100644 --- a/src/views/modules/todo/todoCenter.vue +++ b/src/views/modules/todo/todoCenter.vue @@ -1517,6 +1517,15 @@ export default { position: relative !important; } +.todo-cache-detail-dialog /deep/ .todo-detail-table td.total-yield-column { + vertical-align: middle !important; +} + +.todo-cache-detail-dialog /deep/ .todo-detail-table td.total-yield-column .cell { + padding: 0 !important; + height: 100%; +} + .todo-cache-detail-dialog .readonly-text-cell { width: 100%; height: 100%; @@ -1536,16 +1545,24 @@ export default { } .todo-cache-detail-dialog .total-yield-cell { + width: 100%; + height: 100%; + padding: 0 8px; + display: flex; + align-items: center; + justify-content: center; text-align: center; } .todo-cache-detail-dialog .total-yield-text { + width: 100%; max-height: none; - overflow-y: hidden; + overflow: hidden; white-space: nowrap; word-break: normal; color: #409eff; font-weight: bold; - line-height: 24px; + line-height: 20px; + text-align: center; }