From be3f7833b3efc120bfa947ad1aa0233d7720c7e5 Mon Sep 17 00:00:00 2001 From: zhangjunwen Date: Thu, 20 Jun 2024 18:00:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A7=E8=81=94=E6=A1=86=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zfipc-ui/src/App.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zfipc-ui/src/App.vue b/zfipc-ui/src/App.vue index 217338e..13059ea 100644 --- a/zfipc-ui/src/App.vue +++ b/zfipc-ui/src/App.vue @@ -47,4 +47,8 @@ div.el-table tr { .pagination-container { height: 30px; } +.el-scrollbar__view { + color: white; + background-color: #0b2d57; +}