king
2023-10-18 81d0d7721bb14a34b1eef99fd9506c3eda4bda99
src/assets/css/main.scss
@@ -321,6 +321,25 @@
  .ant-modal {
    max-width: 95vw;
    top: 70px;
    .ant-modal-title {
      height: 22px;
      .mk-modal-icon-def {
        margin-right: 10px;
        background: transparent!important;
      }
      .mk-modal-icon-circle {
        display: inline-block;
        border-radius: 30px;
        margin-right: 10px;
        margin-top: -5px;
        color: #ffffff!important;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
      }
    }
  }
  .ant-modal-body {
    max-height: calc(100vh - 205px);