From 79c983e7fa924e43f9f2a2a11b6f69c546f051a6 Mon Sep 17 00:00:00 2001 From: chenrui <1187576398@qq.com> Date: 星期四, 10 四月 2025 13:06:50 +0800 Subject: [PATCH] 不合格复测 --- src/components/Table/lims-table.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/components/Table/lims-table.vue b/src/components/Table/lims-table.vue index d1e09a6..d6cfd4f 100644 --- a/src/components/Table/lims-table.vue +++ b/src/components/Table/lims-table.vue @@ -518,4 +518,8 @@ .lims-table .highlight-danger-row-border td:last-child { border-right: 4px solid #f56c6c; } + +>>>.is-disabled { + color: #C0C4CC !important; +} </style> -- Gitblit v1.9.3