king
2020-08-28 71a0e75ecb56ae643fe1e86188d45f93f48388c9
src/assets/css/main.scss
@@ -202,7 +202,7 @@
}
.ant-popover {
  z-index: 1090!important;
  z-index: 1070!important;
}
.ant-notification-notice.notification-custom-error {
@@ -272,4 +272,35 @@
.ant-drawer {
  z-index: 1080!important;
}
.mk-popover-control-wrap {
  .ant-popover-content {
    position: relative;
    top: 5px;
    .ant-popover-arrow {
      bottom: -3.8px!important;
    }
    .mk-popover-control {
      i {
        padding: 0 5px;
        cursor: pointer;
      }
      .edit {
        color: #1890ff;
      }
      .copy {
        color: #26C281;
      }
      .close {
        color: #ff4d4f;
      }
      .profile {
        color: purple;
      }
    }
    .ant-popover-inner-content {
      padding: 5px 10px;
    }
  }
}