mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02:00
use derived column props, add table header styles
This commit is contained in:
@@ -37,6 +37,10 @@
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.item-table-pinned-rows-grid-container.with-header {
|
||||
background-color: var(--theme-colors-surface);
|
||||
}
|
||||
|
||||
.item-table-pinned-columns-grid-container {
|
||||
display: flex;
|
||||
flex: 0 1 auto;
|
||||
@@ -50,6 +54,10 @@
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.item-table-pinned-intersection-grid-container.with-header {
|
||||
background-color: var(--theme-colors-surface);
|
||||
}
|
||||
|
||||
.item-table-pinned-columns-container {
|
||||
flex: 1 1 auto;
|
||||
min-width: 0;
|
||||
|
||||
Reference in New Issue
Block a user