he wei
2024-01-05 a9c9544d4c9010077b177f4caf866c8479653d61
src/views/home/components/protectorBox.vue
@@ -15,7 +15,7 @@
    <path
      :d="createRoundRectPath(92, 80, 10)"
      stroke="none"
      fill="url(#color)"
      :fill="alarm ? '#FF3801' : 'url(#color)'"
    />
    <!-- 绘制标题 -->
@@ -40,6 +40,10 @@
        return [0, 0];
      },
    },
    alarm: {
      type: Boolean,
      default: false,
    },
  },
  computed: {},
  data() {