ls-pro-common 3.0.45 → 3.0.47
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 +55 -3
- package/dist/common.js +1 -1
- package/dist/common.min.css +55 -3
- 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 +2 -2
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;
|
|
@@ -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
|
}
|
|
@@ -2921,6 +2927,9 @@ html {
|
|
|
2921
2927
|
transform: rotate(0deg);
|
|
2922
2928
|
animation: turn 1s linear infinite;
|
|
2923
2929
|
}
|
|
2930
|
+
.ant-pro-table td.ant-table-cell {
|
|
2931
|
+
color: #5b5b5b;
|
|
2932
|
+
}
|
|
2924
2933
|
.ant-pro-table td.ant-table-cell > a {
|
|
2925
2934
|
font-size: 13px;
|
|
2926
2935
|
}
|
|
@@ -3327,9 +3336,10 @@ html {
|
|
|
3327
3336
|
height: 32px;
|
|
3328
3337
|
}
|
|
3329
3338
|
.ant-pro-table-column-setting-overlay .ant-popover-inner-content {
|
|
3330
|
-
width:
|
|
3339
|
+
width: 500px;
|
|
3331
3340
|
padding: 0px;
|
|
3332
3341
|
padding-bottom: 8px;
|
|
3342
|
+
display: flex;
|
|
3333
3343
|
}
|
|
3334
3344
|
.ant-pro-table-column-setting-overlay .ant-tree-node-content-wrapper:hover {
|
|
3335
3345
|
background-color: transparent;
|
|
@@ -3351,6 +3361,9 @@ html {
|
|
|
3351
3361
|
margin: 0;
|
|
3352
3362
|
margin-right: 4px;
|
|
3353
3363
|
}
|
|
3364
|
+
.ant-pro-table-column-setting-nosave .ant-popover-inner-content {
|
|
3365
|
+
width: 300px;
|
|
3366
|
+
}
|
|
3354
3367
|
.ant-pro-table-column-setting-list {
|
|
3355
3368
|
display: flex;
|
|
3356
3369
|
flex-direction: column;
|
|
@@ -3367,6 +3380,9 @@ html {
|
|
|
3367
3380
|
color: rgba(0, 0, 0, 0.45);
|
|
3368
3381
|
font-size: 12px;
|
|
3369
3382
|
}
|
|
3383
|
+
.ant-pro-table-column-setting-list span.ant-tree-draggable-icon + span.ant-tree-switcher {
|
|
3384
|
+
width: 0px;
|
|
3385
|
+
}
|
|
3370
3386
|
.ant-pro-table-column-setting-list-item {
|
|
3371
3387
|
display: flex;
|
|
3372
3388
|
align-items: center;
|
|
@@ -3385,6 +3401,42 @@ html {
|
|
|
3385
3401
|
.ant-pro-table-column-setting-list-item-option > span + span {
|
|
3386
3402
|
margin-left: 8px;
|
|
3387
3403
|
}
|
|
3404
|
+
.table-column-setting-left {
|
|
3405
|
+
width: 200px;
|
|
3406
|
+
padding: 10px;
|
|
3407
|
+
border-right: 1px solid #efefef;
|
|
3408
|
+
}
|
|
3409
|
+
.table-column-setting-left .table-column-item {
|
|
3410
|
+
padding: 5px 6px;
|
|
3411
|
+
border-radius: 4px;
|
|
3412
|
+
margin-top: 8px;
|
|
3413
|
+
position: relative;
|
|
3414
|
+
height: 33px;
|
|
3415
|
+
}
|
|
3416
|
+
.table-column-setting-left .table-column-item .item-btn {
|
|
3417
|
+
position: absolute;
|
|
3418
|
+
right: 2px;
|
|
3419
|
+
top: 5px;
|
|
3420
|
+
cursor: pointer;
|
|
3421
|
+
display: none;
|
|
3422
|
+
}
|
|
3423
|
+
.table-column-setting-left .table-column-item.is_current,
|
|
3424
|
+
.table-column-setting-left .table-column-item:hover {
|
|
3425
|
+
background-color: #e6f7ff;
|
|
3426
|
+
}
|
|
3427
|
+
.table-column-setting-left .table-column-item.is_current .item-btn,
|
|
3428
|
+
.table-column-setting-left .table-column-item:hover .item-btn {
|
|
3429
|
+
display: inline-flex;
|
|
3430
|
+
}
|
|
3431
|
+
.table-column-setting-right {
|
|
3432
|
+
flex: 1;
|
|
3433
|
+
width: 0;
|
|
3434
|
+
}
|
|
3435
|
+
.table-column-setting-right .right-header {
|
|
3436
|
+
padding: 5px 60px 5px 5px;
|
|
3437
|
+
display: flex;
|
|
3438
|
+
justify-content: space-between;
|
|
3439
|
+
}
|
|
3388
3440
|
|
|
3389
3441
|
.ant-pro-table-list-toolbar {
|
|
3390
3442
|
line-height: 1;
|