全日历宽度

发布于 2024-10-05 03:36:04 字数 174 浏览 1 评论 0原文

我目前正在 wordpess 网站上使用日历,由于小部件限制了右侧的宽度,因此页面宽度受到限制。

这导致事件在周视图中被挤压,我可以:

禁用星期日,以便其他 6 天更宽

我可以使每一天更宽,并在周视图底部使用滚动条吗?

这两种选择可能吗?如果是这样我怎样才能实现这个目标

I am currently using the Calendar on a wordpess website with restricted width on the page due to widgets restricting width on the right hand side.

This is causing the events to be squashed up in the week view, can I :

Disable the Sunday day so that the other 6 days are wider

Can I make each day wider and use a scroll bar along the bottom for the week view ?

Are these two options possible ? If so how can I achieve this

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

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

发布评论

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

评论(1

深海里的那抹蓝 2024-10-12 03:36:09

禁用星期日可能是可能的,尽管我以前没有这样做过,而且我敢打赌,这将需要大量的 php 编码才能实现。

在我看来,最简单的就是使用日历小部件的 CSS。这是我的建议:

  1. 你可以让每一天(这将是

  2. 标签)更宽;
  3. 给那个小部件一个设定的宽度/
    高度;最后
  4. 设置父级(标签,或者
    包含标签)CSS
    溢出:滚动

它不会很漂亮(除非你使用 Javascript/jQuery),但它会起作用......

希望它有帮助......

Disabling Sunday is probably possible, although I haven't done it before and I can bet you it's going to require extensive php coding to achieve.

The easiest, to my mind, would be to play around with the CSS of the calendar widget. Here's my suggestions:

  1. You could make each day (which'll be
    an <li> tag) wider;
  2. Give that widget a set width /
    height; and lastly
  3. Set the parent (either the tag, or
    the containing tag) CSS to
    overflow: scroll.

It won't be pretty (unless you use Javascript/jQuery), but it'll work...

Hope it helps...

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