We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<rater v-model="data5" star="" active-color="#FF9900" :margin="1"></rater>
star传的是字符串
如果用v-html支持传入的star,就可以用字体图标来实现了。
<span class="vux-rater-inner" v-html="star">
但是改节点下还有
<span class="vux-rater-outer" :style="{color: activeColor, width: cutPercent + '%'}" v-if="cutPercent > 0 && cutIndex === i-1">{{star}}</span>
可能要调整一下结构了。
The text was updated successfully, but these errors were encountered:
可 pr
Sorry, something went wrong.
#2183 就改了一行代码。不知道
Some checks were not successful
啥意思。哪里不对吗
1.使用unicode字符 这样他是会占位不会显示 2.用了楼主说的 v-html 也会有问题 依旧不显示 3.试试用icon-font字体图标就成功了 待我去看看源码 先占坑
No branches or pull requests
star传的是字符串
如果用v-html支持传入的star,就可以用字体图标来实现了。
但是改节点下还有
可能要调整一下结构了。
The text was updated successfully, but these errors were encountered: