progress
进度条。 属性说明 示例
<template> <view> <view class="uni-padding-wrap uni-common-mt"> <view class="progress-box"> <progress percent="20" show-info stroke-width="3" /> </view> <view class="progress-box"> <progress percent="40" active stroke-width="3" /> </view> <view class="progress-box"> <progress percent="60" active stroke-width="3" backgroundColor="#999"/> </view> <view class="progress-box"> <progress percent="80" activeColor="red" active stroke-width="8" /> </view> </view> </view></template>
在 GitHub 上编辑此页面!
