#自定义样式(不支持安卓环境的nvue) 自定义的数值样式嵌套在默认插槽里 <template><u-line-progress:percentage="30"><textclass="u-percentage-slot">{{30}}%</text></u-line-progress></template><stylelang="scss"scoped>.u-percentage-slot{padding:1px 5px;background-color:$u-warning;color:#fff;...
1 <template> 2 <div class="progress " :class="'progress--'+ptype"> 3 条形进度条 --> 4 <div class="progress-bar" v-if="ptype==='line'"> 5 <div class="progress-bar__outer" :style="{height:strokeHeight+'px'}"> 6 <div class="progress-bar__inner" :style="barStyle"> 7 ...
path.lineTo((float) (radius * Math.cos(radian / 2) * 2), (float) (radius - radius * Math.sin(radian / 2))); path.lineTo( (float) (radius * Math.cos(radian / 2) + radius_in * Math.cos(radian / 2)), (float) (radius + radius_in * Math.sin(radian / 2))); path.lin...
Original file line numberDiff line numberDiff line change @@ -1,8 +1,9 @@ import defProps from '../../libs/config/props.js'; export default { props: { percentage: { type: [String, Number], default: () => uni.$u.props.circleProgress.percentage default: () => defProps.circlePro...
2019.08.22 修复 雷达图不显示自定义数据点标识样式的bug。 2019.08.22 新增 数据点标识样式 opts.series.pointShape,有效值为diamond◆, circle●, triangle▲, rect■。 2019.08.21 新增 第二种仪表盘样式progress,增加【uCharts 跨端图表改造教程】。 2019.08.20 修复 不能隐藏Y轴的bug。 2019.08.20 修复 单个...
Original file line numberDiff line numberDiff line change @@ -321,7 +321,8 @@ export default { lists.push({ url: val.path, progress: 0, error: false error: false, file: val }); } }); @@ -544,7 +545,7 @@ export default { .u-add-wrap { flex-direction: column; color: $...
#毫秒级渲染 通过配置millisecond来开启毫秒级倒计时 <u-count-down:time="30 * 60 * 60 * 1000"format="HH:mm:ss:SSS"autoStartmillisecond></u-count-down> #自定义样式 说明:通过绑定change回调的值,进行自定义格式 <template><u-count-down:time="30 * 60 * 60 * 1000"format="HH:mm:ss"autoStar...
通用样式 通用事件 渐变样式 媒体查询 自定义字体样式 无障碍 原子布局 容器组件 badge div list list-item stack swiper 基础组件 button calendar chart clock divider image input progress span text 自定义组件使用说明 数据类型说明 错误码参考 通用错...
通过自定义slot传入的内容 <template> <view> <u-navbar leftText="返回" title="个人中心" :safeAreaInsetTop="false" > <view class="u-nav-slot" slot="left" > <u-icon name="arrow-left" size="19" ></u-icon> <u-line direction="column" :hairline="false" length="16" margin="0 8...