ls-pro-common 3.0.46 → 3.0.48
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 +103 -7
- package/dist/common.js +1 -1
- package/dist/common.min.css +103 -7
- package/dist/common.min.js +1 -1
- package/es/components/antd-custom.less +4 -0
- package/es/components/common.less +2 -4
- package/es/http/index.js +29 -27
- package/lib/components/antd-custom.less +4 -0
- package/lib/components/common.less +2 -4
- package/lib/http/index.js +29 -27
- package/package.json +3 -3
package/dist/common.css
CHANGED
|
@@ -42,11 +42,11 @@ body {
|
|
|
42
42
|
--ant-info-color-deprecated-border: #94c8ff;
|
|
43
43
|
}
|
|
44
44
|
* ::-webkit-scrollbar-thumb {
|
|
45
|
-
background-color: #
|
|
45
|
+
background-color: #bdbcbc;
|
|
46
46
|
border-radius: 6px;
|
|
47
47
|
}
|
|
48
48
|
* ::-webkit-scrollbar-thumb:hover {
|
|
49
|
-
background-color: #
|
|
49
|
+
background-color: #908f8f;
|
|
50
50
|
border-radius: 6px;
|
|
51
51
|
}
|
|
52
52
|
* ::-webkit-scrollbar {
|
|
@@ -750,6 +750,9 @@ a:hover {
|
|
|
750
750
|
transition: all 0.3s;
|
|
751
751
|
margin-top: 8px;
|
|
752
752
|
}
|
|
753
|
+
.ant-table td.ant-table-cell {
|
|
754
|
+
color: #5b5b5b;
|
|
755
|
+
}
|
|
753
756
|
|
|
754
757
|
.pro-table-tooltip-text span {
|
|
755
758
|
color: #fff;
|
|
@@ -758,7 +761,7 @@ a:hover {
|
|
|
758
761
|
padding-top: 8px;
|
|
759
762
|
}
|
|
760
763
|
.ant-pro-table {
|
|
761
|
-
z-index:
|
|
764
|
+
z-index: inherit;
|
|
762
765
|
}
|
|
763
766
|
.ant-pro-table:not(:root):fullscreen {
|
|
764
767
|
min-height: 100vh;
|
|
@@ -772,6 +775,9 @@ a:hover {
|
|
|
772
775
|
transform: rotate(0deg);
|
|
773
776
|
animation: turn 1s linear infinite;
|
|
774
777
|
}
|
|
778
|
+
.ant-pro-table td.ant-table-cell {
|
|
779
|
+
color: #5b5b5b;
|
|
780
|
+
}
|
|
775
781
|
.ant-pro-table td.ant-table-cell > a {
|
|
776
782
|
font-size: 13px;
|
|
777
783
|
}
|
|
@@ -813,12 +819,13 @@ a:hover {
|
|
|
813
819
|
height: 0;
|
|
814
820
|
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
|
|
815
821
|
border-radius: 8px;
|
|
822
|
+
overflow: visible;
|
|
816
823
|
}
|
|
817
824
|
.ant-pro-table-srcoll .ant-card .ant-card-body {
|
|
818
825
|
height: 100%;
|
|
819
826
|
display: flex;
|
|
820
827
|
flex-direction: column;
|
|
821
|
-
overflow
|
|
828
|
+
overflow: visible;
|
|
822
829
|
}
|
|
823
830
|
.ant-pro-table-srcoll .ant-card .ant-table-wrapper {
|
|
824
831
|
flex: 1;
|
|
@@ -2799,6 +2806,47 @@ html {
|
|
|
2799
2806
|
.search-setting .ant-tree-treenode:hover {
|
|
2800
2807
|
background-color: #f5f5f5;
|
|
2801
2808
|
}
|
|
2809
|
+
.search-modal-body {
|
|
2810
|
+
min-height: 40vh;
|
|
2811
|
+
max-height: 80vh;
|
|
2812
|
+
display: flex;
|
|
2813
|
+
}
|
|
2814
|
+
.search-modal-body .body-left {
|
|
2815
|
+
width: 230px;
|
|
2816
|
+
border-right: #f0f0f0 1px solid;
|
|
2817
|
+
padding: 10px;
|
|
2818
|
+
}
|
|
2819
|
+
.search-modal-body .body-left .search-setting-item {
|
|
2820
|
+
padding: 5px 6px;
|
|
2821
|
+
border-radius: 4px;
|
|
2822
|
+
margin-top: 8px;
|
|
2823
|
+
position: relative;
|
|
2824
|
+
height: 33px;
|
|
2825
|
+
background-color: #f5f5f5;
|
|
2826
|
+
}
|
|
2827
|
+
.search-modal-body .body-left .search-setting-item .search-item-btn {
|
|
2828
|
+
position: absolute;
|
|
2829
|
+
right: 2px;
|
|
2830
|
+
top: 5px;
|
|
2831
|
+
cursor: pointer;
|
|
2832
|
+
display: none;
|
|
2833
|
+
}
|
|
2834
|
+
.search-modal-body .body-left .search-setting-item.is_current,
|
|
2835
|
+
.search-modal-body .body-left .search-setting-item:hover {
|
|
2836
|
+
background-color: #e6f7ff;
|
|
2837
|
+
}
|
|
2838
|
+
.search-modal-body .body-left .search-setting-item.is_current .search-item-btn,
|
|
2839
|
+
.search-modal-body .body-left .search-setting-item:hover .search-item-btn {
|
|
2840
|
+
display: inline-flex;
|
|
2841
|
+
}
|
|
2842
|
+
.search-modal-body .body-right {
|
|
2843
|
+
flex: 1;
|
|
2844
|
+
}
|
|
2845
|
+
.search-modal-footer {
|
|
2846
|
+
display: flex;
|
|
2847
|
+
align-items: center;
|
|
2848
|
+
justify-content: space-between;
|
|
2849
|
+
}
|
|
2802
2850
|
|
|
2803
2851
|
.ant-pro-form-light-filter {
|
|
2804
2852
|
line-height: 30px;
|
|
@@ -2907,7 +2955,7 @@ html {
|
|
|
2907
2955
|
padding-top: 8px;
|
|
2908
2956
|
}
|
|
2909
2957
|
.ant-pro-table {
|
|
2910
|
-
z-index:
|
|
2958
|
+
z-index: inherit;
|
|
2911
2959
|
}
|
|
2912
2960
|
.ant-pro-table:not(:root):fullscreen {
|
|
2913
2961
|
min-height: 100vh;
|
|
@@ -2921,6 +2969,9 @@ html {
|
|
|
2921
2969
|
transform: rotate(0deg);
|
|
2922
2970
|
animation: turn 1s linear infinite;
|
|
2923
2971
|
}
|
|
2972
|
+
.ant-pro-table td.ant-table-cell {
|
|
2973
|
+
color: #5b5b5b;
|
|
2974
|
+
}
|
|
2924
2975
|
.ant-pro-table td.ant-table-cell > a {
|
|
2925
2976
|
font-size: 13px;
|
|
2926
2977
|
}
|
|
@@ -2962,12 +3013,13 @@ html {
|
|
|
2962
3013
|
height: 0;
|
|
2963
3014
|
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
|
|
2964
3015
|
border-radius: 8px;
|
|
3016
|
+
overflow: visible;
|
|
2965
3017
|
}
|
|
2966
3018
|
.ant-pro-table-srcoll .ant-card .ant-card-body {
|
|
2967
3019
|
height: 100%;
|
|
2968
3020
|
display: flex;
|
|
2969
3021
|
flex-direction: column;
|
|
2970
|
-
overflow
|
|
3022
|
+
overflow: visible;
|
|
2971
3023
|
}
|
|
2972
3024
|
.ant-pro-table-srcoll .ant-card .ant-table-wrapper {
|
|
2973
3025
|
flex: 1;
|
|
@@ -3327,9 +3379,10 @@ html {
|
|
|
3327
3379
|
height: 32px;
|
|
3328
3380
|
}
|
|
3329
3381
|
.ant-pro-table-column-setting-overlay .ant-popover-inner-content {
|
|
3330
|
-
width:
|
|
3382
|
+
width: 500px;
|
|
3331
3383
|
padding: 0px;
|
|
3332
3384
|
padding-bottom: 8px;
|
|
3385
|
+
display: flex;
|
|
3333
3386
|
}
|
|
3334
3387
|
.ant-pro-table-column-setting-overlay .ant-tree-node-content-wrapper:hover {
|
|
3335
3388
|
background-color: transparent;
|
|
@@ -3351,6 +3404,9 @@ html {
|
|
|
3351
3404
|
margin: 0;
|
|
3352
3405
|
margin-right: 4px;
|
|
3353
3406
|
}
|
|
3407
|
+
.ant-pro-table-column-setting-nosave .ant-popover-inner-content {
|
|
3408
|
+
width: 300px;
|
|
3409
|
+
}
|
|
3354
3410
|
.ant-pro-table-column-setting-list {
|
|
3355
3411
|
display: flex;
|
|
3356
3412
|
flex-direction: column;
|
|
@@ -3367,6 +3423,9 @@ html {
|
|
|
3367
3423
|
color: rgba(0, 0, 0, 0.45);
|
|
3368
3424
|
font-size: 12px;
|
|
3369
3425
|
}
|
|
3426
|
+
.ant-pro-table-column-setting-list span.ant-tree-draggable-icon + span.ant-tree-switcher {
|
|
3427
|
+
width: 0px;
|
|
3428
|
+
}
|
|
3370
3429
|
.ant-pro-table-column-setting-list-item {
|
|
3371
3430
|
display: flex;
|
|
3372
3431
|
align-items: center;
|
|
@@ -3385,6 +3444,43 @@ html {
|
|
|
3385
3444
|
.ant-pro-table-column-setting-list-item-option > span + span {
|
|
3386
3445
|
margin-left: 8px;
|
|
3387
3446
|
}
|
|
3447
|
+
.table-column-setting-left {
|
|
3448
|
+
width: 200px;
|
|
3449
|
+
padding: 10px;
|
|
3450
|
+
border-right: 1px solid #efefef;
|
|
3451
|
+
}
|
|
3452
|
+
.table-column-setting-left .table-column-item {
|
|
3453
|
+
padding: 5px 6px;
|
|
3454
|
+
border-radius: 4px;
|
|
3455
|
+
margin-top: 8px;
|
|
3456
|
+
position: relative;
|
|
3457
|
+
height: 33px;
|
|
3458
|
+
background-color: #f5f5f5;
|
|
3459
|
+
}
|
|
3460
|
+
.table-column-setting-left .table-column-item .item-btn {
|
|
3461
|
+
position: absolute;
|
|
3462
|
+
right: 2px;
|
|
3463
|
+
top: 5px;
|
|
3464
|
+
cursor: pointer;
|
|
3465
|
+
display: none;
|
|
3466
|
+
}
|
|
3467
|
+
.table-column-setting-left .table-column-item.is_current,
|
|
3468
|
+
.table-column-setting-left .table-column-item:hover {
|
|
3469
|
+
background-color: #e6f7ff;
|
|
3470
|
+
}
|
|
3471
|
+
.table-column-setting-left .table-column-item.is_current .item-btn,
|
|
3472
|
+
.table-column-setting-left .table-column-item:hover .item-btn {
|
|
3473
|
+
display: inline-flex;
|
|
3474
|
+
}
|
|
3475
|
+
.table-column-setting-right {
|
|
3476
|
+
flex: 1;
|
|
3477
|
+
width: 0;
|
|
3478
|
+
}
|
|
3479
|
+
.table-column-setting-right .right-header {
|
|
3480
|
+
padding: 5px 60px 5px 5px;
|
|
3481
|
+
display: flex;
|
|
3482
|
+
justify-content: space-between;
|
|
3483
|
+
}
|
|
3388
3484
|
|
|
3389
3485
|
.ant-pro-table-list-toolbar {
|
|
3390
3486
|
line-height: 1;
|