【问题标题】:How to remove the line of Ant design's "Step component"?Ant design的“Step组件”这行怎么去掉?
【发布时间】:2020-12-21 05:42:25
【问题描述】:

我想知道如何在 Ant 设计中擦除 Steps 组件的行。 有谁知道方法吗?

【问题讨论】:

    标签: javascript reactjs antd


    【解决方案1】:

    您可以通过修改步骤组件的css 类来移除

    .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
        background: transparent !important;
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2014-08-05
      • 1970-01-01
      • 2021-11-03
      • 2018-09-13
      • 1970-01-01
      • 2019-03-08
      • 2020-06-13
      相关资源
      最近更新 更多