ls-pro-common 3.0.39 → 3.0.41
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 +39 -0
- package/dist/common.js +1 -1
- package/dist/common.js.LICENSE.txt +10 -0
- package/dist/common.min.css +39 -0
- package/dist/common.min.js +1 -1
- package/dist/common.min.js.LICENSE.txt +10 -0
- package/es/components/antd-custom.less +37 -0
- package/es/http/index.d.ts +6 -6
- package/es/http/index.js +24 -12
- package/lib/components/antd-custom.less +37 -0
- package/lib/http/index.d.ts +6 -6
- package/lib/http/index.js +24 -12
- package/package.json +8 -3
|
@@ -30,6 +30,16 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
30
30
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
31
31
|
*/
|
|
32
32
|
|
|
33
|
+
/**
|
|
34
|
+
* @license React
|
|
35
|
+
* react-is.production.min.js
|
|
36
|
+
*
|
|
37
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
38
|
+
*
|
|
39
|
+
* This source code is licensed under the MIT license found in the
|
|
40
|
+
* LICENSE file in the root directory of this source tree.
|
|
41
|
+
*/
|
|
42
|
+
|
|
33
43
|
/** @license React v16.13.1
|
|
34
44
|
* react-is.production.min.js
|
|
35
45
|
*
|
package/dist/common.min.css
CHANGED
|
@@ -719,6 +719,37 @@ a:hover {
|
|
|
719
719
|
.ant-table-filter-dropdown .ant-dropdown-menu-item .ant-checkbox + span {
|
|
720
720
|
width: 230px;
|
|
721
721
|
}
|
|
722
|
+
.ant-picker-panel-container .ant-picker-panel-layout {
|
|
723
|
+
display: flex;
|
|
724
|
+
flex-wrap: nowrap;
|
|
725
|
+
align-items: stretch;
|
|
726
|
+
}
|
|
727
|
+
.ant-picker-panel-container .ant-picker-presets {
|
|
728
|
+
display: flex;
|
|
729
|
+
flex-direction: column;
|
|
730
|
+
min-width: 120px;
|
|
731
|
+
max-width: 200px;
|
|
732
|
+
}
|
|
733
|
+
.ant-picker-panel-container .ant-picker-presets ul {
|
|
734
|
+
height: 0;
|
|
735
|
+
flex: auto;
|
|
736
|
+
list-style: none;
|
|
737
|
+
overflow: auto;
|
|
738
|
+
margin: 0;
|
|
739
|
+
padding: 8px;
|
|
740
|
+
border-inline-end: 1px solid rgba(5, 5, 5, 0.06);
|
|
741
|
+
}
|
|
742
|
+
.ant-picker-panel-container .ant-picker-presets ul li {
|
|
743
|
+
overflow: hidden;
|
|
744
|
+
white-space: nowrap;
|
|
745
|
+
text-overflow: ellipsis;
|
|
746
|
+
border-radius: 4px;
|
|
747
|
+
padding-inline: 8px;
|
|
748
|
+
padding-block: 1px;
|
|
749
|
+
cursor: pointer;
|
|
750
|
+
transition: all 0.3s;
|
|
751
|
+
margin-top: 8px;
|
|
752
|
+
}
|
|
722
753
|
|
|
723
754
|
.pro-table-tooltip-text span {
|
|
724
755
|
color: #fff;
|
|
@@ -852,10 +883,14 @@ a:hover {
|
|
|
852
883
|
}
|
|
853
884
|
.ant-pro-table-srcoll .resizable-th:hover .resizable-th-handle {
|
|
854
885
|
visibility: visible;
|
|
886
|
+
z-index: 10;
|
|
855
887
|
}
|
|
856
888
|
.ant-pro-table-srcoll .ant-table-cell.ant-table-selection-column {
|
|
857
889
|
text-overflow: inherit !important;
|
|
858
890
|
}
|
|
891
|
+
.ant-pro-table-srcoll .ant-table.ant-table-bordered .ant-table-tbody > tr > td {
|
|
892
|
+
border-right: 1px solid #f0f0f0;
|
|
893
|
+
}
|
|
859
894
|
.ant-table.ant-table-small .ant-table-title,
|
|
860
895
|
.ant-table.ant-table-small .ant-table-footer,
|
|
861
896
|
.ant-table.ant-table-small .ant-table-thead > tr > th,
|
|
@@ -2992,10 +3027,14 @@ html {
|
|
|
2992
3027
|
}
|
|
2993
3028
|
.ant-pro-table-srcoll .resizable-th:hover .resizable-th-handle {
|
|
2994
3029
|
visibility: visible;
|
|
3030
|
+
z-index: 10;
|
|
2995
3031
|
}
|
|
2996
3032
|
.ant-pro-table-srcoll .ant-table-cell.ant-table-selection-column {
|
|
2997
3033
|
text-overflow: inherit !important;
|
|
2998
3034
|
}
|
|
3035
|
+
.ant-pro-table-srcoll .ant-table.ant-table-bordered .ant-table-tbody > tr > td {
|
|
3036
|
+
border-right: 1px solid #f0f0f0;
|
|
3037
|
+
}
|
|
2999
3038
|
.ant-table.ant-table-small .ant-table-title,
|
|
3000
3039
|
.ant-table.ant-table-small .ant-table-footer,
|
|
3001
3040
|
.ant-table.ant-table-small .ant-table-thead > tr > th,
|