From 1d552a3bad95caae4af15322df28e6240b797693 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 13 Aug 2026 15:32:06 +0800
Subject: [PATCH] feat: app视频封面图
---
applications/task-work-order/src/styles/common/cockpit.scss | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/applications/task-work-order/src/styles/common/cockpit.scss b/applications/task-work-order/src/styles/common/cockpit.scss
index ae5fd09..f7c7fb8 100644
--- a/applications/task-work-order/src/styles/common/cockpit.scss
+++ b/applications/task-work-order/src/styles/common/cockpit.scss
@@ -686,7 +686,8 @@
th.el-table__cell:not(.fixed-column),
td.el-table__cell:not(.fixed-column) {
- background: transparent !important;
+ // background: transparent !important;
+ background: white !important;
}
.el-checkbox {
--
Gitblit v1.9.3