RecommendedArea.vue 183 B

123456
  1. /* 推荐区 */
  2. <template>
  3. <gy-card title="推荐区" area-style="recommended" circle-style="green" content-style="37">
  4. <div>动态内容</div>
  5. </gy-card>
  6. </template>