fix(rate): 修复Rate组件鼠标移走,未恢复到之前的状态的bug #2549
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix #2250
🤔 这个 PR 的性质是?
🔗 相关 Issue
fix: #2250
[Rate] hover时,鼠标移走,未恢复到之前的状态
💡 需求背景和解决方案
1、解决了Rate组件,鼠标快速移走,未恢复到之前的状态的bug
解决办法:使用css的hover特性,在rate组件中新增了一个隐藏的元素,元素默认字体大小为0,当hover的时候,改变字体大小,然后让mouseout的时候去延时判断当前的隐藏元素的字体大小,如果为0的时候,说明鼠标移动走了,即需要恢复组件状态。
注意⚠️ :本次改动需要同时在_common项目的rate的样式里面新增以下样式
这个还没有提交pr,如果大家认同这个修改方案,我在为_common项目提交样式修改的pr
📝 更新日志
fix(rate): 修复Rate组件鼠标移走,未恢复到之前的状态的bug
本条 PR 不需要纳入 Changelog
☑️ 请求合并前的自查清单