【问题标题】:how to remove editors icons from antd Image如何从antd Image中删除编辑器图标
【发布时间】:2020-12-07 07:37:16
【问题描述】:

如何从 antd 图像中删除其他编辑器图标,如缩放、取消缩放、旋转选项。 同时从 Antd Image 预览图像。

【问题讨论】:

标签: javascript reactjs antd


【解决方案1】:

使用 CSS 隐藏您不想看到的图标。

.ant-image-preview-operations-operation:not(:first-child) {
    display: none;
}

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-10-13
    • 2015-05-05
    相关资源
    最近更新 更多