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