Skip to content

Commit c6b9410

Browse files
author
7yue
committed
chore(CapsuleBar): 修复中文引号的问题
close #1438
1 parent 949e500 commit c6b9410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/capsule-bar/index.wxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
style="width: {{capsuleButtonInfo.width/2}}px;height: {{capsuleButtonInfo.height}}px;">
4949
<cover-image
5050
class="icon-right"
51-
style="width{{capsuleRightIconWidth?capsuleRightIconWidth+'rpx':''}};height:{{capsuleRightIconHeight?capsuleRightIconHeight+'rpx':''}}"
51+
style="width:{{capsuleRightIconWidth?capsuleRightIconWidth+'rpx':''}};height:{{capsuleRightIconHeight?capsuleRightIconHeight+'rpx':''}}"
5252
src="{{capsuleRightIconPath?capsuleRightIconPath:'icons/capsule-right-'+capsuleColor+'.png'}}"></cover-image>
5353
</cover-view>
5454
</cover-view>

0 commit comments

Comments
 (0)