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.
是否可以删除或隐藏图像字段以使其不显示在用户详细信息中。请参考图片。谢谢你。
http://i.stack.imgur.com/Oqnzh.jpg
你可以用 CSS 做到这一点
这是最新版本的示例
[data-field-name=image] { display:none; }
按字段名称隐藏数据字段