element-ui中的el-date-picker组件中某一日期上方多渲染一个字?

问题描述

image.png
如图,在vue项目中用的element-ui组件中的el-date-picker的日期范围选择组件,莫名多渲染一个“岁”字。
奇怪的是,同样用的谷歌浏览器,却在部分人电脑上出现这个Bug,而且这部分人的电脑上这个Bug偶尔出现偶尔没事

问题出现的环境背景及自己尝试过哪些方法

相关代码

                <el-date-picker
                        v-model="common.searchForm.created"
                        value-format="yyyy-MM-dd"
                        style='width:267px;line-height: 30px;margin-top: 10px;'
                        type="daterange"
                        range-separator="-"
                        start-placeholder= "开始时间"
                        end-placeholder= "结束时间">
                </el-date-picker>



待解决 悬赏分:0 - 离问题结束还有
反对 0举报 0 收藏 0

我来回答

回答5