Skip to content

Commit 5c5988c

Browse files
committed
初始化:cli项目
1 parent 90087bc commit 5c5988c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/uview-ui/components/u-dropdown-list/u-dropdown-list.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default {
108108
type: String,
109109
default: 'none'
110110
},
111-
//top rpx 选择框高度也用这个值
111+
//rpx 选择框高度也用这个值
112112
top: {
113113
type: Number,
114114
default: 90

src/uview-ui/components/u-parse/u-parse.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@
525525
style += '</style>';
526526
html = style + html;
527527
}
528-
// 处理 rpx
528+
// 处理rpx
529529
if (html.includes('rpx'))
530530
html = html.replace(/[0-9.]+\s*rpx/g, $ => (parseFloat($) * windowWidth / 750) + 'px');
531531
return html;

0 commit comments

Comments
 (0)