king
2024-05-21 bcd80eb46e158d1daf7df735a4fb72a3221fa16e
src/menu/components/card/cardsimplecomponent/index.scss
@@ -12,4 +12,17 @@
    cursor: pointer;
    background: rgba(255, 255, 255, 0.55);
  }
}
.mk-confirm-modal {
  .ant-modal-confirm-btns {
    display: none;
  }
  .footer {
    margin-top: 24px;
    text-align: right;
    .ant-btn {
      margin-left: 8px;
    }
  }
}