Skip to content

使用演示

Props

属性类型可选值默认值说明
textString-待审批文本内容
sizeNumber-88尺寸大小
colorString色彩primaryUCS 色彩变量Hex 颜色值

组件示例

vue
<template>
	<view>
		<ucs-approve-status color="success" text="通过审批" />
	</view>
</template>
vue
<template>
	<view>
		<ucs-approve-status color="#D9514C" text="通过审批" />
	</view>
</template>