ls-pro-common 3.0.81 → 3.0.82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/common.css CHANGED
@@ -806,6 +806,27 @@ a:hover {
806
806
  .ant-pro-table .ant-table.ant-table-small .ant-table-tbody > tr > td {
807
807
  white-space: pre;
808
808
  }
809
+ .ant-notification-notice.export-process-notification {
810
+ width: 250px;
811
+ padding: 12px;
812
+ }
813
+ .ant-notification-notice.export-process-notification .ant-notification-notice-message {
814
+ margin-bottom: 0;
815
+ padding-right: 12px;
816
+ font-size: 14px;
817
+ }
818
+ .ant-notification-notice.export-process-notification .ant-notification-notice-close {
819
+ top: 12px;
820
+ right: 12px;
821
+ }
822
+ .ant-notification-notice.export-process-notification .export-process-handle {
823
+ display: inline-block;
824
+ width: 100%;
825
+ cursor: move;
826
+ }
827
+ .move-unselect {
828
+ user-select: none;
829
+ }
809
830
 
810
831
  .pro-table-tooltip-text span {
811
832
  color: #fff;