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.
在数据浏览器中使用 Neo4j,属性文本水平显示。在样式规则中如何修改它以垂直显示? 换句话说,我希望每个属性一次显示一行: “joe”、 “dog” 与此相反: “joe”、“dog” 谢谢您的帮助。
您可以使用分号。例如 {name};{pet}
不确定是否可以设置换行符。请在问题跟踪器中提出增强请求?