mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 15:01:23 +08:00
Changed the header color in table
This commit is contained in:
@@ -9,9 +9,8 @@
|
|||||||
@selection-change="handleSelectionChange"
|
@selection-change="handleSelectionChange"
|
||||||
@row-contextmenu="openClickMenu"
|
@row-contextmenu="openClickMenu"
|
||||||
:header-cell-style="{
|
:header-cell-style="{
|
||||||
background: 'darksalmon',
|
background: 'aliceblue',
|
||||||
'text-align': 'center',
|
'text-align': 'center',
|
||||||
color: '#fff',
|
|
||||||
'font-size': '16px'
|
'font-size': '16px'
|
||||||
}"
|
}"
|
||||||
@filter-change="handleFilterChange"
|
@filter-change="handleFilterChange"
|
||||||
|
|||||||
@@ -9,9 +9,8 @@
|
|||||||
highlight-current-row
|
highlight-current-row
|
||||||
@selection-change="handleSelectionChange"
|
@selection-change="handleSelectionChange"
|
||||||
:header-cell-style="{
|
:header-cell-style="{
|
||||||
background: 'darksalmon',
|
background: 'aliceblue',
|
||||||
'text-align': 'center',
|
'text-align': 'center',
|
||||||
color: '#fff',
|
|
||||||
'font-size': '16px'
|
'font-size': '16px'
|
||||||
}"
|
}"
|
||||||
><el-table-column type="selection" align="center" />
|
><el-table-column type="selection" align="center" />
|
||||||
|
|||||||
Reference in New Issue
Block a user