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.
我有简单的网络表单来收集用户的数据。在我的特殊情况下,我使用 JSON 字段来收集自定义数据结构。
是否可以更改 JSON 字段的高度/大小?
将以下 CSS 规则添加到您的样式表:
.CodeMirror { height: auto; }
现在 JSON 版本字段小部件将匹配序列化 JSON 的高度!