From 32107ca1dd2c3930dcedf768e3dff163ff3bca35 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 09 二月 2023 11:56:29 +0800
Subject: [PATCH] 封装选择部门组件
---
src/views/operate/log/index.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/views/operate/log/index.vue b/src/views/operate/log/index.vue
index 9d155ee..1d9109e 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',
@@ -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