From e4f452a6955e6769c9a91082aca02e4a71a7c3ec Mon Sep 17 00:00:00 2001
From: fangyuan <527392886@qq.com>
Date: 星期三, 11 一月 2023 09:18:54 +0800
Subject: [PATCH] 违法统计导出功能添加
---
src/App.vue | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index bab6fae..b58e05d 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鏍峰紡
@@ -165,7 +168,7 @@
}
.el-textarea__inner {
// background-color: #09152f;
- border: 1px solid #17324c;
+ // border: 1px solid #17324c;
}
}
.el-table__body-wrapper::-webkit-scrollbar {
@@ -185,4 +188,4 @@
.el-range-input {
// background-color: #09152f;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.8.0