From 497d402d56ff04d64495068a7c369eeb09daf333 Mon Sep 17 00:00:00 2001 From: TreeWish <1131093754@qq.com> Date: 星期五, 03 三月 2023 11:34:44 +0800 Subject: [PATCH] 新增中线管网缓冲区选择框主题切换匹配 --- src/assets/css/config.css | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/assets/css/config.css b/src/assets/css/config.css index a6bc59e..4bb8902 100644 --- a/src/assets/css/config.css +++ b/src/assets/css/config.css @@ -508,4 +508,9 @@ .Black_theme .el-select__input { color: "#FFF"; +} + +.Black_theme .menuBox .el-dialog__wrapper .buffer-dialog { + background-color: rgba(48, 48, 48, 0.85) !important; + color: #fff; } \ No newline at end of file -- Gitblit v1.9.3