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/components/Table/index.vue | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/src/components/Table/index.vue b/src/components/Table/index.vue
index ca943ee..d1afdbc 100644
--- a/src/components/Table/index.vue
+++ b/src/components/Table/index.vue
@@ -2,7 +2,7 @@
<div class="Table">
<div class="datatable">
<el-table ref="multipleTable" :data="tableData" style="width: 100%"
- :header-cell-style="{background:'#06122c','font-size':'12px',color:'#4b9bb7','font-weight':'650','line-height':'45px'}"
+ :header-cell-style="{'font-size':'14px','font-weight':'650','line-height':'45px'}"
:row-class-name="tableRowClassName">
<el-table-column v-for="item in option.group" :key="item.prop" :label="item.label"
:prop="item.prop" :min-width="item['min-width'] ? item['item.min-width']:'10'">
@@ -76,6 +76,10 @@
}
},
props: {
+ getTableList: {
+ type: Function,
+ default: () => {}
+ },
// 琛ㄦ牸鏁版嵁
tableData: {
type: Array,
@@ -167,7 +171,7 @@
width: 100%;
.el-table {
- color: #4b9bb7;
+ // color: #4b9bb7;
}
.tools {
@@ -180,7 +184,7 @@
display: flex;
.sp-item {
- border: 1px solid #17324c;
+ // border: 1px solid #17324c;
}
.funsItem {
@@ -202,7 +206,7 @@
&::v-deep .el-input__inner {
border: none;
- background-color: #09152f;
+ // background-color: #09152f;
}
&:hover .el-checkbox {
--
Gitblit v1.8.0