From 91a2e0d1cdc2b4ad816d5ee450f159ef6cd57486 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 03 四月 2023 21:51:27 +0800
Subject: [PATCH] 预警研判
---
src/views/operate/log/index.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/views/operate/log/index.vue b/src/views/operate/log/index.vue
index 9d155ee..f10f778 100644
--- a/src/views/operate/log/index.vue
+++ b/src/views/operate/log/index.vue
@@ -69,12 +69,12 @@
</div>
<!-- 鏁版嵁灞曠ず -->
<el-table
- border
- stripe
+ border
+ stripe
ref="multipleTable"
:header-cell-style="{
// background: '#06122c',
- 'background':'#F5F5F5',
+ background: '#F5F5F5',
'font-size': '12px',
color: '#606266',
'font-weight': '650',
@@ -431,7 +431,7 @@
.userList {
text-align: left;
padding: 10px 20px;
- color: #606266;
+ // color: #606266;
border: 1px solid #ccc;
header {
background-color: white;
@@ -532,11 +532,11 @@
.funs {
display: flex;
- .funs-first{
- margin-left: 0!important;
+ .funs-first {
+ margin-left: 0 !important;
}
.funs-sp {
- border: 1px solid #DCDFE6;
+ border: 1px solid #dcdfe6;
}
.funsItem {
@@ -612,7 +612,7 @@
.line {
padding: 0 5px;
}
-
+ color: var(--operation-color);
span:hover {
cursor: pointer;
}
--
Gitblit v1.8.0