From e1ac04b42be89ca26ff5f94c17c4e2eebe52a0a2 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期二, 03 一月 2023 09:52:39 +0800
Subject: [PATCH] Merge branch 'dev1.0' of ssh://42.193.1.25:29418/sccg_ui into dev1.0
---
src/views/operate/rectification/taskList/index.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/views/operate/rectification/taskList/index.vue b/src/views/operate/rectification/taskList/index.vue
index ddd02bf..400f7db 100644
--- a/src/views/operate/rectification/taskList/index.vue
+++ b/src/views/operate/rectification/taskList/index.vue
@@ -29,7 +29,7 @@
<div class="mainContent">
<!-- 鏁版嵁娓叉煋 -->
<el-table ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 100%"
- :header-cell-style="{background:'#06122c','font-size':'12px',color:'#4b9bb7','font-weight':'650','line-height':'45px'}"
+ :header-cell-style="{background:'#06122c','font-weight':'650','line-height':'45px'}"
:row-class-name="tableRowClassName">
<el-table-column type="selection" width="55">
</el-table-column>
@@ -199,7 +199,7 @@
display: flex;
line-height: 60px;
color: #4b9bb7;
- background-color: #09152f;
+ // background-color: #09152f;
display: flex;
.add,.search,.btn{
flex:1;
@@ -219,11 +219,11 @@
height: 35px;
margin-left: 10px;
- &::v-deep .el-input__inner {
- background-color: #09152f;
- border: 1px solid #17324c;
- font-size: 12px;
- }
+ // &::v-deep .el-input__inner {
+ // background-color: #09152f;
+ // border: 1px solid #17324c;
+ // font-size: 12px;
+ // }
}
}
@@ -231,7 +231,7 @@
margin-top: 20px;
.el-table {
- color: #4b9bb7;
+ // color: #4b9bb7;
&::v-deep .el-table__empty-block {
background-color: #06122c;
--
Gitblit v1.8.0