mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
remove wrong styles from group rows
This commit is contained in:
@@ -348,8 +348,6 @@ export const ItemTableListColumn = (props: ItemTableListColumn) => {
|
|||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
...props.style,
|
...props.style,
|
||||||
backgroundColor: 'var(--theme-bg-secondary)',
|
|
||||||
borderBottom: '1px solid var(--theme-border-color)',
|
|
||||||
marginLeft: 0,
|
marginLeft: 0,
|
||||||
marginRight: 0,
|
marginRight: 0,
|
||||||
}}
|
}}
|
||||||
@@ -364,8 +362,6 @@ export const ItemTableListColumn = (props: ItemTableListColumn) => {
|
|||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
...props.style,
|
...props.style,
|
||||||
backgroundColor: 'var(--theme-bg-secondary)',
|
|
||||||
borderBottom: '1px solid var(--theme-border-color)',
|
|
||||||
marginLeft: pinnedLeftWidth > 0 ? `-${pinnedLeftWidth}px` : 0,
|
marginLeft: pinnedLeftWidth > 0 ? `-${pinnedLeftWidth}px` : 0,
|
||||||
width: `${totalTableWidth}px`,
|
width: `${totalTableWidth}px`,
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user