Fixed treetable footer
parent
ff399f8ebc
commit
9d8923521d
|
@ -59,7 +59,10 @@ export default {
|
||||||
footer: {
|
footer: {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
borderColor: '{treetable.border.color}',
|
borderColor: '{treetable.border.color}',
|
||||||
color: '{content.color}'
|
color: '{content.color}',
|
||||||
|
borderWidth: '0 0 1px 0',
|
||||||
|
padding: '0.75rem 1rem',
|
||||||
|
fontWeight: '600'
|
||||||
},
|
},
|
||||||
columnResizerWidth: '0.5rem',
|
columnResizerWidth: '0.5rem',
|
||||||
resizeIndicator: {
|
resizeIndicator: {
|
||||||
|
|
|
@ -51,7 +51,7 @@ export default {
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
borderColor: '{treetable.border.color}',
|
borderColor: '{treetable.border.color}',
|
||||||
borderWidth: '0 0 1px',
|
borderWidth: '0 0 1px 0',
|
||||||
padding: '0.75rem 1rem',
|
padding: '0.75rem 1rem',
|
||||||
fontWeight: '700'
|
fontWeight: '700'
|
||||||
},
|
},
|
||||||
|
|
|
@ -5,7 +5,7 @@ export default {
|
||||||
gap: '0.5rem'
|
gap: '0.5rem'
|
||||||
},
|
},
|
||||||
text: {
|
text: {
|
||||||
fontWeight: '600'
|
fontWeight: '700'
|
||||||
},
|
},
|
||||||
icon: {
|
icon: {
|
||||||
size: '1rem'
|
size: '1rem'
|
||||||
|
|
|
@ -9,7 +9,7 @@ export default {
|
||||||
label: {
|
label: {
|
||||||
color: '{primary.contrast.color}',
|
color: '{primary.contrast.color}',
|
||||||
fontSize: '0.75rem',
|
fontSize: '0.75rem',
|
||||||
fontWeight: '600'
|
fontWeight: '700'
|
||||||
},
|
},
|
||||||
colorScheme: {
|
colorScheme: {
|
||||||
light: {
|
light: {
|
||||||
|
|
|
@ -6,9 +6,9 @@ export default {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
borderColor: '{treetable.border.color}',
|
borderColor: '{treetable.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: '600'
|
fontWeight: '700'
|
||||||
},
|
},
|
||||||
headerCell: {
|
headerCell: {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
|
@ -20,7 +20,7 @@ export default {
|
||||||
selectedColor: '{highlight.color}',
|
selectedColor: '{highlight.color}',
|
||||||
gap: '0.5rem',
|
gap: '0.5rem',
|
||||||
padding: '0.75rem 1rem',
|
padding: '0.75rem 1rem',
|
||||||
fontWeight: '600',
|
fontWeight: '700',
|
||||||
focusRing: {
|
focusRing: {
|
||||||
width: '{focus.ring.width}',
|
width: '{focus.ring.width}',
|
||||||
style: '{focus.ring.style}',
|
style: '{focus.ring.style}',
|
||||||
|
@ -54,12 +54,15 @@ export default {
|
||||||
borderColor: '{treetable.border.color}',
|
borderColor: '{treetable.border.color}',
|
||||||
color: '{content.color}',
|
color: '{content.color}',
|
||||||
padding: '0.75rem 1rem',
|
padding: '0.75rem 1rem',
|
||||||
fontWeight: '600'
|
fontWeight: '700'
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
borderColor: '{treetable.border.color}',
|
borderColor: '{treetable.border.color}',
|
||||||
color: '{content.color}'
|
color: '{content.color}',
|
||||||
|
borderWidth: '0 0 1px 0',
|
||||||
|
padding: '0.75rem 1rem',
|
||||||
|
fontWeight: '700'
|
||||||
},
|
},
|
||||||
columnResizerWidth: '0.5rem',
|
columnResizerWidth: '0.5rem',
|
||||||
resizeIndicator: {
|
resizeIndicator: {
|
||||||
|
|
Loading…
Reference in New Issue