Fixed table header
parent
9ce80e1a3f
commit
ff399f8ebc
|
@ -21,7 +21,6 @@ export default {
|
|||
gap: '0.5rem',
|
||||
padding: '0.75rem 1rem',
|
||||
fontWeight: '600',
|
||||
|
||||
focusRing: {
|
||||
width: '{focus.ring.width}',
|
||||
style: '{focus.ring.style}',
|
||||
|
@ -59,7 +58,10 @@ export default {
|
|||
footer: {
|
||||
background: '{content.background}',
|
||||
borderColor: '{datatable.border.color}',
|
||||
color: '{content.color}'
|
||||
color: '{content.color}',
|
||||
borderWidth: '0 0 1px 0',
|
||||
padding: '0.75rem 1rem',
|
||||
fontWeight: '600'
|
||||
},
|
||||
dropPointColor: '{primary.color}',
|
||||
columnResizerWidth: '0.5rem',
|
||||
|
|
|
@ -16,7 +16,6 @@ export default {
|
|||
gap: '0.5rem',
|
||||
padding: '0.75rem 1rem',
|
||||
fontWeight: '700',
|
||||
|
||||
focusRing: {
|
||||
width: '{focus.ring.width}',
|
||||
style: '{focus.ring.style}',
|
||||
|
@ -51,7 +50,7 @@ export default {
|
|||
},
|
||||
footer: {
|
||||
borderColor: '{datatable.border.color}',
|
||||
borderWidth: '0 0 1px',
|
||||
borderWidth: '0 0 1px 0',
|
||||
padding: '0.75rem 1rem',
|
||||
fontWeight: '700'
|
||||
},
|
||||
|
|
|
@ -6,7 +6,7 @@ export default {
|
|||
background: '{content.background}',
|
||||
borderColor: '{datatable.border.color}',
|
||||
color: '{content.color}',
|
||||
borderWidth: '0 0 1px 0',
|
||||
borderWidth: '1px 0 1px 0',
|
||||
padding: '0.75rem 1rem',
|
||||
fontWeight: '700'
|
||||
},
|
||||
|
@ -58,7 +58,10 @@ export default {
|
|||
footer: {
|
||||
background: '{content.background}',
|
||||
borderColor: '{datatable.border.color}',
|
||||
color: '{content.color}'
|
||||
color: '{content.color}',
|
||||
borderWidth: '0 0 1px 0',
|
||||
padding: '0.75rem 1rem',
|
||||
fontWeight: '700'
|
||||
},
|
||||
dropPointColor: '{primary.color}',
|
||||
columnResizerWidth: '0.5rem',
|
||||
|
|
Loading…
Reference in New Issue