raise-common-lib 0.0.142 → 0.0.144

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.
@@ -11,7 +11,7 @@
11
11
  height: var(--rs-input-line-height);
12
12
  font-family: var(--rs-font-family);
13
13
  background-color: #fff;
14
- >.e-input-group {
14
+ > .e-input-group {
15
15
  height: 100%;
16
16
  min-height: 100%;
17
17
  border-radius: var(--rs-input-border-radius);
@@ -185,6 +185,15 @@
185
185
  }
186
186
  }
187
187
  }
188
+ .e-selectall-parent {
189
+ text-indent: 17px;
190
+ .e-all-text {
191
+ font-family: Arial;
192
+ font-size: var(--rs-input-font-size);
193
+ min-height: var(--rs-input-line-height);
194
+ line-height: var(--rs-input-line-height);
195
+ }
196
+ }
188
197
 
189
198
  .e-dropdownbase {
190
199
  min-height: 28px;
@@ -253,6 +262,26 @@
253
262
  color: #929dab !important;
254
263
  font-size: var(--rs-input-font-size) !important;
255
264
  }
265
+
266
+ &.e-multi-select-list-wrapper {
267
+ .e-dropdownbase {
268
+ .e-list-item {
269
+ padding-left: 34px;
270
+ .e-checkbox-wrapper {
271
+ position: absolute;
272
+ top: 6px;
273
+ left: 12px;
274
+ }
275
+ }
276
+ }
277
+ &.e-multiselect-group {
278
+ .e-dropdownbase {
279
+ .e-list-item {
280
+ padding-left: 46px;
281
+ }
282
+ }
283
+ }
284
+ }
256
285
  }
257
286
 
258
287
  // dropdowntree 独有
@@ -357,7 +386,7 @@
357
386
  background-size: cover;
358
387
  background-position: center;
359
388
  }
360
- &:hover{
389
+ &:hover {
361
390
  &::before {
362
391
  background-image: url("/assets/img/calendar.svg");
363
392
  }
@@ -559,6 +588,6 @@
559
588
  }
560
589
  }
561
590
 
562
- .e-input-group.e-input-fucos{
591
+ .e-input-group.e-input-fucos {
563
592
  box-shadow: none !important;
564
593
  }