From 85dbbf07977e59f4d5a1669a0c99635e5ac9dcfc Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期四, 22 十二月 2022 10:09:30 +0800 Subject: [PATCH] 事项处置管理ui修改 --- src/App.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index bab6fae..c46ebac 100644 --- a/src/App.vue +++ b/src/App.vue @@ -135,7 +135,10 @@ #app { // 璁剧疆寮瑰嚭妗嗘牱寮� .el-dialog__title { - color: #4b9bb7; + color: #E9eef3; + } + .el-dialog__header { + background-color: #09152f; } // 璁剧疆table鏍峰紡 @@ -185,4 +188,4 @@ .el-range-input { // background-color: #09152f; } -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0