rrweb icon indicating copy to clipboard operation
rrweb copied to clipboard

[Bug]: rrweb-plyer 回放时,UI框架使用的vant-ui,动态添加样式时,style显示的为[Object Object]

Open liurongliurong opened this issue 2 years ago • 5 comments

Preflight Checklist

  • [X] I have searched the issue tracker for a bug report that matches the one I want to file, without success.

What package is this bug report for?

rrweb-player

Version

v1.0.0

Expected Behavior

UI框架使用的vant-ui,动态添加样式时,style显示的为[Object Object]

Actual Behavior

UI框架使用的vant-ui,动态添加样式时,style显示的为[Object Object]

Steps to Reproduce

UI框架使用的vant-ui,动态添加样式时,style显示的为[Object Object]

Testcase Gist URL

No response

Additional Information

No response

liurongliurong avatar Mar 29 '23 03:03 liurongliurong

+1

yyj4088 avatar Jun 15 '23 12:06 yyj4088

使用vant,回放时vant的icon不显示

hytkxp avatar Dec 27 '23 01:12 hytkxp

add style="fontFamily: 'vant-icon'" to van-icon, like this : <van-icon name="chat-o" size="2rem" style="fontFamily: 'vant-icon'" />

wincax2023 avatar Dec 29 '23 08:12 wincax2023

重置revant.less样式, 增加

.van-icon { font-family: 'vant-icon', serif !important; } 比较好用

snail-boy avatar Jan 14 '24 12:01 snail-boy

重置revant.less样式, 增加

.van-icon { font-family: 'vant-icon', serif !important; } 比较好用

救命了哥们[抱拳]

zjjjjjjjjjjd avatar Apr 19 '24 08:04 zjjjjjjjjjjd