环节统计报表查询
diff --git a/leave-school-vue/src/styles/element-ui.scss b/leave-school-vue/src/styles/element-ui.scss
index ef7bb5d..200b27b 100644
--- a/leave-school-vue/src/styles/element-ui.scss
+++ b/leave-school-vue/src/styles/element-ui.scss
@@ -9,6 +9,13 @@
   display: none;
 }
 
+.el-dialog__header {
+  background-color: #0f65c8;
+}
+.el-dialog__title{
+  color: white;
+}
+
 //暂时性解决diolag 问题 https://github.com/ElemeFE/element/issues/2461
 .el-dialog {
   transform: none;