|
@@ -56,6 +56,11 @@
|
56
|
56
|
highlight-current-row
|
57
|
57
|
ref="table01"
|
58
|
58
|
@current-change="handleCurrentChange"
|
|
59
|
+ :row-style="{ color: '#303133' }"
|
|
60
|
+ :header-cell-style="{
|
|
61
|
+ backgroundColor: 'rgb(245, 247, 250)',
|
|
62
|
+ color: '#606266',
|
|
63
|
+ }"
|
59
|
64
|
>
|
60
|
65
|
<el-table-column prop="name" label="名称" width="100">
|
61
|
66
|
<template slot-scope="scope">
|
|
@@ -82,6 +87,11 @@
|
82
|
87
|
style="width: 100%"
|
83
|
88
|
highlight-current-row
|
84
|
89
|
@current-change="handleCurrentChange"
|
|
90
|
+ :row-style="{ color: '#303133' }"
|
|
91
|
+ :header-cell-style="{
|
|
92
|
+ backgroundColor: 'rgb(245, 247, 250)',
|
|
93
|
+ color: '#606266',
|
|
94
|
+ }"
|
85
|
95
|
ref="table02"
|
86
|
96
|
>
|
87
|
97
|
<el-table-column prop="name" label="名称" width="100">
|