From 00f2ccce95e7e88268b24d3998e44328c540e1ce Mon Sep 17 00:00:00 2001 From: lz-ui Date: Wed, 29 Oct 2025 09:44:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=90=83=E7=9A=84?= =?UTF-8?q?=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/operation/report/index.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/views/operation/report/index.vue b/src/views/operation/report/index.vue index 78dd00e..6bf3449 100644 --- a/src/views/operation/report/index.vue +++ b/src/views/operation/report/index.vue @@ -490,5 +490,16 @@ onMounted(() => { .table-column-active-22 { background-color: #333; border-color: #333; + position: relative; +} +.table-column-active-22::after { + content: ''; + display: block; + width: 20px; + height: 10px; + background-color: #fff; + position: absolute; + top: 50%; + left: -2px; } \ No newline at end of file