Dangqi 党旗
快速引用一个符合标准的党旗图片,该组件有助于规范化、标准化。
图案颜色
党徽图案一般使用金黄色或者红色。
黄色 R=255 G=255 B=0
红色 R=238 G=28 B=37
在特定场合需要使用非通用尺度党旗的,应当按照通用尺度成比例适当放大或者缩小。
基础使用
控制台
宽度:200px
vue
<template>
<gov-dangqi :width="width" />
</template>
<script setup>
import { ref } from "vue";
const width = ref(200);
</script>
Attributes
参数 | 类型 | 默认值 | 描述 |
---|---|---|---|
width | Number / String | 1080 | 团宽度,单位 px。 |