@aplus-frontend/ui 0.4.10 → 0.4.12
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/es/index.mjs +42 -36
- package/es/src/ap-field/date/index.vue.mjs +98 -65
- package/es/src/ap-field/date-range/index.vue.mjs +107 -71
- package/es/src/ap-field/hooks/use-date-timezone.d.ts +7 -0
- package/es/src/ap-field/hooks/use-date-timezone.mjs +10 -0
- package/es/src/ap-field/hooks/use-default-presets.d.ts +10 -6
- package/es/src/ap-field/hooks/use-default-presets.mjs +24 -13
- package/es/src/ap-field/interface.d.ts +8 -2
- package/es/src/business/ap-ladder/ApLadder.vue.d.ts +8 -2
- package/es/src/business/ap-ladder/ApLadder.vue2.mjs +95 -90
- package/es/src/business/ap-ladder/index.d.ts +4 -1
- package/es/src/business/ap-ladder/useWatchEllipsis.d.ts +3 -0
- package/es/src/business/ap-ladder/useWatchEllipsis.mjs +35 -0
- package/es/src/config-provider/hooks/use-locale.mjs +7 -7
- package/es/src/full-screen/index.d.ts +3 -0
- package/es/src/full-screen/index.mjs +2 -0
- package/es/src/full-screen/index.vue.d.ts +43 -0
- package/es/src/full-screen/index.vue.mjs +85 -0
- package/es/src/full-screen/index.vue2.mjs +4 -0
- package/es/src/full-screen/interface.d.ts +50 -0
- package/es/src/full-screen/interface.mjs +1 -0
- package/es/src/full-screen/style/css.d.ts +0 -0
- package/es/src/full-screen/style/css.js +1 -0
- package/es/src/full-screen/style/index.d.ts +0 -0
- package/es/src/full-screen/style/index.js +1 -0
- package/es/src/hooks/index.d.ts +1 -0
- package/es/src/hooks/index.mjs +6 -4
- package/es/src/hooks/useFullScreen.d.ts +8 -0
- package/es/src/hooks/useFullScreen.mjs +51 -0
- package/es/src/index.d.ts +2 -0
- package/es/src/index.mjs +243 -237
- package/es/src/path-map.mjs +3 -1
- package/es/src/portal/index.d.ts +3 -0
- package/es/src/portal/index.mjs +2 -0
- package/es/src/portal/index.vue.d.ts +18 -0
- package/es/src/portal/index.vue.mjs +21 -0
- package/es/src/portal/index.vue2.mjs +4 -0
- package/es/src/portal/interface.d.ts +2 -0
- package/es/src/portal/interface.mjs +1 -0
- package/es/src/portal/style/css.d.ts +1 -0
- package/es/src/portal/style/css.js +1 -0
- package/es/src/portal/style/index.d.ts +1 -0
- package/es/src/portal/style/index.js +1 -0
- package/es/src/utils/data-range-persets.d.ts +23 -40
- package/es/src/utils/data-range-persets.mjs +95 -102
- package/lib/index.js +1 -1
- package/lib/src/ap-field/date/index.vue.js +1 -1
- package/lib/src/ap-field/date-range/index.vue.js +1 -1
- package/lib/src/ap-field/hooks/use-date-timezone.d.ts +7 -0
- package/lib/src/ap-field/hooks/use-date-timezone.js +1 -0
- package/lib/src/ap-field/hooks/use-default-presets.d.ts +10 -6
- package/lib/src/ap-field/hooks/use-default-presets.js +1 -1
- package/lib/src/ap-field/interface.d.ts +8 -2
- package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +8 -2
- package/lib/src/business/ap-ladder/ApLadder.vue2.js +1 -1
- package/lib/src/business/ap-ladder/index.d.ts +4 -1
- package/lib/src/business/ap-ladder/useWatchEllipsis.d.ts +3 -0
- package/lib/src/business/ap-ladder/useWatchEllipsis.js +1 -0
- package/lib/src/config-provider/hooks/use-locale.js +1 -1
- package/lib/src/full-screen/index.d.ts +3 -0
- package/lib/src/full-screen/index.js +1 -0
- package/lib/src/full-screen/index.vue.d.ts +43 -0
- package/lib/src/full-screen/index.vue.js +1 -0
- package/lib/src/full-screen/index.vue2.js +1 -0
- package/lib/src/full-screen/interface.d.ts +50 -0
- package/lib/src/full-screen/interface.js +1 -0
- package/lib/src/full-screen/style/css.cjs +1 -0
- package/lib/src/full-screen/style/css.d.ts +0 -0
- package/lib/src/full-screen/style/index.cjs +1 -0
- package/lib/src/full-screen/style/index.d.ts +0 -0
- package/lib/src/hooks/index.d.ts +1 -0
- package/lib/src/hooks/index.js +1 -1
- package/lib/src/hooks/useFullScreen.d.ts +8 -0
- package/lib/src/hooks/useFullScreen.js +1 -0
- package/lib/src/index.d.ts +2 -0
- package/lib/src/index.js +1 -1
- package/lib/src/path-map.js +1 -1
- package/lib/src/portal/index.d.ts +3 -0
- package/lib/src/portal/index.js +1 -0
- package/lib/src/portal/index.vue.d.ts +18 -0
- package/lib/src/portal/index.vue.js +1 -0
- package/lib/src/portal/index.vue2.js +1 -0
- package/lib/src/portal/interface.d.ts +2 -0
- package/lib/src/portal/interface.js +1 -0
- package/lib/src/portal/style/css.cjs +1 -0
- package/lib/src/portal/style/css.d.ts +1 -0
- package/lib/src/portal/style/index.cjs +1 -0
- package/lib/src/portal/style/index.d.ts +1 -0
- package/lib/src/utils/data-range-persets.d.ts +23 -40
- package/lib/src/utils/data-range-persets.js +1 -1
- package/package.json +3 -3
- package/theme/ap-form/ap-form-item.css +5 -1
- package/theme/ap-form/ap-form-item.less +8 -1
- package/theme/ap-form/index.css +22 -1
- package/theme/ap-form/item-text-group.css +14 -0
- package/theme/ap-form/item-text-group.less +11 -1
- package/theme/ap-form/item-text.css +14 -0
- package/theme/ap-form/search-form.css +8 -1
- package/theme/ap-form/search-form.less +5 -0
- package/theme/ap-table/ap-table.css +22 -1
- package/theme/ap-table-modal/index.css +22 -1
- package/theme/editable-table/index.css +22 -1
- package/theme/full-screen/index.css +6 -0
- package/theme/full-screen/index.less +12 -0
- package/theme/index.css +28 -1
- package/theme/index.less +1 -0
|
@@ -31,18 +31,28 @@
|
|
|
31
31
|
border-start-end-radius: 0;
|
|
32
32
|
border-end-end-radius: 0;
|
|
33
33
|
}
|
|
34
|
+
.ant-form-item-control-input-content > .ant-input-group > :last-child, .ant-select-selector {
|
|
35
|
+
border-start-end-radius: 0;
|
|
36
|
+
border-end-end-radius: 0;
|
|
37
|
+
}
|
|
34
38
|
}
|
|
35
39
|
.ant-form-item:last-child {
|
|
36
40
|
.ant-form-item-control-input-content > :first-child, .ant-select-selector {
|
|
37
41
|
border-start-start-radius: 0;
|
|
38
42
|
border-end-start-radius: 0;
|
|
39
43
|
}
|
|
40
|
-
|
|
44
|
+
.ant-form-item-control-input-content > .ant-input-group > :first-child, .ant-select-selector {
|
|
45
|
+
border-start-start-radius: 0;
|
|
46
|
+
border-end-start-radius: 0;
|
|
47
|
+
}
|
|
41
48
|
}
|
|
42
49
|
.ant-form-item:not(:first-child):not(:last-child) {
|
|
43
50
|
.ant-form-item-control-input-content > :first-child, .ant-select-selector {
|
|
44
51
|
border-radius: 0;
|
|
45
52
|
}
|
|
53
|
+
.ant-form-item-control-input-content > .ant-input-group > *, .ant-select-selector {
|
|
54
|
+
border-radius: 0;
|
|
55
|
+
}
|
|
46
56
|
}
|
|
47
57
|
.ant-input-group-addon:first-child {
|
|
48
58
|
border-radius: 0;
|
|
@@ -21,15 +21,29 @@
|
|
|
21
21
|
border-start-end-radius: 0;
|
|
22
22
|
border-end-end-radius: 0;
|
|
23
23
|
}
|
|
24
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-form-item-control-input-content > .ant-input-group > :last-child,
|
|
25
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-select-selector {
|
|
26
|
+
border-start-end-radius: 0;
|
|
27
|
+
border-end-end-radius: 0;
|
|
28
|
+
}
|
|
24
29
|
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-form-item-control-input-content > :first-child,
|
|
25
30
|
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-select-selector {
|
|
26
31
|
border-start-start-radius: 0;
|
|
27
32
|
border-end-start-radius: 0;
|
|
28
33
|
}
|
|
34
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-form-item-control-input-content > .ant-input-group > :first-child,
|
|
35
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-select-selector {
|
|
36
|
+
border-start-start-radius: 0;
|
|
37
|
+
border-end-start-radius: 0;
|
|
38
|
+
}
|
|
29
39
|
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-form-item-control-input-content > :first-child,
|
|
30
40
|
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-select-selector {
|
|
31
41
|
border-radius: 0;
|
|
32
42
|
}
|
|
43
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-form-item-control-input-content > .ant-input-group > *,
|
|
44
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-select-selector {
|
|
45
|
+
border-radius: 0;
|
|
46
|
+
}
|
|
33
47
|
.aplus-ap-form-item-text-group-compact .ant-input-group-addon:first-child {
|
|
34
48
|
border-radius: 0;
|
|
35
49
|
}
|
|
@@ -16,6 +16,10 @@
|
|
|
16
16
|
.aplus-ap-form-item--bordered .ant-picker {
|
|
17
17
|
padding: 0;
|
|
18
18
|
}
|
|
19
|
+
.aplus-ap-form-item--bordered .ant-input-group .ant-select + .ant-picker {
|
|
20
|
+
padding-inline: 11px;
|
|
21
|
+
flex: 1;
|
|
22
|
+
}
|
|
19
23
|
.aplus-ap-form-item--bordered .ant-space-compact-block .ant-input {
|
|
20
24
|
padding-left: 11px;
|
|
21
25
|
}
|
|
@@ -26,7 +30,7 @@
|
|
|
26
30
|
.aplus-ap-form-item--bordered .ant-select-single .ant-select-selector {
|
|
27
31
|
height: 30px !important;
|
|
28
32
|
}
|
|
29
|
-
.aplus-ap-form-item--bordered:has(.ant-select
|
|
33
|
+
.aplus-ap-form-item--bordered:has(.ant-select) {
|
|
30
34
|
padding-right: 0px;
|
|
31
35
|
}
|
|
32
36
|
.aplus-ap-form-item--bordered .ant-form-item-label > label {
|
|
@@ -70,6 +74,9 @@
|
|
|
70
74
|
.aplus-ap-form-search-form .ant-form-item-control .ant-picker {
|
|
71
75
|
display: flex;
|
|
72
76
|
}
|
|
77
|
+
.aplus-ap-form-search-form .ant-form-item-control .ant-input-group .ant-picker {
|
|
78
|
+
flex: 1;
|
|
79
|
+
}
|
|
73
80
|
.aplus-ap-form-search-form .ant-form-item-control .ant-input-number {
|
|
74
81
|
width: 100%;
|
|
75
82
|
}
|
|
@@ -211,6 +211,10 @@
|
|
|
211
211
|
.aplus-ap-form-item--bordered .ant-picker {
|
|
212
212
|
padding: 0;
|
|
213
213
|
}
|
|
214
|
+
.aplus-ap-form-item--bordered .ant-input-group .ant-select + .ant-picker {
|
|
215
|
+
padding-inline: 11px;
|
|
216
|
+
flex: 1;
|
|
217
|
+
}
|
|
214
218
|
.aplus-ap-form-item--bordered .ant-space-compact-block .ant-input {
|
|
215
219
|
padding-left: 11px;
|
|
216
220
|
}
|
|
@@ -221,7 +225,7 @@
|
|
|
221
225
|
.aplus-ap-form-item--bordered .ant-select-single .ant-select-selector {
|
|
222
226
|
height: 30px !important;
|
|
223
227
|
}
|
|
224
|
-
.aplus-ap-form-item--bordered:has(.ant-select
|
|
228
|
+
.aplus-ap-form-item--bordered:has(.ant-select) {
|
|
225
229
|
padding-right: 0px;
|
|
226
230
|
}
|
|
227
231
|
.aplus-ap-form-item--bordered .ant-form-item-label > label {
|
|
@@ -301,6 +305,9 @@
|
|
|
301
305
|
.aplus-ap-form-search-form .ant-form-item-control .ant-picker {
|
|
302
306
|
display: flex;
|
|
303
307
|
}
|
|
308
|
+
.aplus-ap-form-search-form .ant-form-item-control .ant-input-group .ant-picker {
|
|
309
|
+
flex: 1;
|
|
310
|
+
}
|
|
304
311
|
.aplus-ap-form-search-form .ant-form-item-control .ant-input-number {
|
|
305
312
|
width: 100%;
|
|
306
313
|
}
|
|
@@ -327,15 +334,29 @@
|
|
|
327
334
|
border-start-end-radius: 0;
|
|
328
335
|
border-end-end-radius: 0;
|
|
329
336
|
}
|
|
337
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-form-item-control-input-content > .ant-input-group > :last-child,
|
|
338
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-select-selector {
|
|
339
|
+
border-start-end-radius: 0;
|
|
340
|
+
border-end-end-radius: 0;
|
|
341
|
+
}
|
|
330
342
|
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-form-item-control-input-content > :first-child,
|
|
331
343
|
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-select-selector {
|
|
332
344
|
border-start-start-radius: 0;
|
|
333
345
|
border-end-start-radius: 0;
|
|
334
346
|
}
|
|
347
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-form-item-control-input-content > .ant-input-group > :first-child,
|
|
348
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-select-selector {
|
|
349
|
+
border-start-start-radius: 0;
|
|
350
|
+
border-end-start-radius: 0;
|
|
351
|
+
}
|
|
335
352
|
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-form-item-control-input-content > :first-child,
|
|
336
353
|
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-select-selector {
|
|
337
354
|
border-radius: 0;
|
|
338
355
|
}
|
|
356
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-form-item-control-input-content > .ant-input-group > *,
|
|
357
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-select-selector {
|
|
358
|
+
border-radius: 0;
|
|
359
|
+
}
|
|
339
360
|
.aplus-ap-form-item-text-group-compact .ant-input-group-addon:first-child {
|
|
340
361
|
border-radius: 0;
|
|
341
362
|
}
|
|
@@ -211,6 +211,10 @@
|
|
|
211
211
|
.aplus-ap-form-item--bordered .ant-picker {
|
|
212
212
|
padding: 0;
|
|
213
213
|
}
|
|
214
|
+
.aplus-ap-form-item--bordered .ant-input-group .ant-select + .ant-picker {
|
|
215
|
+
padding-inline: 11px;
|
|
216
|
+
flex: 1;
|
|
217
|
+
}
|
|
214
218
|
.aplus-ap-form-item--bordered .ant-space-compact-block .ant-input {
|
|
215
219
|
padding-left: 11px;
|
|
216
220
|
}
|
|
@@ -221,7 +225,7 @@
|
|
|
221
225
|
.aplus-ap-form-item--bordered .ant-select-single .ant-select-selector {
|
|
222
226
|
height: 30px !important;
|
|
223
227
|
}
|
|
224
|
-
.aplus-ap-form-item--bordered:has(.ant-select
|
|
228
|
+
.aplus-ap-form-item--bordered:has(.ant-select) {
|
|
225
229
|
padding-right: 0px;
|
|
226
230
|
}
|
|
227
231
|
.aplus-ap-form-item--bordered .ant-form-item-label > label {
|
|
@@ -301,6 +305,9 @@
|
|
|
301
305
|
.aplus-ap-form-search-form .ant-form-item-control .ant-picker {
|
|
302
306
|
display: flex;
|
|
303
307
|
}
|
|
308
|
+
.aplus-ap-form-search-form .ant-form-item-control .ant-input-group .ant-picker {
|
|
309
|
+
flex: 1;
|
|
310
|
+
}
|
|
304
311
|
.aplus-ap-form-search-form .ant-form-item-control .ant-input-number {
|
|
305
312
|
width: 100%;
|
|
306
313
|
}
|
|
@@ -327,15 +334,29 @@
|
|
|
327
334
|
border-start-end-radius: 0;
|
|
328
335
|
border-end-end-radius: 0;
|
|
329
336
|
}
|
|
337
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-form-item-control-input-content > .ant-input-group > :last-child,
|
|
338
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-select-selector {
|
|
339
|
+
border-start-end-radius: 0;
|
|
340
|
+
border-end-end-radius: 0;
|
|
341
|
+
}
|
|
330
342
|
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-form-item-control-input-content > :first-child,
|
|
331
343
|
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-select-selector {
|
|
332
344
|
border-start-start-radius: 0;
|
|
333
345
|
border-end-start-radius: 0;
|
|
334
346
|
}
|
|
347
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-form-item-control-input-content > .ant-input-group > :first-child,
|
|
348
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-select-selector {
|
|
349
|
+
border-start-start-radius: 0;
|
|
350
|
+
border-end-start-radius: 0;
|
|
351
|
+
}
|
|
335
352
|
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-form-item-control-input-content > :first-child,
|
|
336
353
|
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-select-selector {
|
|
337
354
|
border-radius: 0;
|
|
338
355
|
}
|
|
356
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-form-item-control-input-content > .ant-input-group > *,
|
|
357
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-select-selector {
|
|
358
|
+
border-radius: 0;
|
|
359
|
+
}
|
|
339
360
|
.aplus-ap-form-item-text-group-compact .ant-input-group-addon:first-child {
|
|
340
361
|
border-radius: 0;
|
|
341
362
|
}
|
|
@@ -25,6 +25,10 @@
|
|
|
25
25
|
.aplus-ap-form-item--bordered .ant-picker {
|
|
26
26
|
padding: 0;
|
|
27
27
|
}
|
|
28
|
+
.aplus-ap-form-item--bordered .ant-input-group .ant-select + .ant-picker {
|
|
29
|
+
padding-inline: 11px;
|
|
30
|
+
flex: 1;
|
|
31
|
+
}
|
|
28
32
|
.aplus-ap-form-item--bordered .ant-space-compact-block .ant-input {
|
|
29
33
|
padding-left: 11px;
|
|
30
34
|
}
|
|
@@ -35,7 +39,7 @@
|
|
|
35
39
|
.aplus-ap-form-item--bordered .ant-select-single .ant-select-selector {
|
|
36
40
|
height: 30px !important;
|
|
37
41
|
}
|
|
38
|
-
.aplus-ap-form-item--bordered:has(.ant-select
|
|
42
|
+
.aplus-ap-form-item--bordered:has(.ant-select) {
|
|
39
43
|
padding-right: 0px;
|
|
40
44
|
}
|
|
41
45
|
.aplus-ap-form-item--bordered .ant-form-item-label > label {
|
|
@@ -115,6 +119,9 @@
|
|
|
115
119
|
.aplus-ap-form-search-form .ant-form-item-control .ant-picker {
|
|
116
120
|
display: flex;
|
|
117
121
|
}
|
|
122
|
+
.aplus-ap-form-search-form .ant-form-item-control .ant-input-group .ant-picker {
|
|
123
|
+
flex: 1;
|
|
124
|
+
}
|
|
118
125
|
.aplus-ap-form-search-form .ant-form-item-control .ant-input-number {
|
|
119
126
|
width: 100%;
|
|
120
127
|
}
|
|
@@ -141,15 +148,29 @@
|
|
|
141
148
|
border-start-end-radius: 0;
|
|
142
149
|
border-end-end-radius: 0;
|
|
143
150
|
}
|
|
151
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-form-item-control-input-content > .ant-input-group > :last-child,
|
|
152
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-select-selector {
|
|
153
|
+
border-start-end-radius: 0;
|
|
154
|
+
border-end-end-radius: 0;
|
|
155
|
+
}
|
|
144
156
|
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-form-item-control-input-content > :first-child,
|
|
145
157
|
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-select-selector {
|
|
146
158
|
border-start-start-radius: 0;
|
|
147
159
|
border-end-start-radius: 0;
|
|
148
160
|
}
|
|
161
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-form-item-control-input-content > .ant-input-group > :first-child,
|
|
162
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-select-selector {
|
|
163
|
+
border-start-start-radius: 0;
|
|
164
|
+
border-end-start-radius: 0;
|
|
165
|
+
}
|
|
149
166
|
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-form-item-control-input-content > :first-child,
|
|
150
167
|
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-select-selector {
|
|
151
168
|
border-radius: 0;
|
|
152
169
|
}
|
|
170
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-form-item-control-input-content > .ant-input-group > *,
|
|
171
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-select-selector {
|
|
172
|
+
border-radius: 0;
|
|
173
|
+
}
|
|
153
174
|
.aplus-ap-form-item-text-group-compact .ant-input-group-addon:first-child {
|
|
154
175
|
border-radius: 0;
|
|
155
176
|
}
|
package/theme/index.css
CHANGED
|
@@ -375,6 +375,10 @@
|
|
|
375
375
|
.aplus-ap-form-item--bordered .ant-picker {
|
|
376
376
|
padding: 0;
|
|
377
377
|
}
|
|
378
|
+
.aplus-ap-form-item--bordered .ant-input-group .ant-select + .ant-picker {
|
|
379
|
+
padding-inline: 11px;
|
|
380
|
+
flex: 1;
|
|
381
|
+
}
|
|
378
382
|
.aplus-ap-form-item--bordered .ant-space-compact-block .ant-input {
|
|
379
383
|
padding-left: 11px;
|
|
380
384
|
}
|
|
@@ -385,7 +389,7 @@
|
|
|
385
389
|
.aplus-ap-form-item--bordered .ant-select-single .ant-select-selector {
|
|
386
390
|
height: 30px !important;
|
|
387
391
|
}
|
|
388
|
-
.aplus-ap-form-item--bordered:has(.ant-select
|
|
392
|
+
.aplus-ap-form-item--bordered:has(.ant-select) {
|
|
389
393
|
padding-right: 0px;
|
|
390
394
|
}
|
|
391
395
|
.aplus-ap-form-item--bordered .ant-form-item-label > label {
|
|
@@ -465,6 +469,9 @@
|
|
|
465
469
|
.aplus-ap-form-search-form .ant-form-item-control .ant-picker {
|
|
466
470
|
display: flex;
|
|
467
471
|
}
|
|
472
|
+
.aplus-ap-form-search-form .ant-form-item-control .ant-input-group .ant-picker {
|
|
473
|
+
flex: 1;
|
|
474
|
+
}
|
|
468
475
|
.aplus-ap-form-search-form .ant-form-item-control .ant-input-number {
|
|
469
476
|
width: 100%;
|
|
470
477
|
}
|
|
@@ -491,15 +498,29 @@
|
|
|
491
498
|
border-start-end-radius: 0;
|
|
492
499
|
border-end-end-radius: 0;
|
|
493
500
|
}
|
|
501
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-form-item-control-input-content > .ant-input-group > :last-child,
|
|
502
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-select-selector {
|
|
503
|
+
border-start-end-radius: 0;
|
|
504
|
+
border-end-end-radius: 0;
|
|
505
|
+
}
|
|
494
506
|
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-form-item-control-input-content > :first-child,
|
|
495
507
|
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-select-selector {
|
|
496
508
|
border-start-start-radius: 0;
|
|
497
509
|
border-end-start-radius: 0;
|
|
498
510
|
}
|
|
511
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-form-item-control-input-content > .ant-input-group > :first-child,
|
|
512
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-select-selector {
|
|
513
|
+
border-start-start-radius: 0;
|
|
514
|
+
border-end-start-radius: 0;
|
|
515
|
+
}
|
|
499
516
|
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-form-item-control-input-content > :first-child,
|
|
500
517
|
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-select-selector {
|
|
501
518
|
border-radius: 0;
|
|
502
519
|
}
|
|
520
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-form-item-control-input-content > .ant-input-group > *,
|
|
521
|
+
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-select-selector {
|
|
522
|
+
border-radius: 0;
|
|
523
|
+
}
|
|
503
524
|
.aplus-ap-form-item-text-group-compact .ant-input-group-addon:first-child {
|
|
504
525
|
border-radius: 0;
|
|
505
526
|
}
|
|
@@ -2113,3 +2134,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2113
2134
|
right: 0;
|
|
2114
2135
|
height: 100%;
|
|
2115
2136
|
}
|
|
2137
|
+
.aplus-full-screen-wrapper--full {
|
|
2138
|
+
position: fixed;
|
|
2139
|
+
top: 0;
|
|
2140
|
+
width: 100vw;
|
|
2141
|
+
height: 100vh;
|
|
2142
|
+
}
|
package/theme/index.less
CHANGED