king
2020-08-31 b3547d1c531e479021219fda5df153a11b9b52a3
src/assets/css/main.scss
@@ -204,6 +204,10 @@
.ant-popover {
  z-index: 1070!important;
}
// 气泡确认框
.ant-popover.popover-confirm {
  z-index: 1080!important;
}
.ant-notification-notice.notification-custom-error {
  background: #f5222d;
@@ -283,8 +287,9 @@
    }
    .mk-popover-control {
      i {
        padding: 0 5px;
        padding: 5px 8px;
        cursor: pointer;
        font-size: 16px;
      }
      .edit {
        color: #1890ff;
@@ -300,7 +305,7 @@
      }
    }
    .ant-popover-inner-content {
      padding: 5px 10px;
      padding: 5px 20px;
    }
  }
}