Skip to content

Commit 95e4640

Browse files
committed
Improvement - VueUiCarouselTable - Add config attribute to control table background
1 parent 52fb728 commit 95e4640

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/vue-ui-carousel-table.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,8 @@ defineExpose({
369369
...FINAL_CONFIG.style,
370370
border: `${FINAL_CONFIG.border.size}px solid ${FINAL_CONFIG.border.color}`,
371371
width: '100%',
372-
borderCollapse: 'collapse'
372+
borderCollapse: 'collapse',
373+
backgroundColor: FINAL_CONFIG.tbody.backgroundColor
373374
}">
374375
<caption
375376
ref="caption"

0 commit comments

Comments
 (0)