king
2023-10-22 42dc5e64199434f8205880f670d638a6f65cc20c
src/assets/css/main.scss
@@ -254,6 +254,9 @@
    color: #ffffff;
  }
}
.ant-notification .ant-notification-notice-message {
  word-break: break-all;
}
// 重置提示框
.ant-tooltip {
@@ -285,6 +288,23 @@
  }
}
// 消息提示
.ant-notification-notice.notification-custom-error {
  background: #f5222d;
  .anticon.ant-notification-notice-icon-error {
    color: #ffffff;
  }
  .ant-notification-notice-message {
    color: #ffffff;
  }
  .ant-notification-close-icon {
    color: #ffffff;
  }
}
.ant-notification .ant-notification-notice-message {
  word-break: break-all;
}
.ant-modal-wrap.popview-modal {
  .ant-modal {
    top: 70px;