Fixed treetable footer

pull/5806/head
Cagatay Civici 2024-05-25 11:50:29 +03:00
parent ff399f8ebc
commit 9d8923521d
5 changed files with 15 additions and 9 deletions

View File

@ -59,7 +59,10 @@ export default {
footer: {
background: '{content.background}',
borderColor: '{treetable.border.color}',
color: '{content.color}'
color: '{content.color}',
borderWidth: '0 0 1px 0',
padding: '0.75rem 1rem',
fontWeight: '600'
},
columnResizerWidth: '0.5rem',
resizeIndicator: {

View File

@ -51,7 +51,7 @@ export default {
},
footer: {
borderColor: '{treetable.border.color}',
borderWidth: '0 0 1px',
borderWidth: '0 0 1px 0',
padding: '0.75rem 1rem',
fontWeight: '700'
},

View File

@ -5,7 +5,7 @@ export default {
gap: '0.5rem'
},
text: {
fontWeight: '600'
fontWeight: '700'
},
icon: {
size: '1rem'

View File

@ -9,7 +9,7 @@ export default {
label: {
color: '{primary.contrast.color}',
fontSize: '0.75rem',
fontWeight: '600'
fontWeight: '700'
},
colorScheme: {
light: {

View File

@ -6,9 +6,9 @@ export default {
background: '{content.background}',
borderColor: '{treetable.border.color}',
color: '{content.color}',
borderWidth: '0 0 1px 0',
borderWidth: '1px 0 1px 0',
padding: '0.75rem 1rem',
fontWeight: '600'
fontWeight: '700'
},
headerCell: {
background: '{content.background}',
@ -20,7 +20,7 @@ export default {
selectedColor: '{highlight.color}',
gap: '0.5rem',
padding: '0.75rem 1rem',
fontWeight: '600',
fontWeight: '700',
focusRing: {
width: '{focus.ring.width}',
style: '{focus.ring.style}',
@ -54,12 +54,15 @@ export default {
borderColor: '{treetable.border.color}',
color: '{content.color}',
padding: '0.75rem 1rem',
fontWeight: '600'
fontWeight: '700'
},
footer: {
background: '{content.background}',
borderColor: '{treetable.border.color}',
color: '{content.color}'
color: '{content.color}',
borderWidth: '0 0 1px 0',
padding: '0.75rem 1rem',
fontWeight: '700'
},
columnResizerWidth: '0.5rem',
resizeIndicator: {