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.
- package/bundles/raise-common-lib.umd.js +5 -3
- package/bundles/raise-common-lib.umd.js.map +1 -1
- package/bundles/raise-common-lib.umd.min.js +1 -1
- package/bundles/raise-common-lib.umd.min.js.map +1 -1
- package/esm2015/lib/form/drawer-form/drawer-form.component.js +4 -2
- package/esm2015/lib/layout/multi-tab/index.component.js +3 -3
- package/esm5/lib/form/drawer-form/drawer-form.component.js +4 -2
- package/esm5/lib/layout/multi-tab/index.component.js +3 -3
- package/fesm2015/raise-common-lib.js +5 -3
- package/fesm2015/raise-common-lib.js.map +1 -1
- package/fesm5/raise-common-lib.js +5 -3
- package/fesm5/raise-common-lib.js.map +1 -1
- package/package.json +1 -1
- package/raise-common-lib.metadata.json +1 -1
- package/src/assets/style/reset/dropdown.scss +32 -3
|
@@ -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
|
-
|
|
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
|
}
|