@leankylin-sheet/react 1.0.1 → 1.0.2
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/index.css +244 -244
- package/dist/index.esm.css +244 -244
- package/dist/index.esm.js +186 -185
- package/dist/index.js +186 -185
- package/dist/index.umd.css +244 -244
- package/dist/index.umd.js +190 -189
- package/dist/index.umd.min.css +1 -1
- package/dist/index.umd.min.js +2 -2
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.leankylin-container {
|
|
2
2
|
display: flex;
|
|
3
3
|
width: 100%;
|
|
4
4
|
height: 100%;
|
|
@@ -10,21 +10,21 @@
|
|
|
10
10
|
position: relative;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.
|
|
13
|
+
.leankylin-workarea {
|
|
14
14
|
width: 100%;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.
|
|
17
|
+
.leankylin-popover-backdrop {
|
|
18
18
|
position: absolute;
|
|
19
19
|
top: 0;
|
|
20
20
|
left: 0;
|
|
21
21
|
z-index: 1003;
|
|
22
|
-
/* should below .
|
|
22
|
+
/* should below .leankylin-context-menu */
|
|
23
23
|
height: 100%;
|
|
24
24
|
width: 100%;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
.
|
|
27
|
+
.leankylin-modal-container {
|
|
28
28
|
background: rgba(255, 255, 255, 0.5);
|
|
29
29
|
display: flex;
|
|
30
30
|
align-items: center;
|
|
@@ -35,7 +35,7 @@ html::-webkit-scrollbar-button {
|
|
|
35
35
|
display: none;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.
|
|
38
|
+
.leankylin-stat-area {
|
|
39
39
|
display: flex;
|
|
40
40
|
justify-content: flex-end;
|
|
41
41
|
align-items: center;
|
|
@@ -47,7 +47,7 @@ html::-webkit-scrollbar-button {
|
|
|
47
47
|
flex-direction: column;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
.
|
|
50
|
+
.leankylin-col-body {
|
|
51
51
|
display: flex;
|
|
52
52
|
flex: 1;
|
|
53
53
|
flex-direction: row;
|
|
@@ -75,7 +75,7 @@ html::-webkit-scrollbar-button {
|
|
|
75
75
|
outline-style: none;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
.
|
|
78
|
+
.leankylin-cell-area {
|
|
79
79
|
border-collapse: collapse;
|
|
80
80
|
position: relative;
|
|
81
81
|
overflow: hidden;
|
|
@@ -83,12 +83,12 @@ html::-webkit-scrollbar-button {
|
|
|
83
83
|
cursor: default;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
.
|
|
86
|
+
.leankylin-row-body {
|
|
87
87
|
display: flex;
|
|
88
88
|
flex-direction: row;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
.
|
|
91
|
+
.leankylin-row-header {
|
|
92
92
|
position: relative;
|
|
93
93
|
flex-shrink: 0;
|
|
94
94
|
outline-style: none;
|
|
@@ -101,7 +101,7 @@ html::-webkit-scrollbar-button {
|
|
|
101
101
|
width: 45px;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
.
|
|
104
|
+
.leankylin-row-header-hover {
|
|
105
105
|
position: absolute;
|
|
106
106
|
z-index: 11;
|
|
107
107
|
border: 0 none;
|
|
@@ -112,7 +112,7 @@ html::-webkit-scrollbar-button {
|
|
|
112
112
|
background-color: rgba(194, 194, 194, 0.4);
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.
|
|
115
|
+
.leankylin-row-header-selected {
|
|
116
116
|
position: absolute;
|
|
117
117
|
z-index: 10;
|
|
118
118
|
border-right: 1px solid #0188fb;
|
|
@@ -123,12 +123,12 @@ html::-webkit-scrollbar-button {
|
|
|
123
123
|
background-color: rgba(76, 76, 76, 0.1);
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
.
|
|
126
|
+
.leankylin-col-header-wrap {
|
|
127
127
|
display: flex;
|
|
128
128
|
flex-direction: row;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
.
|
|
131
|
+
.leankylin-col-header {
|
|
132
132
|
color: #5e5e5e;
|
|
133
133
|
overflow: hidden;
|
|
134
134
|
padding: 0;
|
|
@@ -139,7 +139,7 @@ html::-webkit-scrollbar-button {
|
|
|
139
139
|
position: relative;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
-
.
|
|
142
|
+
.leankylin-col-header-hover {
|
|
143
143
|
color: #5e5e5e;
|
|
144
144
|
cursor: default;
|
|
145
145
|
position: absolute;
|
|
@@ -152,14 +152,14 @@ html::-webkit-scrollbar-button {
|
|
|
152
152
|
background-color: rgba(194, 194, 194, 0.4);
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
.
|
|
155
|
+
.leankylin-col-header-hover .header-arrow {
|
|
156
156
|
position: absolute;
|
|
157
157
|
right: 6px;
|
|
158
158
|
top: 50%;
|
|
159
159
|
transform: translate(0%, -44%);
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
-
.
|
|
162
|
+
.leankylin-col-header-selected {
|
|
163
163
|
color: #5e5e5e;
|
|
164
164
|
cursor: default;
|
|
165
165
|
position: absolute;
|
|
@@ -172,7 +172,7 @@ html::-webkit-scrollbar-button {
|
|
|
172
172
|
background-color: rgba(76, 76, 76, 0.1);
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
.
|
|
175
|
+
.leankylin-left-top {
|
|
176
176
|
width: 44.5px;
|
|
177
177
|
height: 18.5px;
|
|
178
178
|
border: solid 0 #dfdfdf;
|
|
@@ -184,7 +184,7 @@ html::-webkit-scrollbar-button {
|
|
|
184
184
|
background-color: white;
|
|
185
185
|
}
|
|
186
186
|
|
|
187
|
-
.
|
|
187
|
+
.leankylin-add-row-button {
|
|
188
188
|
padding: 1px 20px;
|
|
189
189
|
margin-right: 5px;
|
|
190
190
|
display: inline-flex;
|
|
@@ -211,7 +211,7 @@ html::-webkit-scrollbar-button {
|
|
|
211
211
|
display: none;
|
|
212
212
|
}
|
|
213
213
|
|
|
214
|
-
.
|
|
214
|
+
.leankylin-selection-copy {
|
|
215
215
|
position: absolute;
|
|
216
216
|
pointer-events: none;
|
|
217
217
|
z-index: 18;
|
|
@@ -219,13 +219,13 @@ html::-webkit-scrollbar-button {
|
|
|
219
219
|
margin: 0px 0 0 0px;
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
.
|
|
222
|
+
.leankylin-selection-copy .leankylin-copy {
|
|
223
223
|
position: absolute;
|
|
224
224
|
z-index: 18;
|
|
225
225
|
background-color: transparent;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
.
|
|
228
|
+
.leankylin-selection-copy-hc {
|
|
229
229
|
position: absolute;
|
|
230
230
|
top: 0;
|
|
231
231
|
right: 0;
|
|
@@ -235,7 +235,7 @@ html::-webkit-scrollbar-button {
|
|
|
235
235
|
z-index: 8;
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
.
|
|
238
|
+
.leankylin-selection-highlight {
|
|
239
239
|
position: absolute;
|
|
240
240
|
/*pointer-events: none;*/
|
|
241
241
|
z-index: 14;
|
|
@@ -244,7 +244,7 @@ html::-webkit-scrollbar-button {
|
|
|
244
244
|
/* display: none; */
|
|
245
245
|
}
|
|
246
246
|
|
|
247
|
-
.
|
|
247
|
+
.leankylin-cell-selected-extend {
|
|
248
248
|
position: absolute;
|
|
249
249
|
pointer-events: none;
|
|
250
250
|
z-index: 16;
|
|
@@ -253,7 +253,7 @@ html::-webkit-scrollbar-button {
|
|
|
253
253
|
display: none;
|
|
254
254
|
}
|
|
255
255
|
|
|
256
|
-
.
|
|
256
|
+
.leankylin-cell-selected-move {
|
|
257
257
|
cursor: move;
|
|
258
258
|
position: absolute;
|
|
259
259
|
/* pointer-events: none; */
|
|
@@ -533,12 +533,12 @@ html::-webkit-scrollbar-button {
|
|
|
533
533
|
width: inherit;
|
|
534
534
|
}
|
|
535
535
|
|
|
536
|
-
.
|
|
537
|
-
.
|
|
538
|
-
.
|
|
539
|
-
.
|
|
540
|
-
.
|
|
541
|
-
.
|
|
536
|
+
.leankylin-cols-change-size,
|
|
537
|
+
.leankylin-rows-change-size,
|
|
538
|
+
.leankylin-change-size-line,
|
|
539
|
+
.leankylin-cols-freeze-handle,
|
|
540
|
+
.leankylin-rows-freeze-handle,
|
|
541
|
+
.leankylin-freeze-drag-line {
|
|
542
542
|
/*display: none;*/
|
|
543
543
|
-webkit-user-drag: none;
|
|
544
544
|
-webkit-user-select: none;
|
|
@@ -548,7 +548,7 @@ html::-webkit-scrollbar-button {
|
|
|
548
548
|
z-index: 12;
|
|
549
549
|
}
|
|
550
550
|
|
|
551
|
-
.
|
|
551
|
+
.leankylin-cols-change-size {
|
|
552
552
|
width: 5px;
|
|
553
553
|
height: 100%;
|
|
554
554
|
background: #0188fb;
|
|
@@ -556,7 +556,7 @@ html::-webkit-scrollbar-button {
|
|
|
556
556
|
opacity: 0;
|
|
557
557
|
}
|
|
558
558
|
|
|
559
|
-
.
|
|
559
|
+
.leankylin-rows-change-size {
|
|
560
560
|
width: 100%;
|
|
561
561
|
height: 5px;
|
|
562
562
|
background: #0188fb;
|
|
@@ -564,14 +564,14 @@ html::-webkit-scrollbar-button {
|
|
|
564
564
|
opacity: 0;
|
|
565
565
|
}
|
|
566
566
|
|
|
567
|
-
.
|
|
567
|
+
.leankylin-change-size-line {
|
|
568
568
|
border-color: #0188fb;
|
|
569
569
|
border-style: solid;
|
|
570
570
|
z-index: 15;
|
|
571
571
|
cursor: ew-resize;
|
|
572
572
|
}
|
|
573
573
|
|
|
574
|
-
.
|
|
574
|
+
.leankylin-cols-freeze-handle {
|
|
575
575
|
position: absolute;
|
|
576
576
|
left: 0;
|
|
577
577
|
width: 3px;
|
|
@@ -581,7 +581,7 @@ html::-webkit-scrollbar-button {
|
|
|
581
581
|
z-index: 20;
|
|
582
582
|
}
|
|
583
583
|
|
|
584
|
-
.
|
|
584
|
+
.leankylin-rows-freeze-handle {
|
|
585
585
|
position: absolute;
|
|
586
586
|
top: 0;
|
|
587
587
|
height: 3px;
|
|
@@ -591,7 +591,7 @@ html::-webkit-scrollbar-button {
|
|
|
591
591
|
z-index: 20;
|
|
592
592
|
}
|
|
593
593
|
|
|
594
|
-
.
|
|
594
|
+
.leankylin-freeze-drag-line {
|
|
595
595
|
border-color: #ccc;
|
|
596
596
|
border-style: solid;
|
|
597
597
|
z-index: 15;
|
|
@@ -726,7 +726,7 @@ html::-webkit-scrollbar-button {
|
|
|
726
726
|
cursor: se-resize;
|
|
727
727
|
}
|
|
728
728
|
|
|
729
|
-
.
|
|
729
|
+
.leankylin-selection-copy-top {
|
|
730
730
|
left: 0;
|
|
731
731
|
right: 0;
|
|
732
732
|
height: 2px;
|
|
@@ -735,7 +735,7 @@ html::-webkit-scrollbar-button {
|
|
|
735
735
|
/* background-image: url("EwaAntH.gif"); */
|
|
736
736
|
}
|
|
737
737
|
|
|
738
|
-
.
|
|
738
|
+
.leankylin-selection-copy-right {
|
|
739
739
|
top: 0;
|
|
740
740
|
bottom: 0;
|
|
741
741
|
width: 2px;
|
|
@@ -743,7 +743,7 @@ html::-webkit-scrollbar-button {
|
|
|
743
743
|
/* background-image: url("EwaAntV.gif"); */
|
|
744
744
|
}
|
|
745
745
|
|
|
746
|
-
.
|
|
746
|
+
.leankylin-selection-copy-bottom {
|
|
747
747
|
left: 0;
|
|
748
748
|
right: 0;
|
|
749
749
|
height: 2px;
|
|
@@ -751,7 +751,7 @@ html::-webkit-scrollbar-button {
|
|
|
751
751
|
/* background-image: url("EwaAntH.gif"); */
|
|
752
752
|
}
|
|
753
753
|
|
|
754
|
-
.
|
|
754
|
+
.leankylin-selection-copy-left {
|
|
755
755
|
top: 0;
|
|
756
756
|
bottom: 0;
|
|
757
757
|
width: 2px;
|
|
@@ -760,7 +760,7 @@ html::-webkit-scrollbar-button {
|
|
|
760
760
|
/* background-image: url("EwaAntV.gif"); */
|
|
761
761
|
}
|
|
762
762
|
|
|
763
|
-
.
|
|
763
|
+
.leankylin-selection-copy-hc {
|
|
764
764
|
position: absolute;
|
|
765
765
|
top: 0;
|
|
766
766
|
right: 0;
|
|
@@ -844,7 +844,7 @@ html::-webkit-scrollbar-button {
|
|
|
844
844
|
cursor: se-resize;
|
|
845
845
|
}
|
|
846
846
|
|
|
847
|
-
.
|
|
847
|
+
.leankylin-formula-functionrange-highlight .leankylin-copy {
|
|
848
848
|
background-image: none;
|
|
849
849
|
background: #0188fb;
|
|
850
850
|
position: absolute;
|
|
@@ -855,61 +855,61 @@ html::-webkit-scrollbar-button {
|
|
|
855
855
|
/*border: 1px solid #fff;*/
|
|
856
856
|
}
|
|
857
857
|
|
|
858
|
-
.
|
|
858
|
+
.leankylin-formula-functionrange-highlight .leankylin-selection-copy-top {
|
|
859
859
|
top: -2px;
|
|
860
860
|
border-top: 2px solid #fff;
|
|
861
861
|
border-bottom: 2px solid #fff;
|
|
862
862
|
}
|
|
863
863
|
|
|
864
|
-
.
|
|
864
|
+
.leankylin-formula-functionrange-highlight .leankylin-selection-copy-right {
|
|
865
865
|
right: -2px;
|
|
866
866
|
border-left: 2px solid #fff;
|
|
867
867
|
border-right: 2px solid #fff;
|
|
868
868
|
}
|
|
869
869
|
|
|
870
|
-
.
|
|
870
|
+
.leankylin-formula-functionrange-highlight .leankylin-selection-copy-bottom {
|
|
871
871
|
bottom: -2px;
|
|
872
872
|
border-top: 2px solid #fff;
|
|
873
873
|
border-bottom: 2px solid #fff;
|
|
874
874
|
}
|
|
875
875
|
|
|
876
|
-
.
|
|
876
|
+
.leankylin-formula-functionrange-highlight .leankylin-selection-copy-left {
|
|
877
877
|
left: -2px;
|
|
878
878
|
border-left: 2px solid #fff;
|
|
879
879
|
border-right: 2px solid #fff;
|
|
880
880
|
}
|
|
881
881
|
|
|
882
|
-
.
|
|
882
|
+
.leankylin-formula-functionrange-highlight .leankylin-selection-copy-hc {
|
|
883
883
|
border: 2px solid #5e5e5e;
|
|
884
884
|
opacity: 0.03;
|
|
885
885
|
z-index: initial;
|
|
886
886
|
}
|
|
887
887
|
|
|
888
|
-
.
|
|
888
|
+
.leankylin-selection-highlight-lt {
|
|
889
889
|
left: -3px;
|
|
890
890
|
top: -3px;
|
|
891
891
|
cursor: se-resize;
|
|
892
892
|
}
|
|
893
893
|
|
|
894
|
-
.
|
|
894
|
+
.leankylin-selection-highlight-rt {
|
|
895
895
|
right: -3px;
|
|
896
896
|
top: -3px;
|
|
897
897
|
cursor: ne-resize;
|
|
898
898
|
}
|
|
899
899
|
|
|
900
|
-
.
|
|
900
|
+
.leankylin-selection-highlight-lb {
|
|
901
901
|
left: -3px;
|
|
902
902
|
bottom: -3px;
|
|
903
903
|
cursor: ne-resize;
|
|
904
904
|
}
|
|
905
905
|
|
|
906
|
-
.
|
|
906
|
+
.leankylin-selection-highlight-rb {
|
|
907
907
|
right: -3px;
|
|
908
908
|
bottom: -3px;
|
|
909
909
|
cursor: se-resize;
|
|
910
910
|
}
|
|
911
911
|
|
|
912
|
-
.
|
|
912
|
+
.leankylin-formula-functionrange-highlight .luckysheet-highlight {
|
|
913
913
|
position: absolute;
|
|
914
914
|
z-index: 19;
|
|
915
915
|
border: 1px solid #fff;
|
|
@@ -918,7 +918,7 @@ html::-webkit-scrollbar-button {
|
|
|
918
918
|
height: 6px;
|
|
919
919
|
}
|
|
920
920
|
|
|
921
|
-
.
|
|
921
|
+
.leankylin-presence-username {
|
|
922
922
|
position: absolute;
|
|
923
923
|
padding-left: 6px;
|
|
924
924
|
padding-right: 6px;
|
|
@@ -933,7 +933,7 @@ html::-webkit-scrollbar-button {
|
|
|
933
933
|
color: #fff;
|
|
934
934
|
}
|
|
935
935
|
|
|
936
|
-
.
|
|
936
|
+
.leankylin-presence-selection {
|
|
937
937
|
position: absolute;
|
|
938
938
|
border-style: solid;
|
|
939
939
|
border-width: 1;
|
|
@@ -1183,7 +1183,7 @@ html::-webkit-scrollbar-button {
|
|
|
1183
1183
|
display: none;
|
|
1184
1184
|
}
|
|
1185
1185
|
|
|
1186
|
-
.
|
|
1186
|
+
.leankylin-dialog {
|
|
1187
1187
|
max-width: 90%;
|
|
1188
1188
|
max-height: 90%;
|
|
1189
1189
|
overflow: scroll;
|
|
@@ -1194,22 +1194,22 @@ html::-webkit-scrollbar-button {
|
|
|
1194
1194
|
overflow: auto;
|
|
1195
1195
|
}
|
|
1196
1196
|
|
|
1197
|
-
.
|
|
1197
|
+
.leankylin-dialog-box-button-container {
|
|
1198
1198
|
display: flex;
|
|
1199
1199
|
align-items: center;
|
|
1200
1200
|
justify-content: center;
|
|
1201
1201
|
}
|
|
1202
1202
|
|
|
1203
|
-
.
|
|
1203
|
+
.leankylin-dialog-box-content {
|
|
1204
1204
|
padding: 0px 25px;
|
|
1205
1205
|
}
|
|
1206
1206
|
|
|
1207
|
-
.
|
|
1207
|
+
.leankylin-dialog-box-button-container {
|
|
1208
1208
|
padding-top: 10px;
|
|
1209
1209
|
padding-bottom: 20px;
|
|
1210
1210
|
}
|
|
1211
1211
|
|
|
1212
|
-
.
|
|
1212
|
+
.leankylin-message-box-button {
|
|
1213
1213
|
display: inline-flex;
|
|
1214
1214
|
align-items: center;
|
|
1215
1215
|
padding: 6px 12px;
|
|
@@ -1222,50 +1222,50 @@ html::-webkit-scrollbar-button {
|
|
|
1222
1222
|
cursor: pointer;
|
|
1223
1223
|
}
|
|
1224
1224
|
|
|
1225
|
-
.
|
|
1225
|
+
.leankylin-message-box-button.button-default {
|
|
1226
1226
|
color: rgb(38, 42, 51);
|
|
1227
1227
|
background-color: rgb(255, 255, 255);
|
|
1228
1228
|
border: 1px solid rgb(235, 235, 235);
|
|
1229
1229
|
}
|
|
1230
1230
|
|
|
1231
|
-
.
|
|
1231
|
+
.leankylin-message-box-button.button-primary {
|
|
1232
1232
|
color: white;
|
|
1233
1233
|
background-color: #0188FB;
|
|
1234
1234
|
}
|
|
1235
1235
|
|
|
1236
|
-
.
|
|
1236
|
+
.leankylin-modal-dialog-header {
|
|
1237
1237
|
outline: 0;
|
|
1238
1238
|
display: flex;
|
|
1239
1239
|
justify-content: flex-end;
|
|
1240
1240
|
}
|
|
1241
1241
|
|
|
1242
|
-
.
|
|
1242
|
+
.leankylin-modal-dialog-icon-close {
|
|
1243
1243
|
color: #d4d4d4;
|
|
1244
1244
|
opacity: 0.3;
|
|
1245
1245
|
}
|
|
1246
1246
|
|
|
1247
|
-
.
|
|
1247
|
+
.leankylin-modal-dialog-icon-close:hover {
|
|
1248
1248
|
opacity: 0.7;
|
|
1249
1249
|
}
|
|
1250
1250
|
/*查找替换弹出框样式*/
|
|
1251
|
-
#
|
|
1251
|
+
#leankylin-search-replace {
|
|
1252
1252
|
position: absolute;
|
|
1253
1253
|
padding: 30px 42px;
|
|
1254
1254
|
z-index: 1002;
|
|
1255
1255
|
}
|
|
1256
1256
|
|
|
1257
|
-
#
|
|
1257
|
+
#leankylin-search-replace .icon-close {
|
|
1258
1258
|
position: absolute;
|
|
1259
1259
|
right: 3px;
|
|
1260
1260
|
top: 3px;
|
|
1261
1261
|
}
|
|
1262
1262
|
|
|
1263
|
-
#
|
|
1263
|
+
#leankylin-search-replace .tabBox {
|
|
1264
1264
|
margin-top: 10px;
|
|
1265
1265
|
font-size: 0;
|
|
1266
1266
|
}
|
|
1267
1267
|
|
|
1268
|
-
#
|
|
1268
|
+
#leankylin-search-replace .tabBox span {
|
|
1269
1269
|
display: inline-block;
|
|
1270
1270
|
text-align: center;
|
|
1271
1271
|
width: 100px;
|
|
@@ -1274,64 +1274,64 @@ html::-webkit-scrollbar-button {
|
|
|
1274
1274
|
line-height: 2;
|
|
1275
1275
|
}
|
|
1276
1276
|
|
|
1277
|
-
#
|
|
1277
|
+
#leankylin-search-replace .tabBox span.on {
|
|
1278
1278
|
background-color: #8C89FE;
|
|
1279
1279
|
border-color: #726EFE;
|
|
1280
1280
|
color: #fff;
|
|
1281
1281
|
}
|
|
1282
1282
|
|
|
1283
|
-
#
|
|
1283
|
+
#leankylin-search-replace .ctBox {
|
|
1284
1284
|
padding: 5px 10px;
|
|
1285
1285
|
border: 1px solid rgb(235, 235, 235);
|
|
1286
1286
|
font-size: 14px;
|
|
1287
1287
|
min-width: 500px;
|
|
1288
1288
|
}
|
|
1289
1289
|
|
|
1290
|
-
#
|
|
1290
|
+
#leankylin-search-replace .ctBox .row {
|
|
1291
1291
|
display: flex;
|
|
1292
1292
|
flex-direction: row;
|
|
1293
1293
|
justify-content: space-between;
|
|
1294
1294
|
}
|
|
1295
1295
|
|
|
1296
|
-
#
|
|
1296
|
+
#leankylin-search-replace .inputBox {
|
|
1297
1297
|
height: 90px;
|
|
1298
1298
|
position: relative;
|
|
1299
1299
|
}
|
|
1300
1300
|
|
|
1301
|
-
#
|
|
1301
|
+
#leankylin-search-replace .inputBox .textboxs {
|
|
1302
1302
|
height: 30px;
|
|
1303
1303
|
line-height: 30px;
|
|
1304
1304
|
}
|
|
1305
1305
|
|
|
1306
|
-
#
|
|
1306
|
+
#leankylin-search-replace .checkboxs {
|
|
1307
1307
|
height: 90px;
|
|
1308
1308
|
}
|
|
1309
1309
|
|
|
1310
|
-
#
|
|
1310
|
+
#leankylin-search-replace .checkboxs div {
|
|
1311
1311
|
height: 30px;
|
|
1312
1312
|
line-height: 30px;
|
|
1313
1313
|
}
|
|
1314
1314
|
|
|
1315
|
-
#
|
|
1315
|
+
#leankylin-search-replace .checkboxs input[type="checkbox"] {
|
|
1316
1316
|
float: left;
|
|
1317
1317
|
margin-top: 9px;
|
|
1318
1318
|
}
|
|
1319
1319
|
|
|
1320
|
-
#
|
|
1320
|
+
#leankylin-search-replace .btnBox {
|
|
1321
1321
|
margin-top: 10px;
|
|
1322
1322
|
}
|
|
1323
1323
|
|
|
1324
|
-
#
|
|
1324
|
+
#leankylin-search-replace .btnBox .button-default {
|
|
1325
1325
|
margin-right: 8px;
|
|
1326
1326
|
margin-left: 0px;
|
|
1327
1327
|
}
|
|
1328
1328
|
|
|
1329
|
-
#
|
|
1329
|
+
#leankylin-search-replace .close-button {
|
|
1330
1330
|
margin-left: 0px;
|
|
1331
1331
|
margin-top: 10px;
|
|
1332
1332
|
}
|
|
1333
1333
|
|
|
1334
|
-
#
|
|
1334
|
+
#leankylin-search-replace #searchAllbox {
|
|
1335
1335
|
height: 210px;
|
|
1336
1336
|
border: 1px solid #d4d4d4;
|
|
1337
1337
|
margin-top: 10px;
|
|
@@ -1339,7 +1339,7 @@ html::-webkit-scrollbar-button {
|
|
|
1339
1339
|
position: relative;
|
|
1340
1340
|
}
|
|
1341
1341
|
|
|
1342
|
-
#
|
|
1342
|
+
#leankylin-search-replace #searchAllbox .boxTitle {
|
|
1343
1343
|
width: 100%;
|
|
1344
1344
|
height: 30px;
|
|
1345
1345
|
line-height: 29px;
|
|
@@ -1352,24 +1352,24 @@ html::-webkit-scrollbar-button {
|
|
|
1352
1352
|
top: 0;
|
|
1353
1353
|
}
|
|
1354
1354
|
|
|
1355
|
-
#
|
|
1355
|
+
#leankylin-search-replace #searchAllbox .boxTitle span {
|
|
1356
1356
|
display: inline-block;
|
|
1357
1357
|
text-align: center;
|
|
1358
1358
|
}
|
|
1359
1359
|
|
|
1360
|
-
#
|
|
1360
|
+
#leankylin-search-replace #searchAllbox .boxTitle span:nth-of-type(1) {
|
|
1361
1361
|
width: 25%;
|
|
1362
1362
|
}
|
|
1363
1363
|
|
|
1364
|
-
#
|
|
1364
|
+
#leankylin-search-replace #searchAllbox .boxTitle span:nth-of-type(2) {
|
|
1365
1365
|
width: 25%;
|
|
1366
1366
|
}
|
|
1367
1367
|
|
|
1368
|
-
#
|
|
1368
|
+
#leankylin-search-replace #searchAllbox .boxTitle span:nth-of-type(3) {
|
|
1369
1369
|
width: 50%;
|
|
1370
1370
|
}
|
|
1371
1371
|
|
|
1372
|
-
#
|
|
1372
|
+
#leankylin-search-replace #searchAllbox .boxMain .boxItem {
|
|
1373
1373
|
height: 30px;
|
|
1374
1374
|
line-height: 29px;
|
|
1375
1375
|
border-bottom: 1px solid #d4d4d4;
|
|
@@ -1377,38 +1377,38 @@ html::-webkit-scrollbar-button {
|
|
|
1377
1377
|
box-sizing: border-box;
|
|
1378
1378
|
}
|
|
1379
1379
|
|
|
1380
|
-
#
|
|
1380
|
+
#leankylin-search-replace #searchAllbox .boxMain .boxItem.on {
|
|
1381
1381
|
background-color: #8C89FE;
|
|
1382
1382
|
color: #fff;
|
|
1383
1383
|
}
|
|
1384
1384
|
|
|
1385
|
-
#
|
|
1385
|
+
#leankylin-search-replace #searchAllbox .boxMain .boxItem span {
|
|
1386
1386
|
display: block;
|
|
1387
1387
|
text-align: center;
|
|
1388
1388
|
float: left;
|
|
1389
1389
|
}
|
|
1390
1390
|
|
|
1391
|
-
#
|
|
1391
|
+
#leankylin-search-replace #searchAllbox .boxMain .boxItem span:nth-of-type(1) {
|
|
1392
1392
|
width: 25%;
|
|
1393
1393
|
overflow: hidden;
|
|
1394
1394
|
text-overflow: ellipsis;
|
|
1395
1395
|
white-space: nowrap;
|
|
1396
1396
|
}
|
|
1397
1397
|
|
|
1398
|
-
#
|
|
1398
|
+
#leankylin-search-replace #searchAllbox .boxMain .boxItem span:nth-of-type(2) {
|
|
1399
1399
|
width: 25%;
|
|
1400
1400
|
overflow: hidden;
|
|
1401
1401
|
text-overflow: ellipsis;
|
|
1402
1402
|
white-space: nowrap;
|
|
1403
1403
|
}
|
|
1404
1404
|
|
|
1405
|
-
#
|
|
1405
|
+
#leankylin-search-replace #searchAllbox .boxMain .boxItem span:nth-of-type(3) {
|
|
1406
1406
|
width: 50%;
|
|
1407
1407
|
overflow: hidden;
|
|
1408
1408
|
text-overflow: ellipsis;
|
|
1409
1409
|
white-space: nowrap;
|
|
1410
1410
|
}
|
|
1411
|
-
.
|
|
1411
|
+
.leankylin-link-modify-modal {
|
|
1412
1412
|
position: absolute;
|
|
1413
1413
|
overflow: hidden;
|
|
1414
1414
|
background-color: #fff;
|
|
@@ -1419,7 +1419,7 @@ html::-webkit-scrollbar-button {
|
|
|
1419
1419
|
border-radius: 6px;
|
|
1420
1420
|
}
|
|
1421
1421
|
|
|
1422
|
-
.
|
|
1422
|
+
.leankylin-link-modify-modal.link-toolbar {
|
|
1423
1423
|
display: flex;
|
|
1424
1424
|
flex-direction: row;
|
|
1425
1425
|
padding: 2px 8px 2px 16px;
|
|
@@ -1427,16 +1427,16 @@ html::-webkit-scrollbar-button {
|
|
|
1427
1427
|
}
|
|
1428
1428
|
|
|
1429
1429
|
|
|
1430
|
-
.
|
|
1430
|
+
.leankylin-link-modify-modal .link-content {
|
|
1431
1431
|
margin-right: 6px;
|
|
1432
1432
|
}
|
|
1433
1433
|
|
|
1434
|
-
.
|
|
1434
|
+
.leankylin-link-modify-modal .link-content:hover {
|
|
1435
1435
|
color: #2674fb;
|
|
1436
1436
|
cursor: pointer;
|
|
1437
1437
|
}
|
|
1438
1438
|
|
|
1439
|
-
.
|
|
1439
|
+
.leankylin-link-modify-modal .divider {
|
|
1440
1440
|
width: 1px;
|
|
1441
1441
|
height: 16px;
|
|
1442
1442
|
margin: 0px 6px ;
|
|
@@ -1444,16 +1444,16 @@ html::-webkit-scrollbar-button {
|
|
|
1444
1444
|
flex-shrink: 0;
|
|
1445
1445
|
}
|
|
1446
1446
|
|
|
1447
|
-
.
|
|
1447
|
+
.leankylin-link-modify-modal .leankylin-toolbar-button {
|
|
1448
1448
|
padding: 6px;
|
|
1449
1449
|
}
|
|
1450
1450
|
|
|
1451
|
-
.
|
|
1451
|
+
.leankylin-link-modify-modal .leankylin-toolbar-button:hover {
|
|
1452
1452
|
background-color: rgba(0, 0, 0, 0.06);
|
|
1453
1453
|
cursor: pointer;
|
|
1454
1454
|
}
|
|
1455
1455
|
|
|
1456
|
-
.
|
|
1456
|
+
.leankylin-link-modify-modal.range-selection-modal {
|
|
1457
1457
|
width: 380px;
|
|
1458
1458
|
padding: 22px;
|
|
1459
1459
|
-webkit-user-select: auto;
|
|
@@ -1462,11 +1462,11 @@ html::-webkit-scrollbar-button {
|
|
|
1462
1462
|
background-color: #fff;
|
|
1463
1463
|
}
|
|
1464
1464
|
|
|
1465
|
-
.
|
|
1465
|
+
.leankylin-link-modify-line {
|
|
1466
1466
|
padding-top: 10px;
|
|
1467
1467
|
}
|
|
1468
1468
|
|
|
1469
|
-
.
|
|
1469
|
+
.leankylin-link-modify-title {
|
|
1470
1470
|
font-size: 12px;
|
|
1471
1471
|
display: inline-block;
|
|
1472
1472
|
height: 16px;
|
|
@@ -1477,8 +1477,8 @@ html::-webkit-scrollbar-button {
|
|
|
1477
1477
|
margin-right: 6px;
|
|
1478
1478
|
}
|
|
1479
1479
|
|
|
1480
|
-
.
|
|
1481
|
-
.
|
|
1480
|
+
.leankylin-link-modify-input,
|
|
1481
|
+
.leankylin-link-modify-select {
|
|
1482
1482
|
width: 232px;
|
|
1483
1483
|
box-sizing: border-box;
|
|
1484
1484
|
height: 26px;
|
|
@@ -1493,17 +1493,17 @@ html::-webkit-scrollbar-button {
|
|
|
1493
1493
|
user-select: auto;
|
|
1494
1494
|
}
|
|
1495
1495
|
|
|
1496
|
-
.
|
|
1497
|
-
.
|
|
1496
|
+
.leankylin-link-modify-input:focus,
|
|
1497
|
+
.leankylin-link-modify-modal .range-selection-input:focus {
|
|
1498
1498
|
border-color: #4d90fe;
|
|
1499
1499
|
}
|
|
1500
1500
|
|
|
1501
|
-
.
|
|
1502
|
-
.
|
|
1501
|
+
.leankylin-link-modify-input.error-input,
|
|
1502
|
+
.leankylin-link-modify-modal .range-selection-input.error-input {
|
|
1503
1503
|
border: 1px solid #EF4E2F !important;
|
|
1504
1504
|
}
|
|
1505
1505
|
|
|
1506
|
-
.
|
|
1506
|
+
.leankylin-link-modify-cell-selector {
|
|
1507
1507
|
width: 20px;
|
|
1508
1508
|
right: 24px;
|
|
1509
1509
|
padding: 4px;
|
|
@@ -1516,7 +1516,7 @@ html::-webkit-scrollbar-button {
|
|
|
1516
1516
|
appearance: none;
|
|
1517
1517
|
}
|
|
1518
1518
|
|
|
1519
|
-
.
|
|
1519
|
+
.leankylin-link-modify-modal .modal-title {
|
|
1520
1520
|
font-weight: 500;
|
|
1521
1521
|
font-size: 16px;
|
|
1522
1522
|
color: rgba(0, 0, 0, .88);
|
|
@@ -1524,7 +1524,7 @@ html::-webkit-scrollbar-button {
|
|
|
1524
1524
|
line-height: 24px;
|
|
1525
1525
|
}
|
|
1526
1526
|
|
|
1527
|
-
.
|
|
1527
|
+
.leankylin-link-modify-modal .range-selection-input {
|
|
1528
1528
|
display: block;
|
|
1529
1529
|
outline: none;
|
|
1530
1530
|
font-size: 14px;
|
|
@@ -1541,35 +1541,35 @@ html::-webkit-scrollbar-button {
|
|
|
1541
1541
|
margin: 0;
|
|
1542
1542
|
}
|
|
1543
1543
|
|
|
1544
|
-
.
|
|
1544
|
+
.leankylin-link-modify-modal .modal-icon-close {
|
|
1545
1545
|
position: absolute;
|
|
1546
1546
|
right: 22px;
|
|
1547
1547
|
top: 22px;
|
|
1548
1548
|
cursor: pointer;
|
|
1549
1549
|
}
|
|
1550
1550
|
|
|
1551
|
-
.
|
|
1551
|
+
.leankylin-link-modify-modal .validation-input-tip {
|
|
1552
1552
|
height: 17px;
|
|
1553
1553
|
font-size: 12px;
|
|
1554
1554
|
color: #EF4E2F;
|
|
1555
1555
|
margin: 3px 0px ;
|
|
1556
1556
|
}
|
|
1557
1557
|
|
|
1558
|
-
.
|
|
1558
|
+
.leankylin-link-modify-modal .button-group {
|
|
1559
1559
|
display: flex;
|
|
1560
1560
|
}
|
|
1561
1561
|
|
|
1562
|
-
.
|
|
1562
|
+
.leankylin-link-modify-modal .modal-footer {
|
|
1563
1563
|
display: flex;
|
|
1564
1564
|
justify-content: flex-end;
|
|
1565
1565
|
padding: 0px 0px 5px 0px;
|
|
1566
1566
|
}
|
|
1567
1567
|
|
|
1568
|
-
.
|
|
1568
|
+
.leankylin-link-modify-modal.range-selection-modal .modal-footer {
|
|
1569
1569
|
padding: 0px;
|
|
1570
1570
|
}
|
|
1571
1571
|
|
|
1572
|
-
.
|
|
1572
|
+
.leankylin-link-modify-modal .button-basic {
|
|
1573
1573
|
display: flex;
|
|
1574
1574
|
flex-flow: row nowrap;
|
|
1575
1575
|
justify-content: center;
|
|
@@ -1582,18 +1582,18 @@ html::-webkit-scrollbar-button {
|
|
|
1582
1582
|
cursor: pointer;
|
|
1583
1583
|
}
|
|
1584
1584
|
|
|
1585
|
-
.
|
|
1585
|
+
.leankylin-link-modify-modal .button-default {
|
|
1586
1586
|
color: rgb(38, 42, 51);
|
|
1587
1587
|
background-color: rgb(255, 255, 255);
|
|
1588
1588
|
border: 1px solid rgb(235, 235, 235);
|
|
1589
1589
|
}
|
|
1590
1590
|
|
|
1591
|
-
.
|
|
1591
|
+
.leankylin-link-modify-modal .button-primary {
|
|
1592
1592
|
color: white;
|
|
1593
1593
|
background-color: #0188FB;
|
|
1594
1594
|
margin-left: 14px;
|
|
1595
1595
|
}
|
|
1596
|
-
#
|
|
1596
|
+
#leankylin-data-verification {
|
|
1597
1597
|
min-width: 500px;
|
|
1598
1598
|
padding: 10px 0px;
|
|
1599
1599
|
-webkit-user-select: none;
|
|
@@ -1601,51 +1601,51 @@ html::-webkit-scrollbar-button {
|
|
|
1601
1601
|
user-select: none;
|
|
1602
1602
|
}
|
|
1603
1603
|
|
|
1604
|
-
#
|
|
1604
|
+
#leankylin-data-verification .title {
|
|
1605
1605
|
font-size: 16px;
|
|
1606
1606
|
}
|
|
1607
1607
|
|
|
1608
|
-
#
|
|
1608
|
+
#leankylin-data-verification .box {
|
|
1609
1609
|
font-size: 14px;
|
|
1610
1610
|
}
|
|
1611
1611
|
|
|
1612
|
-
#
|
|
1612
|
+
#leankylin-data-verification .box .box-item {
|
|
1613
1613
|
padding: 10px;
|
|
1614
1614
|
border-bottom: 1px solid #E1E4E8;
|
|
1615
1615
|
}
|
|
1616
1616
|
|
|
1617
|
-
#
|
|
1617
|
+
#leankylin-data-verification .box .box-item .box-item-title {
|
|
1618
1618
|
font-size: 14px;
|
|
1619
1619
|
font-weight: 600;
|
|
1620
1620
|
margin-bottom: 10px;
|
|
1621
1621
|
}
|
|
1622
1622
|
|
|
1623
|
-
#
|
|
1623
|
+
#leankylin-data-verification .box .box-item .data-verification-range {
|
|
1624
1624
|
width: 100%;
|
|
1625
1625
|
height: 30px;
|
|
1626
1626
|
border: 1px solid #d4d4d4;
|
|
1627
1627
|
}
|
|
1628
1628
|
|
|
1629
|
-
#
|
|
1629
|
+
#leankylin-data-verification .box .box-item .show-box-item {
|
|
1630
1630
|
margin-top: 6px;
|
|
1631
1631
|
font-size: 12px;
|
|
1632
1632
|
}
|
|
1633
1633
|
|
|
1634
|
-
#
|
|
1634
|
+
#leankylin-data-verification .box .box-item .show-box-item .check-box {
|
|
1635
1635
|
height: 30px;
|
|
1636
1636
|
line-height: 30px;
|
|
1637
1637
|
margin-bottom: 10px;
|
|
1638
1638
|
|
|
1639
1639
|
}
|
|
1640
1640
|
|
|
1641
|
-
#
|
|
1641
|
+
#leankylin-data-verification .box .box-item .show-box-item .check-box input {
|
|
1642
1642
|
height: 30px;
|
|
1643
1643
|
padding: 0 10px;
|
|
1644
1644
|
border: 1px solid #d4d4d4;
|
|
1645
1645
|
box-sizing: border-box;
|
|
1646
1646
|
}
|
|
1647
1647
|
|
|
1648
|
-
#
|
|
1648
|
+
#leankylin-data-verification .input-box input {
|
|
1649
1649
|
height: 30px;
|
|
1650
1650
|
padding: 4px 10px 4px 10px;
|
|
1651
1651
|
border: 1px solid #d4d4d4;
|
|
@@ -1653,7 +1653,7 @@ html::-webkit-scrollbar-button {
|
|
|
1653
1653
|
margin-top: 6px;
|
|
1654
1654
|
}
|
|
1655
1655
|
|
|
1656
|
-
#
|
|
1656
|
+
#leankylin-data-verification .input-box span {
|
|
1657
1657
|
margin: 0px 16px;
|
|
1658
1658
|
}
|
|
1659
1659
|
|
|
@@ -1674,23 +1674,23 @@ html::-webkit-scrollbar-button {
|
|
|
1674
1674
|
cursor: pointer;
|
|
1675
1675
|
}
|
|
1676
1676
|
|
|
1677
|
-
#
|
|
1677
|
+
#leankylin-data-verification .box .box-item .data-verification-type-select {
|
|
1678
1678
|
width: 100%;
|
|
1679
1679
|
height: 30px;
|
|
1680
1680
|
border-color: #d4d4d4;
|
|
1681
1681
|
outline-style: none;
|
|
1682
1682
|
}
|
|
1683
1683
|
|
|
1684
|
-
#
|
|
1684
|
+
#leankylin-data-verification .box .box-item .check {
|
|
1685
1685
|
font-size: 12px;
|
|
1686
1686
|
line-height: 24px;
|
|
1687
1687
|
}
|
|
1688
1688
|
|
|
1689
|
-
#
|
|
1689
|
+
#leankylin-data-verification .box .box-item .check input {
|
|
1690
1690
|
vertical-align: text-top;
|
|
1691
1691
|
}
|
|
1692
1692
|
|
|
1693
|
-
#
|
|
1693
|
+
#leankylin-data-verification .button-basic {
|
|
1694
1694
|
display: inline-block;
|
|
1695
1695
|
margin-bottom: 0;
|
|
1696
1696
|
font-weight: 400;
|
|
@@ -1709,14 +1709,14 @@ html::-webkit-scrollbar-button {
|
|
|
1709
1709
|
margin-top: 10px;
|
|
1710
1710
|
}
|
|
1711
1711
|
|
|
1712
|
-
#
|
|
1712
|
+
#leankylin-data-verification .button-primary {
|
|
1713
1713
|
background: #0188fb;
|
|
1714
1714
|
border: 1px solid #0188fb;
|
|
1715
1715
|
color: #fff;
|
|
1716
1716
|
margin-right: 10px;
|
|
1717
1717
|
}
|
|
1718
1718
|
|
|
1719
|
-
#
|
|
1719
|
+
#leankylin-data-verification .button-close {
|
|
1720
1720
|
color: #333;
|
|
1721
1721
|
background-color: #fff;
|
|
1722
1722
|
border: 1px solid #ccc;
|
|
@@ -1986,7 +1986,7 @@ html::-webkit-scrollbar-button {
|
|
|
1986
1986
|
.condition-rules-project-input {
|
|
1987
1987
|
margin: 0px 6px;
|
|
1988
1988
|
}
|
|
1989
|
-
.
|
|
1989
|
+
.leankylin-toolbar {
|
|
1990
1990
|
display: flex;
|
|
1991
1991
|
flex-direction: row;
|
|
1992
1992
|
background: #fafafc;
|
|
@@ -1997,7 +1997,7 @@ html::-webkit-scrollbar-button {
|
|
|
1997
1997
|
align-items: center;
|
|
1998
1998
|
}
|
|
1999
1999
|
|
|
2000
|
-
.
|
|
2000
|
+
.leankylin-toolbar-divider {
|
|
2001
2001
|
width: 1px;
|
|
2002
2002
|
height: 20px;
|
|
2003
2003
|
margin: 0 6px;
|
|
@@ -2005,22 +2005,22 @@ html::-webkit-scrollbar-button {
|
|
|
2005
2005
|
flex-shrink: 0;
|
|
2006
2006
|
}
|
|
2007
2007
|
|
|
2008
|
-
.
|
|
2008
|
+
.leankylin-toolbar-menu-line {
|
|
2009
2009
|
display: flex;
|
|
2010
2010
|
align-items: center;
|
|
2011
2011
|
justify-content: space-between;
|
|
2012
2012
|
position: relative;
|
|
2013
2013
|
}
|
|
2014
2014
|
|
|
2015
|
-
.
|
|
2015
|
+
.leankylin-toolbar-menu-divider {
|
|
2016
2016
|
width: "100%";
|
|
2017
2017
|
height: 1px;
|
|
2018
2018
|
margin: 2px 6px;
|
|
2019
2019
|
background-color: #e0e0e0;
|
|
2020
2020
|
}
|
|
2021
2021
|
|
|
2022
|
-
.
|
|
2023
|
-
.
|
|
2022
|
+
.leankylin-toolbar-button,
|
|
2023
|
+
.leankylin-toolbar-combo {
|
|
2024
2024
|
-webkit-border-radius: 4px;
|
|
2025
2025
|
-moz-border-radius: 4px;
|
|
2026
2026
|
border-radius: 4px;
|
|
@@ -2039,34 +2039,34 @@ html::-webkit-scrollbar-button {
|
|
|
2039
2039
|
margin: 2px 4px;
|
|
2040
2040
|
}
|
|
2041
2041
|
|
|
2042
|
-
.
|
|
2043
|
-
.
|
|
2042
|
+
.leankylin-toolbar-combo-button,
|
|
2043
|
+
.leankylin-toolbar-combo-arrow {
|
|
2044
2044
|
display: flex;
|
|
2045
2045
|
align-items: center;
|
|
2046
2046
|
}
|
|
2047
2047
|
|
|
2048
|
-
.
|
|
2049
|
-
.
|
|
2048
|
+
.leankylin-toolbar-button:hover,
|
|
2049
|
+
.leankylin-toolbar-combo:hover {
|
|
2050
2050
|
background-color: rgba(0, 0, 0, 0.06);
|
|
2051
2051
|
cursor: pointer;
|
|
2052
2052
|
}
|
|
2053
2053
|
|
|
2054
|
-
.
|
|
2054
|
+
.leankylin-toolbar-combo-arrow:hover {
|
|
2055
2055
|
background-color: rgba(0, 0, 0, 0.06);
|
|
2056
2056
|
cursor: pointer;
|
|
2057
2057
|
}
|
|
2058
2058
|
|
|
2059
|
-
.
|
|
2060
|
-
.
|
|
2059
|
+
.leankylin-toolbar-button:active,
|
|
2060
|
+
.leankylin-toolbar-combo:active {
|
|
2061
2061
|
background-color: rgba(0, 0, 0, 0.12);
|
|
2062
2062
|
cursor: pointer;
|
|
2063
2063
|
}
|
|
2064
2064
|
|
|
2065
|
-
.
|
|
2065
|
+
.leankylin-toobar-combo-container {
|
|
2066
2066
|
position: relative;
|
|
2067
2067
|
}
|
|
2068
2068
|
|
|
2069
|
-
.
|
|
2069
|
+
.leankylin-toolbar-combo-popup {
|
|
2070
2070
|
position: absolute;
|
|
2071
2071
|
white-space: nowrap;
|
|
2072
2072
|
top: 32px;
|
|
@@ -2074,30 +2074,30 @@ html::-webkit-scrollbar-button {
|
|
|
2074
2074
|
z-index: 1004;
|
|
2075
2075
|
}
|
|
2076
2076
|
|
|
2077
|
-
.
|
|
2077
|
+
.leankylin-toolbar-select::-webkit-scrollbar {
|
|
2078
2078
|
display: none ;
|
|
2079
2079
|
}
|
|
2080
2080
|
|
|
2081
|
-
.
|
|
2082
|
-
.
|
|
2081
|
+
.leankylin-toolbar-select,
|
|
2082
|
+
.leankylin-toolbar-color-picker {
|
|
2083
2083
|
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
|
|
2084
2084
|
padding: 10px;
|
|
2085
2085
|
border-radius: 6px;
|
|
2086
2086
|
background: white;
|
|
2087
2087
|
}
|
|
2088
2088
|
|
|
2089
|
-
.
|
|
2089
|
+
.leankylin-toolbar-select {
|
|
2090
2090
|
padding-left: 0;
|
|
2091
2091
|
padding-right: 0;
|
|
2092
2092
|
overflow: auto;
|
|
2093
2093
|
max-height: 75vh;
|
|
2094
2094
|
}
|
|
2095
2095
|
|
|
2096
|
-
.
|
|
2096
|
+
.leankylin-toolbar-combo-button {
|
|
2097
2097
|
font-size: 12px;
|
|
2098
2098
|
}
|
|
2099
2099
|
|
|
2100
|
-
.
|
|
2100
|
+
.leankylin-toolbar-select-option {
|
|
2101
2101
|
font-size: 12px;
|
|
2102
2102
|
min-width: 60px;
|
|
2103
2103
|
padding: 8px 12px;
|
|
@@ -2107,31 +2107,31 @@ html::-webkit-scrollbar-button {
|
|
|
2107
2107
|
user-select: none;
|
|
2108
2108
|
}
|
|
2109
2109
|
|
|
2110
|
-
.
|
|
2110
|
+
.leankylin-toolbar-select-option:hover {
|
|
2111
2111
|
background: #efefef;
|
|
2112
2112
|
}
|
|
2113
2113
|
|
|
2114
|
-
.
|
|
2114
|
+
.leankylin-toolbar-select::-webkit-scrollbar {
|
|
2115
2115
|
display: none;
|
|
2116
2116
|
}
|
|
2117
2117
|
|
|
2118
|
-
.
|
|
2118
|
+
.leankylin-toolbar-color-picker-row {
|
|
2119
2119
|
display: flex;
|
|
2120
2120
|
flex-direction: row;
|
|
2121
2121
|
}
|
|
2122
2122
|
|
|
2123
|
-
.
|
|
2123
|
+
.leankylin-toolbar-combo-text {
|
|
2124
2124
|
margin: 0 4px;
|
|
2125
2125
|
}
|
|
2126
2126
|
|
|
2127
|
-
.
|
|
2127
|
+
.leankylin-toolbar-color-picker-item {
|
|
2128
2128
|
width: 16px;
|
|
2129
2129
|
height: 16px;
|
|
2130
2130
|
margin: 1px;
|
|
2131
2131
|
cursor: pointer;
|
|
2132
2132
|
}
|
|
2133
2133
|
|
|
2134
|
-
.
|
|
2134
|
+
.leankylin-tooltip {
|
|
2135
2135
|
visibility: hidden;
|
|
2136
2136
|
background-color: #666;
|
|
2137
2137
|
color: #fff;
|
|
@@ -2145,12 +2145,12 @@ html::-webkit-scrollbar-button {
|
|
|
2145
2145
|
white-space: nowrap;
|
|
2146
2146
|
}
|
|
2147
2147
|
|
|
2148
|
-
.
|
|
2149
|
-
.
|
|
2148
|
+
.leankylin-toolbar-button:hover .leankylin-tooltip,
|
|
2149
|
+
.leankylin-toolbar-combo:hover .leankylin-tooltip {
|
|
2150
2150
|
visibility: visible;
|
|
2151
2151
|
}
|
|
2152
2152
|
|
|
2153
|
-
.
|
|
2153
|
+
.leankylin-toolbar-more-container {
|
|
2154
2154
|
position: absolute;
|
|
2155
2155
|
display: flex;
|
|
2156
2156
|
flex-direction: row;
|
|
@@ -2165,7 +2165,7 @@ html::-webkit-scrollbar-button {
|
|
|
2165
2165
|
z-index: 1002;
|
|
2166
2166
|
}
|
|
2167
2167
|
|
|
2168
|
-
.
|
|
2168
|
+
.leankylin-toolbar-subtext {
|
|
2169
2169
|
-webkit-transition: all 0.218s;
|
|
2170
2170
|
-moz-transition: all 0.218s;
|
|
2171
2171
|
-o-transition: all 0.218s;
|
|
@@ -2201,7 +2201,7 @@ html::-webkit-scrollbar-button {
|
|
|
2201
2201
|
border-radius: 6px;
|
|
2202
2202
|
}
|
|
2203
2203
|
|
|
2204
|
-
#
|
|
2204
|
+
#leankylin-custom-color {
|
|
2205
2205
|
min-width: 164px;
|
|
2206
2206
|
background: rgb(240, 240, 240);
|
|
2207
2207
|
border-radius: 6px;
|
|
@@ -2210,7 +2210,7 @@ html::-webkit-scrollbar-button {
|
|
|
2210
2210
|
font-size: 12px;
|
|
2211
2211
|
}
|
|
2212
2212
|
|
|
2213
|
-
#
|
|
2213
|
+
#leankylin-custom-color .color-reset {
|
|
2214
2214
|
position: relative;
|
|
2215
2215
|
color: #333;
|
|
2216
2216
|
cursor: pointer;
|
|
@@ -2227,11 +2227,11 @@ html::-webkit-scrollbar-button {
|
|
|
2227
2227
|
background: white;
|
|
2228
2228
|
}
|
|
2229
2229
|
|
|
2230
|
-
#
|
|
2230
|
+
#leankylin-custom-color .color-reset:hover {
|
|
2231
2231
|
background: rgb(230, 230, 230);
|
|
2232
2232
|
}
|
|
2233
2233
|
|
|
2234
|
-
#
|
|
2234
|
+
#leankylin-custom-color .custom-color {
|
|
2235
2235
|
position: relative;
|
|
2236
2236
|
margin: auto;
|
|
2237
2237
|
padding: 10px;
|
|
@@ -2269,16 +2269,16 @@ html::-webkit-scrollbar-button {
|
|
|
2269
2269
|
margin-right: -4px;
|
|
2270
2270
|
}
|
|
2271
2271
|
|
|
2272
|
-
.
|
|
2272
|
+
.leankylin-border-select-menu{
|
|
2273
2273
|
position: absolute;
|
|
2274
2274
|
bottom: 0px;
|
|
2275
2275
|
}
|
|
2276
2276
|
|
|
2277
|
-
.
|
|
2277
|
+
.leankylin-border-color-preview {
|
|
2278
2278
|
height: 3px;
|
|
2279
2279
|
}
|
|
2280
2280
|
|
|
2281
|
-
.
|
|
2281
|
+
.leankylin-border-select-option {
|
|
2282
2282
|
font-size: 12px;
|
|
2283
2283
|
height: 24px;
|
|
2284
2284
|
line-height: 24px;
|
|
@@ -2286,21 +2286,21 @@ html::-webkit-scrollbar-button {
|
|
|
2286
2286
|
padding: 8px 12px;
|
|
2287
2287
|
}
|
|
2288
2288
|
|
|
2289
|
-
.
|
|
2289
|
+
.leankylin-border-select-option:hover {
|
|
2290
2290
|
background: #efefef;
|
|
2291
2291
|
cursor: pointer;
|
|
2292
2292
|
}
|
|
2293
2293
|
|
|
2294
|
-
.
|
|
2294
|
+
.leankylin-border-style-preview{
|
|
2295
2295
|
height: 3px;
|
|
2296
2296
|
overflow: hidden;
|
|
2297
2297
|
}
|
|
2298
2298
|
|
|
2299
|
-
.
|
|
2299
|
+
.leankylin-border-style-picker-menu{
|
|
2300
2300
|
padding: 0px 10px;
|
|
2301
2301
|
}
|
|
2302
2302
|
|
|
2303
|
-
.
|
|
2303
|
+
.leankylin-border-style-picker-menu:hover{
|
|
2304
2304
|
background: #efefef;
|
|
2305
2305
|
cursor: pointer;
|
|
2306
2306
|
}
|
|
@@ -2371,54 +2371,54 @@ html::-webkit-scrollbar-button {
|
|
|
2371
2371
|
color: #fff;
|
|
2372
2372
|
}
|
|
2373
2373
|
|
|
2374
|
-
#
|
|
2374
|
+
#leankylin-split-column {
|
|
2375
2375
|
/* position: absolute;
|
|
2376
2376
|
padding: 30px 42px;
|
|
2377
2377
|
z-index: 1002; */
|
|
2378
2378
|
min-width: 500px;
|
|
2379
2379
|
}
|
|
2380
|
-
#
|
|
2380
|
+
#leankylin-split-column label {
|
|
2381
2381
|
-webkit-user-select: none;
|
|
2382
2382
|
-moz-user-select: none;
|
|
2383
2383
|
user-select: none
|
|
2384
2384
|
}
|
|
2385
|
-
#
|
|
2385
|
+
#leankylin-split-column .title {
|
|
2386
2386
|
font-size: 16px;
|
|
2387
2387
|
}
|
|
2388
|
-
#
|
|
2388
|
+
#leankylin-split-column .splitDelimiters {
|
|
2389
2389
|
margin-top: 10px;
|
|
2390
2390
|
}
|
|
2391
|
-
#
|
|
2391
|
+
#leankylin-split-column .splitSymbols {
|
|
2392
2392
|
position: relative;
|
|
2393
2393
|
border: 1px solid #dfdfdf;
|
|
2394
2394
|
padding: 5px;
|
|
2395
2395
|
margin: 5px 0px;
|
|
2396
2396
|
}
|
|
2397
|
-
#
|
|
2397
|
+
#leankylin-split-column .splitSymbol {
|
|
2398
2398
|
font-size: 14px;
|
|
2399
2399
|
}
|
|
2400
|
-
#
|
|
2400
|
+
#leankylin-split-column .splitSimple {
|
|
2401
2401
|
position: absolute;
|
|
2402
2402
|
top: 114px;
|
|
2403
2403
|
left: 0px;
|
|
2404
2404
|
}
|
|
2405
|
-
#
|
|
2405
|
+
#leankylin-split-column #otherValue {
|
|
2406
2406
|
margin-left: 5px;
|
|
2407
2407
|
width: 50px;
|
|
2408
2408
|
padding: 0 5px;
|
|
2409
2409
|
}
|
|
2410
|
-
#
|
|
2410
|
+
#leankylin-split-column .splitDataPreview {
|
|
2411
2411
|
font-size: 14px;
|
|
2412
2412
|
margin-top: 26px;
|
|
2413
2413
|
}
|
|
2414
|
-
#
|
|
2414
|
+
#leankylin-split-column .splitColumnData {
|
|
2415
2415
|
border: 1px solid #dfdfdf;
|
|
2416
2416
|
padding: 5px;
|
|
2417
2417
|
margin: 5px 0px;
|
|
2418
2418
|
height: 100px;
|
|
2419
2419
|
overflow-y: scroll;
|
|
2420
2420
|
}
|
|
2421
|
-
#
|
|
2421
|
+
#leankylin-split-column .button-basic {
|
|
2422
2422
|
display: inline-block;
|
|
2423
2423
|
margin-bottom: 0;
|
|
2424
2424
|
font-weight: 400;
|
|
@@ -2435,26 +2435,26 @@ html::-webkit-scrollbar-button {
|
|
|
2435
2435
|
-moz-user-select: none;
|
|
2436
2436
|
user-select: none;
|
|
2437
2437
|
}
|
|
2438
|
-
#
|
|
2438
|
+
#leankylin-split-column .button-primary {
|
|
2439
2439
|
background: #0188fb;
|
|
2440
2440
|
border: 1px solid #0188fb;
|
|
2441
2441
|
color: #fff;
|
|
2442
2442
|
margin-right: 10px;
|
|
2443
2443
|
}
|
|
2444
|
-
#
|
|
2444
|
+
#leankylin-split-column .button-close {
|
|
2445
2445
|
color: #333;
|
|
2446
2446
|
background-color: #fff;
|
|
2447
2447
|
border: 1px solid #ccc;
|
|
2448
2448
|
}
|
|
2449
|
-
#
|
|
2449
|
+
#leankylin-split-column table {
|
|
2450
2450
|
border-collapse: collapse;
|
|
2451
2451
|
}
|
|
2452
|
-
#
|
|
2452
|
+
#leankylin-split-column tr {
|
|
2453
2453
|
display: table-row;
|
|
2454
2454
|
vertical-align: inherit;
|
|
2455
2455
|
border-color: inherit;
|
|
2456
2456
|
}
|
|
2457
|
-
#
|
|
2457
|
+
#leankylin-split-column td {
|
|
2458
2458
|
border: 1px solid #333;
|
|
2459
2459
|
display: table-cell;
|
|
2460
2460
|
vertical-align: inherit;
|
|
@@ -2462,10 +2462,10 @@ html::-webkit-scrollbar-button {
|
|
|
2462
2462
|
label {
|
|
2463
2463
|
cursor: default;
|
|
2464
2464
|
}
|
|
2465
|
-
#
|
|
2465
|
+
#leankylin-location-condition {
|
|
2466
2466
|
min-width: 500px;
|
|
2467
2467
|
}
|
|
2468
|
-
#
|
|
2468
|
+
#leankylin-location-condition .title {
|
|
2469
2469
|
background-color: #fff;
|
|
2470
2470
|
color: #000;
|
|
2471
2471
|
cursor: default;
|
|
@@ -2473,40 +2473,40 @@ label {
|
|
|
2473
2473
|
font-weight: normal;
|
|
2474
2474
|
line-height: 48px;
|
|
2475
2475
|
}
|
|
2476
|
-
#
|
|
2476
|
+
#leankylin-location-condition .listbox {
|
|
2477
2477
|
border: 1px solid #dfdfdf;
|
|
2478
2478
|
padding: 10px;
|
|
2479
2479
|
font-size: 14px;
|
|
2480
2480
|
color: #000;
|
|
2481
2481
|
}
|
|
2482
|
-
#
|
|
2482
|
+
#leankylin-location-condition .listbox .listItem {
|
|
2483
2483
|
padding: 5px 0;
|
|
2484
2484
|
}
|
|
2485
|
-
#
|
|
2485
|
+
#leankylin-location-condition .listbox .listItem input[type="radio"] {
|
|
2486
2486
|
float: left;
|
|
2487
2487
|
margin-top: 5px;
|
|
2488
2488
|
}
|
|
2489
|
-
#
|
|
2489
|
+
#leankylin-location-condition .listItem {
|
|
2490
2490
|
padding: 5px 0;
|
|
2491
2491
|
}
|
|
2492
|
-
#
|
|
2492
|
+
#leankylin-location-condition .listItem .subItem {
|
|
2493
2493
|
height: 30px;
|
|
2494
2494
|
padding: 0 10px;
|
|
2495
2495
|
display: block;
|
|
2496
2496
|
}
|
|
2497
|
-
#
|
|
2497
|
+
#leankylin-location-condition input[type="radio"] {
|
|
2498
2498
|
float: left;
|
|
2499
2499
|
margin-top: 3px;
|
|
2500
2500
|
}
|
|
2501
|
-
#
|
|
2501
|
+
#leankylin-location-condition .listbox .listItem .subbox {
|
|
2502
2502
|
height: 30px;
|
|
2503
2503
|
padding: 0 10px;
|
|
2504
2504
|
}
|
|
2505
|
-
#
|
|
2505
|
+
#leankylin-location-condition .listbox .listItem .subbox .subItem {
|
|
2506
2506
|
float: left;
|
|
2507
2507
|
margin-right: 5px;
|
|
2508
2508
|
}
|
|
2509
|
-
#
|
|
2509
|
+
#leankylin-location-condition .button-basic {
|
|
2510
2510
|
display: inline-block;
|
|
2511
2511
|
margin-bottom: 0;
|
|
2512
2512
|
font-weight: 400;
|
|
@@ -2524,13 +2524,13 @@ label {
|
|
|
2524
2524
|
user-select: none;
|
|
2525
2525
|
margin-top: 10px;
|
|
2526
2526
|
}
|
|
2527
|
-
#
|
|
2527
|
+
#leankylin-location-condition .button-primary {
|
|
2528
2528
|
background: #0188fb;
|
|
2529
2529
|
border: 1px solid #0188fb;
|
|
2530
2530
|
color: #fff;
|
|
2531
2531
|
margin-right: 10px;
|
|
2532
2532
|
}
|
|
2533
|
-
#
|
|
2533
|
+
#leankylin-location-condition .button-close {
|
|
2534
2534
|
color: #333;
|
|
2535
2535
|
background-color: #fff;
|
|
2536
2536
|
border: 1px solid #ccc;
|
|
@@ -2558,20 +2558,20 @@ label {
|
|
|
2558
2558
|
|
|
2559
2559
|
|
|
2560
2560
|
|
|
2561
|
-
.
|
|
2561
|
+
.leankylin-fx-editor {
|
|
2562
2562
|
display: flex;
|
|
2563
2563
|
flex-direction: row;
|
|
2564
2564
|
height: 28px;
|
|
2565
2565
|
border-bottom: 1px solid #d4d4d4;
|
|
2566
2566
|
}
|
|
2567
2567
|
|
|
2568
|
-
.
|
|
2568
|
+
.leankylin-fx-icon {
|
|
2569
2569
|
display: flex;
|
|
2570
2570
|
align-items: center;
|
|
2571
2571
|
margin: 0 12px;
|
|
2572
2572
|
}
|
|
2573
2573
|
|
|
2574
|
-
.
|
|
2574
|
+
.leankylin-name-box-container {
|
|
2575
2575
|
width: 99px;
|
|
2576
2576
|
border-right: 1px solid #d4d4d4;
|
|
2577
2577
|
font-size: 14px;
|
|
@@ -2579,7 +2579,7 @@ label {
|
|
|
2579
2579
|
align-items: center;
|
|
2580
2580
|
}
|
|
2581
2581
|
|
|
2582
|
-
.
|
|
2582
|
+
.leankylin-name-box {
|
|
2583
2583
|
width: 100%;
|
|
2584
2584
|
text-align: center;
|
|
2585
2585
|
margin: 0;
|
|
@@ -2595,7 +2595,7 @@ label {
|
|
|
2595
2595
|
-webkit-line-break: after-white-space;
|
|
2596
2596
|
}
|
|
2597
2597
|
|
|
2598
|
-
.
|
|
2598
|
+
.leankylin-fx-input-container {
|
|
2599
2599
|
padding-left: 10px;
|
|
2600
2600
|
overflow: visible;
|
|
2601
2601
|
padding: 0;
|
|
@@ -2606,7 +2606,7 @@ label {
|
|
|
2606
2606
|
border-left: 1px solid #e5e5e5;
|
|
2607
2607
|
}
|
|
2608
2608
|
|
|
2609
|
-
.
|
|
2609
|
+
.leankylin-fx-input {
|
|
2610
2610
|
flex: 1;
|
|
2611
2611
|
height: 100%;
|
|
2612
2612
|
overflow-y: scroll;
|
|
@@ -2627,7 +2627,7 @@ label {
|
|
|
2627
2627
|
color:black;
|
|
2628
2628
|
text-align: left;
|
|
2629
2629
|
}
|
|
2630
|
-
.
|
|
2630
|
+
.leankylin-fx-input[contenteditable="true"] {
|
|
2631
2631
|
-webkit-user-modify: read-write-plaintext-only;
|
|
2632
2632
|
}
|
|
2633
2633
|
.luckysheet-sheet-area {
|
|
@@ -2904,7 +2904,7 @@ label {
|
|
|
2904
2904
|
.leankylin-sheet-area-right {
|
|
2905
2905
|
display: flex !important;
|
|
2906
2906
|
}
|
|
2907
|
-
.
|
|
2907
|
+
.leankylin-zoom-container {
|
|
2908
2908
|
white-space: nowrap;
|
|
2909
2909
|
overflow: visible;
|
|
2910
2910
|
display: flex;
|
|
@@ -2914,7 +2914,7 @@ label {
|
|
|
2914
2914
|
user-select: none;
|
|
2915
2915
|
}
|
|
2916
2916
|
|
|
2917
|
-
.
|
|
2917
|
+
.leankylin-zoom-button {
|
|
2918
2918
|
display: flex;
|
|
2919
2919
|
cursor: pointer;
|
|
2920
2920
|
align-items: center;
|
|
@@ -2923,11 +2923,11 @@ label {
|
|
|
2923
2923
|
height: 24px;
|
|
2924
2924
|
}
|
|
2925
2925
|
|
|
2926
|
-
.
|
|
2926
|
+
.leankylin-zoom-button:hover {
|
|
2927
2927
|
background: #efefef;
|
|
2928
2928
|
}
|
|
2929
2929
|
|
|
2930
|
-
.
|
|
2930
|
+
.leankylin-zoom-ratio {
|
|
2931
2931
|
position: relative;
|
|
2932
2932
|
display: flex;
|
|
2933
2933
|
justify-content: center;
|
|
@@ -2937,15 +2937,15 @@ label {
|
|
|
2937
2937
|
cursor: pointer;
|
|
2938
2938
|
}
|
|
2939
2939
|
|
|
2940
|
-
.
|
|
2940
|
+
.leankylin-zoom-ratio-current {
|
|
2941
2941
|
width: 100%;
|
|
2942
2942
|
}
|
|
2943
2943
|
|
|
2944
|
-
.
|
|
2944
|
+
.leankylin-zoom-ratio-item:hover {
|
|
2945
2945
|
background: #efefef;
|
|
2946
2946
|
}
|
|
2947
2947
|
|
|
2948
|
-
.
|
|
2948
|
+
.leankylin-zoom-ratio-menu {
|
|
2949
2949
|
position: absolute;
|
|
2950
2950
|
bottom: 30px;
|
|
2951
2951
|
left: 0;
|
|
@@ -2957,11 +2957,11 @@ label {
|
|
|
2957
2957
|
z-index: 1004;
|
|
2958
2958
|
}
|
|
2959
2959
|
|
|
2960
|
-
.
|
|
2960
|
+
.leankylin-zoom-ratio-text {
|
|
2961
2961
|
padding: 0px 10px 0px 10px;
|
|
2962
2962
|
}
|
|
2963
2963
|
|
|
2964
|
-
.
|
|
2964
|
+
.leankylin-context-menu {
|
|
2965
2965
|
max-height: 100%;
|
|
2966
2966
|
overflow-y: auto;
|
|
2967
2967
|
border-radius: 4px;
|
|
@@ -2983,14 +2983,14 @@ label {
|
|
|
2983
2983
|
user-select: none;
|
|
2984
2984
|
}
|
|
2985
2985
|
|
|
2986
|
-
.
|
|
2986
|
+
.leankylin-context-menu input.luckysheet-mousedown-cancel {
|
|
2987
2987
|
width: 35px;
|
|
2988
2988
|
text-align: center;
|
|
2989
2989
|
margin-left: 5px;
|
|
2990
2990
|
margin-right: 5px;
|
|
2991
2991
|
}
|
|
2992
2992
|
|
|
2993
|
-
.
|
|
2993
|
+
.leankylin-context-menu-divider {
|
|
2994
2994
|
width: "100%";
|
|
2995
2995
|
height: 1px;
|
|
2996
2996
|
margin: 4px 0;
|
|
@@ -3032,22 +3032,22 @@ label {
|
|
|
3032
3032
|
user-select: none;
|
|
3033
3033
|
}
|
|
3034
3034
|
|
|
3035
|
-
.
|
|
3035
|
+
.leankylin-filter-menu .luckysheet-cols-menuitem {
|
|
3036
3036
|
padding: 0px;
|
|
3037
3037
|
}
|
|
3038
3038
|
|
|
3039
|
-
.
|
|
3039
|
+
.leankylin-filter-menu .luckysheet-cols-menuitem .luckysheet-cols-menuitem-content {
|
|
3040
3040
|
padding: 7px 24px;
|
|
3041
3041
|
}
|
|
3042
3042
|
|
|
3043
|
-
.
|
|
3043
|
+
.leankylin-menuitem-row {
|
|
3044
3044
|
display: flex;
|
|
3045
3045
|
padding: 7px 24px;
|
|
3046
3046
|
white-space: pre;
|
|
3047
3047
|
align-items: center;
|
|
3048
3048
|
}
|
|
3049
3049
|
|
|
3050
|
-
.
|
|
3050
|
+
.leankylin-byvalue-btn {
|
|
3051
3051
|
cursor: pointer;
|
|
3052
3052
|
color: blue;
|
|
3053
3053
|
text-decoration: underline;
|
|
@@ -3055,7 +3055,7 @@ label {
|
|
|
3055
3055
|
|
|
3056
3056
|
|
|
3057
3057
|
.luckysheet-filter-bycolor-submenu .button-basic,
|
|
3058
|
-
.
|
|
3058
|
+
.leankylin-filter-menu .button-basic {
|
|
3059
3059
|
display: flex;
|
|
3060
3060
|
flex-flow: row nowrap;
|
|
3061
3061
|
justify-content: center;
|
|
@@ -3071,7 +3071,7 @@ label {
|
|
|
3071
3071
|
}
|
|
3072
3072
|
|
|
3073
3073
|
.luckysheet-filter-bycolor-submenu .button-default,
|
|
3074
|
-
.
|
|
3074
|
+
.leankylin-filter-menu .button-default {
|
|
3075
3075
|
color: rgb(38, 42, 51);
|
|
3076
3076
|
background-color: rgb(255, 255, 255);
|
|
3077
3077
|
border: 1px solid rgb(235, 235, 235);
|
|
@@ -3079,28 +3079,28 @@ label {
|
|
|
3079
3079
|
}
|
|
3080
3080
|
|
|
3081
3081
|
.luckysheet-filter-bycolor-submenu .button-default:hover,
|
|
3082
|
-
.
|
|
3082
|
+
.leankylin-filter-menu .button-default:hover {
|
|
3083
3083
|
background-color: #e6e6e6;
|
|
3084
3084
|
}
|
|
3085
3085
|
|
|
3086
3086
|
.luckysheet-filter-bycolor-submenu .button-primary,
|
|
3087
|
-
.
|
|
3087
|
+
.leankylin-filter-menu .button-primary {
|
|
3088
3088
|
color: white;
|
|
3089
3089
|
background-color: #0188FB;
|
|
3090
3090
|
}
|
|
3091
3091
|
|
|
3092
3092
|
.luckysheet-filter-bycolor-submenu .button-primary:hover,
|
|
3093
|
-
.
|
|
3093
|
+
.leankylin-filter-menu .button-primary:hover {
|
|
3094
3094
|
background: #5391ff;
|
|
3095
3095
|
}
|
|
3096
3096
|
|
|
3097
|
-
.
|
|
3097
|
+
.leankylin-filter-menu .button-danger {
|
|
3098
3098
|
color: white;
|
|
3099
3099
|
background-color: #d9534f;
|
|
3100
3100
|
margin-left: 10px;
|
|
3101
3101
|
}
|
|
3102
3102
|
|
|
3103
|
-
.
|
|
3103
|
+
.leankylin-filter-menu .button-danger:hover {
|
|
3104
3104
|
background-color: #c9302c;
|
|
3105
3105
|
}
|
|
3106
3106
|
|
|
@@ -3246,7 +3246,7 @@ label {
|
|
|
3246
3246
|
top: 3px;
|
|
3247
3247
|
right: -18px;
|
|
3248
3248
|
}
|
|
3249
|
-
.
|
|
3249
|
+
.leankylin-sort-title {
|
|
3250
3250
|
background-color: #fff;
|
|
3251
3251
|
color: #000;
|
|
3252
3252
|
cursor: default;
|
|
@@ -3256,21 +3256,21 @@ label {
|
|
|
3256
3256
|
margin: 0 0 16px;
|
|
3257
3257
|
}
|
|
3258
3258
|
|
|
3259
|
-
.
|
|
3259
|
+
.leankylin-sort-modal > div {
|
|
3260
3260
|
margin-bottom: 10px;
|
|
3261
3261
|
}
|
|
3262
3262
|
|
|
3263
|
-
.
|
|
3263
|
+
.leankylin-sort-tablec td {
|
|
3264
3264
|
padding: 5px;
|
|
3265
3265
|
white-space: nowrap;
|
|
3266
3266
|
}
|
|
3267
3267
|
|
|
3268
|
-
.
|
|
3268
|
+
.leankylin-sort-button {
|
|
3269
3269
|
margin-top: 10px;
|
|
3270
3270
|
margin-bottom: 25px;
|
|
3271
3271
|
}
|
|
3272
3272
|
|
|
3273
|
-
#
|
|
3273
|
+
#leankylin-change-color {
|
|
3274
3274
|
min-width: 164px;
|
|
3275
3275
|
height: 252px;
|
|
3276
3276
|
background: rgb(240, 240, 240);
|
|
@@ -3282,7 +3282,7 @@ label {
|
|
|
3282
3282
|
border: 1px solid rgba(0, 0, 0, .2);
|
|
3283
3283
|
}
|
|
3284
3284
|
|
|
3285
|
-
#
|
|
3285
|
+
#leankylin-change-color .color-reset {
|
|
3286
3286
|
position: relative;
|
|
3287
3287
|
color: #333;
|
|
3288
3288
|
cursor: pointer;
|
|
@@ -3299,11 +3299,11 @@ label {
|
|
|
3299
3299
|
background: white;
|
|
3300
3300
|
}
|
|
3301
3301
|
|
|
3302
|
-
#
|
|
3302
|
+
#leankylin-change-color .color-reset:hover {
|
|
3303
3303
|
background: rgb(230, 230, 230);
|
|
3304
3304
|
}
|
|
3305
3305
|
|
|
3306
|
-
#
|
|
3306
|
+
#leankylin-change-color .custom-color {
|
|
3307
3307
|
position: relative;
|
|
3308
3308
|
margin: auto;
|
|
3309
3309
|
padding: 10px;
|