From a76fb07aabea44b86d944abf999852cde328e7c7 Mon Sep 17 00:00:00 2001 From: TimSpan Date: Wed, 25 Dec 2024 10:24:56 +0800 Subject: [PATCH] Update commandDispatch.vue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 注释掉 警情推送页面的 弹窗穿透样式 --- src/views/page/commandDispatch.vue | 885 +++++++++++++++-------------- 1 file changed, 458 insertions(+), 427 deletions(-) diff --git a/src/views/page/commandDispatch.vue b/src/views/page/commandDispatch.vue index 05adb755..360de4d2 100644 --- a/src/views/page/commandDispatch.vue +++ b/src/views/page/commandDispatch.vue @@ -1,489 +1,520 @@ \ No newline at end of file +:deep(.el-tab-pane) { + height: 100%; +} + +::-webkit-scrollbar { + background-color: #071D4D; +} +