ls-pro-common 3.0.49 → 3.0.51

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
@@ -873,11 +873,6 @@ a:hover {
873
873
  .ant-pro-table-srcoll .react-resizable {
874
874
  position: relative;
875
875
  }
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
876
  .ant-pro-table-srcoll .resizable-th-handle,
882
877
  .ant-pro-table-srcoll .react-resizable-handle {
883
878
  cursor: col-resize;
@@ -3069,11 +3064,6 @@ html {
3069
3064
  .ant-pro-table-srcoll .react-resizable {
3070
3065
  position: relative;
3071
3066
  }
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
3067
  .ant-pro-table-srcoll .resizable-th-handle,
3078
3068
  .ant-pro-table-srcoll .react-resizable-handle {
3079
3069
  cursor: col-resize;
@@ -3409,6 +3399,12 @@ html {
3409
3399
  .ant-pro-table-column-setting-nosave .ant-popover-inner-content {
3410
3400
  width: 300px;
3411
3401
  }
3402
+ .ant-pro-table-column-setting-nosave.width-measure {
3403
+ width: 600px;
3404
+ }
3405
+ .width-measure .ant-popover-inner-content {
3406
+ width: 800px;
3407
+ }
3412
3408
  .ant-pro-table-column-setting-list {
3413
3409
  display: flex;
3414
3410
  flex-direction: column;
@@ -3426,7 +3422,7 @@ html {
3426
3422
  font-size: 12px;
3427
3423
  }
3428
3424
  .ant-pro-table-column-setting-list span.ant-tree-draggable-icon + span.ant-tree-switcher {
3429
- width: 0px;
3425
+ width: 14px;
3430
3426
  }
3431
3427
  .ant-pro-table-column-setting-list-item {
3432
3428
  display: flex;
@@ -3483,6 +3479,9 @@ html {
3483
3479
  display: flex;
3484
3480
  justify-content: space-between;
3485
3481
  }
3482
+ .left-border {
3483
+ border-left: 1px solid #efefef;
3484
+ }
3486
3485
 
3487
3486
  .ant-pro-table-list-toolbar {
3488
3487
  line-height: 1;