mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
style: remove some class name in StackDemo.vue
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="spotlight-card-demo">
|
<div>
|
||||||
<TabbedLayout>
|
<TabbedLayout>
|
||||||
<template #preview>
|
<template #preview>
|
||||||
<div class="demo-container relative py-10">
|
<div class="demo-container">
|
||||||
<Stack
|
<Stack
|
||||||
:key="rerenderKey"
|
:key="rerenderKey"
|
||||||
:randomRotation="randomRotation"
|
:randomRotation="randomRotation"
|
||||||
@@ -121,10 +121,3 @@ const propData = [
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
|
||||||
.custom-spotlight-card {
|
|
||||||
min-height: 200px;
|
|
||||||
max-width: 400px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user