DatePicker 箭头可点击但不可见

发布于 2024-12-02 06:29:08 字数 79 浏览 0 评论 0原文

我在表单上的字段中使用日期选择器,但箭头不可见。如果我转到它们应该所在的位置,我可以单击它们来更改月份,但箭头本身不可见。什么可能导致这种问题?

I'm using a datepicker for a field on my form, but the arrows are not visible. If I go to the location where they supposed to be, I can click them to change the month, but the arrows themselves are not visible. What could cause this kind of problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

用心笑 2024-12-09 06:29:08

问题可能是 CSS 光标样式设置为 none,如下所示:

.calendarBox
{
   cursor: None;
}

The problem could be CSS cursor style set to none, something like this:

.calendarBox
{
   cursor: None;
}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文