mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
[ FIX ] : Remove fixed height from component item style
This commit is contained in:
@@ -480,7 +480,6 @@ watch(virtualedRows, newRows => {
|
|||||||
:to="`/${slug(fromPascal(item.categoryKey))}/${slug(fromPascal(item.componentKey))}` || '#'"
|
:to="`/${slug(fromPascal(item.categoryKey))}/${slug(fromPascal(item.componentKey))}` || '#'"
|
||||||
:data-item-key="item.key"
|
:data-item-key="item.key"
|
||||||
:style="{
|
:style="{
|
||||||
height: `${CARD_HEIGHT}px`,
|
|
||||||
backgroundColor: '#222',
|
backgroundColor: '#222',
|
||||||
borderRadius: `${CARD_RADIUS}px`,
|
borderRadius: `${CARD_RADIUS}px`,
|
||||||
padding: `${CARD_PADDING}px`
|
padding: `${CARD_PADDING}px`
|
||||||
|
|||||||
Reference in New Issue
Block a user