From f2d5a00d941c9b49866d75f1ad7ed0d85e5aa03b Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Mon, 22 Jan 2024 12:16:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E9=85=8D=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tablecmt/tablecmt.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/tablecmt/tablecmt.vue b/src/components/tablecmt/tablecmt.vue index ce0c4e39..20516de8 100644 --- a/src/components/tablecmt/tablecmt.vue +++ b/src/components/tablecmt/tablecmt.vue @@ -686,7 +686,7 @@ defineExpose({ handleCheckSelect }); font-size: 12px !important; } .tabculconte { - color: #333333 !important; + color: #333333 ; font-size: 12px !important; } .slotbuts { @@ -803,6 +803,8 @@ defineExpose({ handleCheckSelect }); padding: 0 4px; scroll-behavior: smooth; background-color: #ff0000; - color: #fff; + color: #fff !important; } + +