+ {{ card.description }} +
+悬停展开 · 视觉发现 · 触感交互
+ +<StackedCards
+ :cards="cardList"
+ :max-visible="5"
+ :spread-gap="190"
+/>
+ interface CardItem {
+ id: string | number
+ title: string
+ description?: string
+ icon?: string
+ color?: string
+}
+