ls-pro-common 3.0.67 → 3.0.69
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 +30 -0
- package/dist/common.js +1 -1
- package/dist/common.min.css +30 -0
- package/dist/common.min.js +1 -1
- package/es/components/ImageSelector.js +1 -1
- package/es/hooks/useGetState.js +6 -1
- package/es/utils/index.js +6 -6
- package/lib/components/ImageSelector.js +1 -1
- package/lib/hooks/useGetState.js +6 -1
- package/lib/utils/index.js +6 -6
- package/package.json +1 -1
package/dist/common.min.css
CHANGED
|
@@ -802,6 +802,16 @@ a:hover {
|
|
|
802
802
|
.ls-protable-top-extra {
|
|
803
803
|
padding-top: 8px;
|
|
804
804
|
}
|
|
805
|
+
.ant-pro-table--fullscreen {
|
|
806
|
+
position: fixed;
|
|
807
|
+
top: 0;
|
|
808
|
+
right: 0;
|
|
809
|
+
bottom: 0;
|
|
810
|
+
left: 0;
|
|
811
|
+
z-index: 50 !important;
|
|
812
|
+
overflow: auto;
|
|
813
|
+
background: var(--bg-color, #f9fafb);
|
|
814
|
+
}
|
|
805
815
|
.ant-pro-table {
|
|
806
816
|
z-index: inherit;
|
|
807
817
|
}
|
|
@@ -835,6 +845,9 @@ a:hover {
|
|
|
835
845
|
.cell-selected {
|
|
836
846
|
background-color: #f9e4c9 !important;
|
|
837
847
|
}
|
|
848
|
+
.cell-selected.is-copy {
|
|
849
|
+
background-color: #f6eee5 !important;
|
|
850
|
+
}
|
|
838
851
|
.ant-pro-table-srcoll {
|
|
839
852
|
display: flex;
|
|
840
853
|
flex-direction: column;
|
|
@@ -3044,6 +3057,16 @@ html {
|
|
|
3044
3057
|
.ls-protable-top-extra {
|
|
3045
3058
|
padding-top: 8px;
|
|
3046
3059
|
}
|
|
3060
|
+
.ant-pro-table--fullscreen {
|
|
3061
|
+
position: fixed;
|
|
3062
|
+
top: 0;
|
|
3063
|
+
right: 0;
|
|
3064
|
+
bottom: 0;
|
|
3065
|
+
left: 0;
|
|
3066
|
+
z-index: 50 !important;
|
|
3067
|
+
overflow: auto;
|
|
3068
|
+
background: var(--bg-color, #f9fafb);
|
|
3069
|
+
}
|
|
3047
3070
|
.ant-pro-table {
|
|
3048
3071
|
z-index: inherit;
|
|
3049
3072
|
}
|
|
@@ -3077,6 +3100,9 @@ html {
|
|
|
3077
3100
|
.cell-selected {
|
|
3078
3101
|
background-color: #f9e4c9 !important;
|
|
3079
3102
|
}
|
|
3103
|
+
.cell-selected.is-copy {
|
|
3104
|
+
background-color: #f6eee5 !important;
|
|
3105
|
+
}
|
|
3080
3106
|
.ant-pro-table-srcoll {
|
|
3081
3107
|
display: flex;
|
|
3082
3108
|
flex-direction: column;
|
|
@@ -3462,6 +3488,9 @@ html {
|
|
|
3462
3488
|
justify-content: flex-end;
|
|
3463
3489
|
}
|
|
3464
3490
|
}
|
|
3491
|
+
.cell-copy-icon {
|
|
3492
|
+
color: var(--ant-primary-color, #1869ed) !important;
|
|
3493
|
+
}
|
|
3465
3494
|
|
|
3466
3495
|
.ant-pro-table-column-setting {
|
|
3467
3496
|
width: auto;
|
|
@@ -3726,6 +3755,7 @@ html {
|
|
|
3726
3755
|
display: flex;
|
|
3727
3756
|
align-items: center;
|
|
3728
3757
|
justify-content: flex-start;
|
|
3758
|
+
margin-right: 30px;
|
|
3729
3759
|
}
|
|
3730
3760
|
.ant-pro-table-list-toolbar-right {
|
|
3731
3761
|
display: flex;
|