style: remove some class name in StackDemo.vue

This commit is contained in:
whbbit1999
2025-07-15 00:34:00 +08:00
parent c4d956fb13
commit fe994835ac

View File

@@ -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>