AlarmArea.vue 177 B

123456
  1. /* 告警区 */
  2. <template>
  3. <gy-card title="告警区" area-style="alarm" circle-style="green" content-style="25">
  4. <div>动态内容</div>
  5. </gy-card>
  6. </template>