a-modal 用deep穿透样式也无法修改

  <div ref="addCloudModal" class="addCloudModal">
    <a-modal
      :getContainer="() => this.$refs.addCloudModal"
    >
    </a-modal>
  </div>


:deep .@{ant-prefix}-modal {
  .@{ant-prefix}-modal-close-icon {
    color: #000;
  }

  .@{ant-prefix}-modal-header {
    border: 0;
  }

  .@{ant-prefix}-modal-body {
    padding-top: 0;
    padding-bottom: 0;
  }
}

  

posted on 2023-06-30 09:40  稳住别慌  阅读(219)  评论(0编辑  收藏  举报