Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们使用表单生成器在重复部分创建了一个包含 14 列的表。现在我们看不到细胞了。因为单元格宽度变窄。如何在表单生成器中添加滚动条以正常查看单元格? 更新!现在它看起来像:这个
对于我在这里放置的一个简单示例,以下内容似乎可以解决问题:
.xbl-fr-grid { overflow: scroll } .xbl-fr-grid .fr-grid { width: 1500px; max-width: none }
但是您可能希望根据自己的情况进行调整,为此使用 Chrome 开发工具或 Firebug,以及 CSS 知识会派上用场。