1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-06 07:21:24 +08:00

Changed the header color in table

This commit is contained in:
2023-06-09 23:20:24 +08:00
parent a9555fdc14
commit 25bd4721f7
2 changed files with 2 additions and 4 deletions

View File

@@ -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"

View File

@@ -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" />