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"
|
||||
@row-contextmenu="openClickMenu"
|
||||
:header-cell-style="{
|
||||
background: 'darksalmon',
|
||||
background: 'aliceblue',
|
||||
'text-align': 'center',
|
||||
color: '#fff',
|
||||
'font-size': '16px'
|
||||
}"
|
||||
@filter-change="handleFilterChange"
|
||||
|
||||
@@ -9,9 +9,8 @@
|
||||
highlight-current-row
|
||||
@selection-change="handleSelectionChange"
|
||||
:header-cell-style="{
|
||||
background: 'darksalmon',
|
||||
background: 'aliceblue',
|
||||
'text-align': 'center',
|
||||
color: '#fff',
|
||||
'font-size': '16px'
|
||||
}"
|
||||
><el-table-column type="selection" align="center" />
|
||||
|
||||
Reference in New Issue
Block a user