ls-pro-common 3.0.50 → 3.0.52

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
@@ -753,6 +753,32 @@ a:hover {
753
753
  .ant-table td.ant-table-cell {
754
754
  color: #5b5b5b;
755
755
  }
756
+ .ant-pro-form-query-filter.ant-form-vertical .ant-form-item-label {
757
+ padding: 0;
758
+ }
759
+ .ant-pro-form-query-filter .ant-input-number-input {
760
+ height: 28px;
761
+ }
762
+ .ant-pro-form-query-filter .ant-input-group.ant-input-group-compact > *:first-child {
763
+ border-radius: 0 !important;
764
+ border-top-left-radius: 4px !important;
765
+ border-bottom-left-radius: 4px !important;
766
+ }
767
+ .ant-pro-form-query-filter .ant-input-group.ant-input-group-compact > *:last-child {
768
+ border-radius: 0 !important;
769
+ border-top-left-radius: 4px !important;
770
+ border-bottom-left-radius: 4px !important;
771
+ }
772
+ .ant-input-number-group > .ant-input-number:not(:first-child):not(:last-child) {
773
+ border-radius: 0 !important;
774
+ }
775
+ .ant-pro-table .ant-table:not(.ant-table-has-fix-right) .ant-table-container .ant-table-body,
776
+ .ant-pro-table .ant-table.ant-table-empty .ant-table-container .ant-table-body {
777
+ overflow: auto !important;
778
+ }
779
+ .ant-pro-table .ant-table.ant-table-has-fix-right:not(.ant-table-empty) .ant-table-container .ant-table-body {
780
+ overflow: scroll !important;
781
+ }
756
782
 
757
783
  .pro-table-tooltip-text span {
758
784
  color: #fff;
@@ -856,7 +882,6 @@ a:hover {
856
882
  }
857
883
  .ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container div.ant-table-body {
858
884
  flex: 1;
859
- overflow: auto !important;
860
885
  position: relative;
861
886
  }
862
887
  .ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container::before,
@@ -873,11 +898,6 @@ a:hover {
873
898
  .ant-pro-table-srcoll .react-resizable {
874
899
  position: relative;
875
900
  }
876
- .ant-pro-table-srcoll .resizable-th::before,
877
- .ant-pro-table-srcoll .react-resizable::before {
878
- height: 0 !important;
879
- width: 0 !important;
880
- }
881
901
  .ant-pro-table-srcoll .resizable-th-handle,
882
902
  .ant-pro-table-srcoll .react-resizable-handle {
883
903
  cursor: col-resize;
@@ -3052,7 +3072,6 @@ html {
3052
3072
  }
3053
3073
  .ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container div.ant-table-body {
3054
3074
  flex: 1;
3055
- overflow: auto !important;
3056
3075
  position: relative;
3057
3076
  }
3058
3077
  .ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container::before,
@@ -3069,11 +3088,6 @@ html {
3069
3088
  .ant-pro-table-srcoll .react-resizable {
3070
3089
  position: relative;
3071
3090
  }
3072
- .ant-pro-table-srcoll .resizable-th::before,
3073
- .ant-pro-table-srcoll .react-resizable::before {
3074
- height: 0 !important;
3075
- width: 0 !important;
3076
- }
3077
3091
  .ant-pro-table-srcoll .resizable-th-handle,
3078
3092
  .ant-pro-table-srcoll .react-resizable-handle {
3079
3093
  cursor: col-resize;
@@ -3409,6 +3423,12 @@ html {
3409
3423
  .ant-pro-table-column-setting-nosave .ant-popover-inner-content {
3410
3424
  width: 300px;
3411
3425
  }
3426
+ .ant-pro-table-column-setting-nosave.width-measure {
3427
+ width: 600px;
3428
+ }
3429
+ .width-measure .ant-popover-inner-content {
3430
+ width: 800px;
3431
+ }
3412
3432
  .ant-pro-table-column-setting-list {
3413
3433
  display: flex;
3414
3434
  flex-direction: column;
@@ -3426,7 +3446,7 @@ html {
3426
3446
  font-size: 12px;
3427
3447
  }
3428
3448
  .ant-pro-table-column-setting-list span.ant-tree-draggable-icon + span.ant-tree-switcher {
3429
- width: 0px;
3449
+ width: 14px;
3430
3450
  }
3431
3451
  .ant-pro-table-column-setting-list-item {
3432
3452
  display: flex;
@@ -3483,6 +3503,9 @@ html {
3483
3503
  display: flex;
3484
3504
  justify-content: space-between;
3485
3505
  }
3506
+ .left-border {
3507
+ border-left: 1px solid #efefef;
3508
+ }
3486
3509
 
3487
3510
  .ant-pro-table-list-toolbar {
3488
3511
  line-height: 1;