fix(NoticeBar): incorrect ellipsis

This commit is contained in:
chenjiahan
2020-06-11 16:49:53 +08:00
committed by neverland
parent 7b0546dbba
commit febf17e546
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ export default createComponent({
ref="content"
class={[
bem('content'),
{ 'van-ellipsis': !this.scrollable && !this.wrapable },
{ 'van-ellipsis': this.scrollable === false && !this.wrapable },
]}
style={contentStyle}
onTransitionend={this.onTransitionEnd}