diff --git a/src/assets/css/base.css b/src/assets/css/base.css
index 66a28df..bc8c84d 100644
--- a/src/assets/css/base.css
+++ b/src/assets/css/base.css
@@ -17,33 +17,18 @@ body {
height: 100%;
}
/* table样式 */
-.el-table th {
- background: linear-gradient(180deg, #FAFCFC 0%, #EEEEEE 47%, #E7E7E7 100%);
-}
-.el-table--border td {
- border-bottom: 2px solid #D5D5D5;
-}
-.el-table--border td {
- border-right: 2px solid #D5D5D5;
-}
-.el-table th.is-leaf {
- border-right: none !important;
-}
-.el-table tr td:first-child {
- border-left: 2px solid #D5D5D5;
-}
-.el-table thead {
+.el-table--mini td, .el-table--mini th {
+ padding: 3px 0;
color: #3D3D42;
}
-.el-table th>.cell {
- font-size: 16px;
- font-family: PingFangSC-Medium, PingFang SC;
- color: #3D3D42;
+.el-table__row:nth-child(even) {
+ background: #F7F7F7;
}
-.el-table .el-table__body .cell {
- font-size: 14px;
- font-family: PingFangSC-Medium, PingFang SC;
- color: #5C5A5A;
+.el-table .el-table__body tr.current-row>td {
+ background: linear-gradient(180deg, #327e77 0%, #2c9b92 46%, #1e524d 100%);
+}
+.el-table .el-table__body tr.current-row>td div {
+ color: #fff;
}
/* button样式 */
.el-button {
diff --git a/src/components/ContentContainer.vue b/src/components/ContentContainer.vue
index 1b33435..2a3f48c 100644
--- a/src/components/ContentContainer.vue
+++ b/src/components/ContentContainer.vue
@@ -7,6 +7,6 @@
diff --git a/src/components/SearchTemplate.vue b/src/components/SearchTemplate.vue
index 278287d..d98a4d5 100644
--- a/src/components/SearchTemplate.vue
+++ b/src/components/SearchTemplate.vue
@@ -9,7 +9,7 @@
width: 100%;
min-height: 48px;
box-sizing: border-box;
- padding: 20px;
+ padding: 8px;
background: linear-gradient(180deg, #fafcfc 0%, #eeeeee 47%, #e7e7e7 100%);
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
diff --git a/src/views/etl/components/edit.vue b/src/views/etl/components/edit.vue
index a5ceb39..7755645 100644
--- a/src/views/etl/components/edit.vue
+++ b/src/views/etl/components/edit.vue
@@ -102,7 +102,7 @@
-
+
diff --git a/src/views/etl/index.vue b/src/views/etl/index.vue
index 36a1c34..57e772b 100644
--- a/src/views/etl/index.vue
+++ b/src/views/etl/index.vue
@@ -22,7 +22,7 @@
-
+
{{ parseTime(scope.row[item]) }}
@@ -31,7 +31,7 @@
{{ scope.row[item] }}
-
+
配置
执行
diff --git a/src/views/etlDB/index.vue b/src/views/etlDB/index.vue
index c3b82c1..6b11b19 100644
--- a/src/views/etlDB/index.vue
+++ b/src/views/etlDB/index.vue
@@ -18,14 +18,14 @@
-
+
{{ parseTime(scope.row[item]) }}
{{ scope.row[item] }}
-
+
修改
删除
diff --git a/src/views/field/index.vue b/src/views/field/index.vue
index 1601700..ed6be71 100644
--- a/src/views/field/index.vue
+++ b/src/views/field/index.vue
@@ -22,14 +22,14 @@
-
+
{{ parseTime(scope.row[item]) }}
{{ scope.row[item] }}
-
+
修改
删除
diff --git a/src/views/oneimport/components/edit.vue b/src/views/oneimport/components/edit.vue
index 1186634..8142107 100644
--- a/src/views/oneimport/components/edit.vue
+++ b/src/views/oneimport/components/edit.vue
@@ -52,7 +52,7 @@
-
+
-
+
{{ parseTime(scope.row[item]) }}
{{ scope.row[item] }}
-
+
配置
修改
diff --git a/src/views/record/index.vue b/src/views/record/index.vue
index e5fd0a6..bc8655d 100644
--- a/src/views/record/index.vue
+++ b/src/views/record/index.vue
@@ -63,7 +63,7 @@
-
+
{{ parseTime(scope.row[item]) }}
diff --git a/src/views/standard/index.vue b/src/views/standard/index.vue
index a0a0923..e50dafb 100644
--- a/src/views/standard/index.vue
+++ b/src/views/standard/index.vue
@@ -18,14 +18,14 @@
-
+
{{ parseTime(scope.row[item]) }}
{{ scope.row[item] }}
-
+
修改
删除