Fixed table header

pull/5806/head
Cagatay Civici 2024-05-25 11:47:16 +03:00
parent 9ce80e1a3f
commit ff399f8ebc
3 changed files with 10 additions and 6 deletions

View File

@ -21,7 +21,6 @@ export default {
gap: '0.5rem', gap: '0.5rem',
padding: '0.75rem 1rem', padding: '0.75rem 1rem',
fontWeight: '600', fontWeight: '600',
focusRing: { focusRing: {
width: '{focus.ring.width}', width: '{focus.ring.width}',
style: '{focus.ring.style}', style: '{focus.ring.style}',
@ -59,7 +58,10 @@ export default {
footer: { footer: {
background: '{content.background}', background: '{content.background}',
borderColor: '{datatable.border.color}', borderColor: '{datatable.border.color}',
color: '{content.color}' color: '{content.color}',
borderWidth: '0 0 1px 0',
padding: '0.75rem 1rem',
fontWeight: '600'
}, },
dropPointColor: '{primary.color}', dropPointColor: '{primary.color}',
columnResizerWidth: '0.5rem', columnResizerWidth: '0.5rem',

View File

@ -16,7 +16,6 @@ export default {
gap: '0.5rem', gap: '0.5rem',
padding: '0.75rem 1rem', padding: '0.75rem 1rem',
fontWeight: '700', fontWeight: '700',
focusRing: { focusRing: {
width: '{focus.ring.width}', width: '{focus.ring.width}',
style: '{focus.ring.style}', style: '{focus.ring.style}',
@ -51,7 +50,7 @@ export default {
}, },
footer: { footer: {
borderColor: '{datatable.border.color}', borderColor: '{datatable.border.color}',
borderWidth: '0 0 1px', borderWidth: '0 0 1px 0',
padding: '0.75rem 1rem', padding: '0.75rem 1rem',
fontWeight: '700' fontWeight: '700'
}, },

View File

@ -6,7 +6,7 @@ export default {
background: '{content.background}', background: '{content.background}',
borderColor: '{datatable.border.color}', borderColor: '{datatable.border.color}',
color: '{content.color}', color: '{content.color}',
borderWidth: '0 0 1px 0', borderWidth: '1px 0 1px 0',
padding: '0.75rem 1rem', padding: '0.75rem 1rem',
fontWeight: '700' fontWeight: '700'
}, },
@ -58,7 +58,10 @@ export default {
footer: { footer: {
background: '{content.background}', background: '{content.background}',
borderColor: '{datatable.border.color}', borderColor: '{datatable.border.color}',
color: '{content.color}' color: '{content.color}',
borderWidth: '0 0 1px 0',
padding: '0.75rem 1rem',
fontWeight: '700'
}, },
dropPointColor: '{primary.color}', dropPointColor: '{primary.color}',
columnResizerWidth: '0.5rem', columnResizerWidth: '0.5rem',