amis 1.10.1-beta.0 → 1.10.2
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/Schema.d.ts +1 -1
- package/lib/Schema.js.map +1 -1
- package/lib/components/Avatar.d.ts +10 -10
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/Range.js +8 -2
- package/lib/components/Range.js.map +2 -2
- package/lib/components/ResultBox.d.ts +41 -40
- package/lib/components/ResultBox.js +23 -19
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/Select.js +5 -3
- package/lib/components/Select.js.map +2 -2
- package/lib/components/Steps.d.ts +1 -0
- package/lib/components/Steps.js +8 -6
- package/lib/components/Steps.js.map +2 -2
- package/lib/components/condition-builder/index.d.ts +12 -2
- package/lib/components/condition-builder/index.js +40 -4
- package/lib/components/condition-builder/index.js.map +2 -2
- package/lib/components/formula/Editor.js +1 -1
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/VariableList.js +2 -2
- package/lib/components/formula/VariableList.js.map +2 -2
- package/lib/components/table/index.d.ts +9 -7
- package/lib/components/table/index.js +102 -102
- package/lib/components/table/index.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +2 -2
- package/lib/renderers/Action.js +18 -11
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/ButtonGroup.d.ts +2 -2
- package/lib/renderers/ButtonGroup.js.map +1 -1
- package/lib/renderers/CRUD.js +2 -2
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/CRUD2.d.ts +213 -0
- package/lib/renderers/CRUD2.js +724 -0
- package/lib/renderers/CRUD2.js.map +13 -0
- package/lib/renderers/Card2.d.ts +1 -1
- package/lib/renderers/Card2.js +1 -2
- package/lib/renderers/Card2.js.map +2 -2
- package/lib/renderers/Cards.d.ts +3 -0
- package/lib/renderers/Cards.js +52 -5
- package/lib/renderers/Cards.js.map +2 -2
- package/lib/renderers/Form/ConditionBuilder.d.ts +10 -0
- package/lib/renderers/Form/ConditionBuilder.js +6 -2
- package/lib/renderers/Form/ConditionBuilder.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +66 -20
- package/lib/renderers/Form/Editor.d.ts +66 -20
- package/lib/renderers/Form/Item.d.ts +4 -0
- package/lib/renderers/Form/Item.js +1 -1
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.d.ts +0 -1
- package/lib/renderers/Form/TreeSelect.js +1 -9
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.js +8 -4
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Icon.d.ts +1 -1
- package/lib/renderers/Icon.js +13 -8
- package/lib/renderers/Icon.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +1 -0
- package/lib/renderers/Table/index.js +19 -5
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Table-v2/index.d.ts +8 -5
- package/lib/renderers/Table-v2/index.js +83 -54
- package/lib/renderers/Table-v2/index.js.map +2 -2
- package/lib/store/combo.d.ts +72 -22
- package/lib/store/crud.d.ts +2 -0
- package/lib/store/crud.js +21 -1
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +30 -9
- package/lib/store/form.js +28 -10
- package/lib/store/form.js.map +2 -2
- package/lib/store/formItem.d.ts +3 -1
- package/lib/store/formItem.js +3 -5
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/list.d.ts +2 -0
- package/lib/store/list.js +8 -0
- package/lib/store/list.js.map +2 -2
- package/lib/store/table.d.ts +60 -18
- package/lib/themes/ang-ie11.css +166 -19
- package/lib/themes/ang.css +166 -19
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +166 -19
- package/lib/themes/antd.css +166 -19
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +166 -19
- package/lib/themes/cxd.css +166 -19
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +166 -19
- package/lib/themes/dark.css +166 -19
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +166 -19
- package/lib/themes/default.css +166 -19
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +1 -1
- package/lib/types.js.map +1 -1
- package/lib/utils/icon.js +7 -0
- package/lib/utils/icon.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +28 -25
- package/scss/_mixins.scss +1 -1
- package/scss/components/_condition-builder.scss +11 -0
- package/scss/components/_crud.scss +8 -3
- package/scss/components/_crud2.scss +148 -0
- package/scss/components/_result-box.scss +27 -8
- package/scss/components/_steps.scss +21 -26
- package/scss/components/_table-v2.scss +1 -3
- package/scss/components/form/_select.scss +4 -0
- package/scss/themes/_common.scss +1 -0
- package/sdk/ang-ie11.css +203 -20
- package/sdk/ang.css +203 -20
- package/sdk/antd-ie11.css +203 -20
- package/sdk/antd.css +203 -20
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +203 -20
- package/sdk/cxd.css +203 -20
- package/sdk/dark-ie11.css +203 -20
- package/sdk/dark.css +203 -20
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +16 -16
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +203 -20
- package/sdk/sdk.css +203 -20
- package/sdk/sdk.js +1344 -1340
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/Schema.ts +1 -0
- package/src/components/Range.tsx +14 -7
- package/src/components/ResultBox.tsx +65 -54
- package/src/components/Select.tsx +6 -5
- package/src/components/Steps.tsx +60 -18
- package/src/components/condition-builder/index.tsx +107 -8
- package/src/components/formula/Editor.tsx +1 -1
- package/src/components/formula/VariableList.tsx +2 -2
- package/src/components/table/index.tsx +190 -193
- package/src/index.tsx +1 -0
- package/src/renderers/Action.tsx +22 -11
- package/src/renderers/ButtonGroup.tsx +2 -2
- package/src/renderers/CRUD.tsx +2 -1
- package/src/renderers/CRUD2.tsx +1213 -0
- package/src/renderers/Card2.tsx +2 -3
- package/src/renderers/Cards.tsx +55 -10
- package/src/renderers/Form/ConditionBuilder.tsx +19 -2
- package/src/renderers/Form/Item.tsx +11 -1
- package/src/renderers/Form/TreeSelect.tsx +14 -16
- package/src/renderers/Form/index.tsx +11 -2
- package/src/renderers/Icon.tsx +8 -1
- package/src/renderers/Table/index.tsx +21 -5
- package/src/renderers/Table-v2/index.tsx +92 -72
- package/src/store/crud.ts +23 -1
- package/src/store/form.ts +31 -24
- package/src/store/formItem.ts +65 -52
- package/src/store/list.ts +10 -0
- package/src/types.ts +2 -1
- package/src/utils/icon.tsx +9 -0
@@ -93,15 +93,14 @@
|
|
93
93
|
overflow: hidden !important;
|
94
94
|
&-container {
|
95
95
|
&Icon:after {
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
96
|
+
content: '';
|
97
|
+
position: absolute;
|
98
|
+
right: 0;
|
99
|
+
top: px2rem(32px);
|
100
|
+
height: 9999px;
|
101
|
+
left: px2rem(11px);
|
102
|
+
width: 1px;
|
103
|
+
background-color: var(--Steps-line-bg);
|
105
104
|
}
|
106
105
|
&Wrapper > .#{$ns}StepsItem-body > .#{$ns}StepsItem-title {
|
107
106
|
&:after {
|
@@ -146,9 +145,8 @@
|
|
146
145
|
}
|
147
146
|
}
|
148
147
|
}
|
149
|
-
&-title>span {
|
148
|
+
&-title > span {
|
150
149
|
display: inline-block !important;
|
151
|
-
|
152
150
|
}
|
153
151
|
&-vertical-ProgressDot {
|
154
152
|
right: px2rem(10px);
|
@@ -159,8 +157,8 @@
|
|
159
157
|
}
|
160
158
|
&:last-child {
|
161
159
|
.#{$ns}StepsItem {
|
162
|
-
&-containerProgressDot:after{
|
163
|
-
|
160
|
+
&-containerProgressDot:after {
|
161
|
+
display: none;
|
164
162
|
}
|
165
163
|
}
|
166
164
|
}
|
@@ -181,8 +179,8 @@
|
|
181
179
|
padding: 0;
|
182
180
|
.#{$ns}StepsItem {
|
183
181
|
flex: 1;
|
184
|
-
padding: 0;
|
185
|
-
overflow: visible
|
182
|
+
padding: 0;
|
183
|
+
overflow: visible;
|
186
184
|
&-container {
|
187
185
|
display: flex;
|
188
186
|
flex-direction: column;
|
@@ -197,7 +195,7 @@
|
|
197
195
|
width: calc(100% - 55px);
|
198
196
|
background-color: var(--Steps-line-bg);
|
199
197
|
}
|
200
|
-
&Icon{
|
198
|
+
&Icon {
|
201
199
|
margin-left: px2rem(90px);
|
202
200
|
}
|
203
201
|
&Wrapper {
|
@@ -207,7 +205,7 @@
|
|
207
205
|
.#{$ns}StepsItem-title {
|
208
206
|
padding: 0 px2rem(10px);
|
209
207
|
width: 100%;
|
210
|
-
>span {
|
208
|
+
> span {
|
211
209
|
display: block;
|
212
210
|
position: relative;
|
213
211
|
left: px2rem(10px);
|
@@ -219,7 +217,7 @@
|
|
219
217
|
left: px2rem(10px);
|
220
218
|
}
|
221
219
|
}
|
222
|
-
.#{$ns}StepsItem-title:after
|
220
|
+
.#{$ns}StepsItem-title:after {
|
223
221
|
display: none;
|
224
222
|
}
|
225
223
|
.#{$ns}StepsItem-description {
|
@@ -242,10 +240,10 @@
|
|
242
240
|
}
|
243
241
|
}
|
244
242
|
}
|
245
|
-
}
|
243
|
+
}
|
246
244
|
.is-finish {
|
247
245
|
.#{$ns}StepsItem {
|
248
|
-
&-containerTail:after{
|
246
|
+
&-containerTail:after {
|
249
247
|
background: var(--Steps-status-success);
|
250
248
|
}
|
251
249
|
}
|
@@ -266,7 +264,7 @@
|
|
266
264
|
height: px2rem(8px);
|
267
265
|
margin-left: px2rem(96px);
|
268
266
|
border: 1px solid var(--Steps-line-success-bg);
|
269
|
-
border-radius: 100
|
267
|
+
border-radius: 100%;
|
270
268
|
}
|
271
269
|
}
|
272
270
|
}
|
@@ -302,7 +300,6 @@
|
|
302
300
|
}
|
303
301
|
}
|
304
302
|
}
|
305
|
-
|
306
303
|
|
307
304
|
.#{$ns}StepsItem.is-wait {
|
308
305
|
.#{$ns}StepsItem-icon {
|
@@ -333,10 +330,8 @@
|
|
333
330
|
}
|
334
331
|
}
|
335
332
|
|
336
|
-
|
337
333
|
.#{$ns}Steps-mobile.#{$ns}Steps--horizontal {
|
338
334
|
.#{$ns}StepsItem {
|
339
|
-
|
340
335
|
&-container {
|
341
336
|
&Wrapper {
|
342
337
|
.#{$ns}StepsItem-body {
|
@@ -347,7 +342,7 @@
|
|
347
342
|
}
|
348
343
|
}
|
349
344
|
|
350
|
-
.#{$ns}StepsItem-body{
|
345
|
+
.#{$ns}StepsItem-body {
|
351
346
|
.#{$ns}StepsItem-title {
|
352
347
|
.#{$ns}StepsItem-subTitle {
|
353
348
|
padding-left: px2rem(5px);
|
@@ -391,4 +386,4 @@
|
|
391
386
|
}
|
392
387
|
}
|
393
388
|
}
|
394
|
-
}
|
389
|
+
}
|
@@ -645,7 +645,7 @@
|
|
645
645
|
|
646
646
|
.#{$ns}Table-thead-resizable {
|
647
647
|
position: absolute;
|
648
|
-
width:
|
648
|
+
width: 3px;
|
649
649
|
right: 0;
|
650
650
|
top: 0;
|
651
651
|
bottom: 0;
|
@@ -712,8 +712,6 @@
|
|
712
712
|
|
713
713
|
.#{$ns}TableCell-searchBtn {
|
714
714
|
cursor: pointer;
|
715
|
-
position: static;
|
716
|
-
transform: translateY(-50%);
|
717
715
|
color: var(--text--muted-color);
|
718
716
|
margin-left: var(--TableCell-icon-gap);
|
719
717
|
|
@@ -81,10 +81,13 @@
|
|
81
81
|
|
82
82
|
.#{$ns}PopOver.#{$ns}Select-popover {
|
83
83
|
.#{$ns}Select-menu {
|
84
|
+
overflow-x: hidden;
|
85
|
+
|
84
86
|
.#{$ns}Select-option {
|
85
87
|
height: px2rem(32px);
|
86
88
|
line-height: px2rem(22px);
|
87
89
|
}
|
90
|
+
|
88
91
|
.#{$ns}Select-addBtn {
|
89
92
|
height: px2rem(32px);
|
90
93
|
line-height: px2rem(30px);
|
@@ -242,6 +245,7 @@
|
|
242
245
|
overflow: hidden;
|
243
246
|
max-height: max-content;
|
244
247
|
}
|
248
|
+
|
245
249
|
&-input {
|
246
250
|
cursor: pointer;
|
247
251
|
outline: none;
|
package/scss/themes/_common.scss
CHANGED
package/sdk/ang-ie11.css
CHANGED
@@ -31936,6 +31936,17 @@ readers do not read off random characters that represent icons */
|
|
31936
31936
|
user-select: none;
|
31937
31937
|
}
|
31938
31938
|
|
31939
|
+
.amis-scope .a-CBPicker-trigger {
|
31940
|
+
cursor: pointer;
|
31941
|
+
transition: transform 0s ease-out;
|
31942
|
+
display: flex;
|
31943
|
+
color: #4b5563;
|
31944
|
+
}
|
31945
|
+
|
31946
|
+
.amis-scope .a-CBPicker-trigger:hover {
|
31947
|
+
color: #7266ba;
|
31948
|
+
}
|
31949
|
+
|
31939
31950
|
@keyframes contextMenuInSpecial {
|
31940
31951
|
from {
|
31941
31952
|
transform: scale3d(1, 1, 1);
|
@@ -32455,7 +32466,6 @@ readers do not read off random characters that represent icons */
|
|
32455
32466
|
}
|
32456
32467
|
|
32457
32468
|
.amis-scope .a-Crud-toolbar-item {
|
32458
|
-
margin-left: 0.25rem;
|
32459
32469
|
margin-top: 0.25rem;
|
32460
32470
|
line-height: 1.5;
|
32461
32471
|
height: 1.875rem;
|
@@ -32464,6 +32474,10 @@ readers do not read off random characters that represent icons */
|
|
32464
32474
|
align-items: center;
|
32465
32475
|
}
|
32466
32476
|
|
32477
|
+
.amis-scope .a-Crud-toolbar-item:not(:first-child) {
|
32478
|
+
margin-left: 0.25rem;
|
32479
|
+
}
|
32480
|
+
|
32467
32481
|
.amis-scope .a-Crud-toolbar-item--left {
|
32468
32482
|
float: left;
|
32469
32483
|
}
|
@@ -32503,7 +32517,6 @@ readers do not read off random characters that represent icons */
|
|
32503
32517
|
|
32504
32518
|
@media (min-width: 576px) {
|
32505
32519
|
.amis-scope .a-Crud-toolbar {
|
32506
|
-
margin-left: calc(0.25rem * -1);
|
32507
32520
|
margin-top: calc(0.25rem * -1);
|
32508
32521
|
flex-basis: 0;
|
32509
32522
|
flex-grow: 1;
|
@@ -32520,12 +32533,163 @@ readers do not read off random characters that represent icons */
|
|
32520
32533
|
}
|
32521
32534
|
|
32522
32535
|
.amis-scope .a-Crud-toolbar-item {
|
32536
|
+
line-height: 1.5;
|
32537
|
+
height: 1.875rem;
|
32538
|
+
vertical-align: middle;
|
32539
|
+
}
|
32540
|
+
|
32541
|
+
.amis-scope .a-Crud-toolbar-item:not(:first-child) {
|
32542
|
+
margin-left: 0.25rem;
|
32543
|
+
}
|
32544
|
+
|
32545
|
+
.amis-scope .a-Crud-toolbar-item--left {
|
32546
|
+
float: left;
|
32547
|
+
}
|
32548
|
+
|
32549
|
+
.amis-scope .a-Crud-toolbar-item--right {
|
32550
|
+
float: right;
|
32551
|
+
}
|
32552
|
+
|
32553
|
+
.amis-scope .a-Crud-actions > * + .a-Button,
|
32554
|
+
.amis-scope .a-Crud-actions > * + .a-Button--disabled-wrap {
|
32523
32555
|
margin-left: 0.25rem;
|
32556
|
+
}
|
32557
|
+
}
|
32558
|
+
|
32559
|
+
.amis-scope .a-Crud2 {
|
32560
|
+
position: relative;
|
32561
|
+
}
|
32562
|
+
|
32563
|
+
.amis-scope .a-Crud2-selection,
|
32564
|
+
.amis-scope .a-Crud2-toolbar,
|
32565
|
+
.amis-scope .a-Crud2-body {
|
32566
|
+
margin-bottom: 0.75rem;
|
32567
|
+
}
|
32568
|
+
|
32569
|
+
.amis-scope .a-Crud2-selectionLabel {
|
32570
|
+
display: inline-block;
|
32571
|
+
vertical-align: top;
|
32572
|
+
margin-top: 0.25rem;
|
32573
|
+
}
|
32574
|
+
|
32575
|
+
.amis-scope .a-Crud2-value {
|
32576
|
+
cursor: pointer;
|
32577
|
+
vertical-align: middle;
|
32578
|
+
user-select: none;
|
32579
|
+
line-height: calc( 1.4285714286 * 0.875rem - 0.125rem );
|
32580
|
+
display: inline-block;
|
32581
|
+
font-size: 0.75rem;
|
32582
|
+
color: #23b7e5;
|
32583
|
+
background: #d9f3fb;
|
32584
|
+
border: 0.0625rem solid #abe4f6;
|
32585
|
+
border-radius: 2px;
|
32586
|
+
margin-right: 0.25rem;
|
32587
|
+
margin-top: 0.25rem;
|
32588
|
+
}
|
32589
|
+
|
32590
|
+
.amis-scope .a-Crud2-value:hover {
|
32591
|
+
background: #c2ecf9;
|
32592
|
+
}
|
32593
|
+
|
32594
|
+
.amis-scope .a-Crud2-value.is-disabled {
|
32595
|
+
pointer-events: none;
|
32596
|
+
opacity: 0.65;
|
32597
|
+
}
|
32598
|
+
|
32599
|
+
.amis-scope .a-Crud2-valueIcon {
|
32600
|
+
cursor: pointer;
|
32601
|
+
border-right: 0.0625rem solid #abe4f6;
|
32602
|
+
padding: 1px 5px;
|
32603
|
+
}
|
32604
|
+
|
32605
|
+
.amis-scope .a-Crud2-valueIcon:hover {
|
32606
|
+
background: #c2ecf9;
|
32607
|
+
}
|
32608
|
+
|
32609
|
+
.amis-scope .a-Crud2-valueLabel {
|
32610
|
+
padding: 0 0.25rem;
|
32611
|
+
}
|
32612
|
+
|
32613
|
+
.amis-scope .a-Crud2-selectionClear {
|
32614
|
+
display: inline-block;
|
32615
|
+
cursor: pointer;
|
32616
|
+
user-select: none;
|
32617
|
+
margin-left: 0.25rem;
|
32618
|
+
margin-top: 0.25rem;
|
32619
|
+
vertical-align: middle;
|
32620
|
+
}
|
32621
|
+
|
32622
|
+
.amis-scope .a-Crud2-toolbar-item {
|
32623
|
+
margin-top: 0.25rem;
|
32624
|
+
line-height: 1.5;
|
32625
|
+
height: 1.875rem;
|
32626
|
+
vertical-align: middle;
|
32627
|
+
display: inline-flex;
|
32628
|
+
align-items: center;
|
32629
|
+
}
|
32630
|
+
|
32631
|
+
.amis-scope .a-Crud2-toolbar-item:not(:first-child) {
|
32632
|
+
margin-left: 0.25rem;
|
32633
|
+
}
|
32634
|
+
|
32635
|
+
.amis-scope .a-Crud2-toolbar-item--left {
|
32636
|
+
float: left;
|
32637
|
+
}
|
32638
|
+
|
32639
|
+
.amis-scope .a-Crud2-toolbar-item--right {
|
32640
|
+
float: right;
|
32641
|
+
}
|
32642
|
+
|
32643
|
+
.amis-scope .a-Crud2-actions > * + .a-Button,
|
32644
|
+
.amis-scope .a-Crud2-actions > * + .a-ButtonGroup,
|
32645
|
+
.amis-scope .a-Crud2-actions > * + .a-ButtonToolbar {
|
32646
|
+
margin-left: 0.25rem;
|
32647
|
+
}
|
32648
|
+
|
32649
|
+
.amis-scope .a-Crud2-statistics {
|
32650
|
+
line-height: 1.875rem;
|
32651
|
+
vertical-align: middle;
|
32652
|
+
}
|
32653
|
+
|
32654
|
+
.amis-scope .a-Crud2-pageSwitch .a-Select {
|
32655
|
+
margin-left: 0.25rem;
|
32656
|
+
}
|
32657
|
+
|
32658
|
+
.amis-scope .a-Crud2-pager {
|
32659
|
+
align-self: flex-start;
|
32660
|
+
}
|
32661
|
+
|
32662
|
+
.amis-scope .a-Crud2-filter {
|
32663
|
+
margin-bottom: 0.75rem;
|
32664
|
+
}
|
32665
|
+
|
32666
|
+
@media (min-width: 576px) {
|
32667
|
+
.amis-scope .a-Crud-toolbar {
|
32668
|
+
margin-top: calc(0.25rem * -1);
|
32669
|
+
flex-basis: 0;
|
32670
|
+
flex-grow: 1;
|
32671
|
+
}
|
32672
|
+
|
32673
|
+
.amis-scope .a-Crud-toolbar::before,
|
32674
|
+
.amis-scope .a-Crud-toolbar::after {
|
32675
|
+
display: table;
|
32676
|
+
content: "";
|
32677
|
+
}
|
32678
|
+
|
32679
|
+
.amis-scope .a-Crud-toolbar::after {
|
32680
|
+
clear: both;
|
32681
|
+
}
|
32682
|
+
|
32683
|
+
.amis-scope .a-Crud-toolbar-item {
|
32524
32684
|
line-height: 1.5;
|
32525
32685
|
height: 1.875rem;
|
32526
32686
|
vertical-align: middle;
|
32527
32687
|
}
|
32528
32688
|
|
32689
|
+
.amis-scope .a-Crud-toolbar-item:not(:first-child) {
|
32690
|
+
margin-left: 0.25rem;
|
32691
|
+
}
|
32692
|
+
|
32529
32693
|
.amis-scope .a-Crud-toolbar-item--left {
|
32530
32694
|
float: left;
|
32531
32695
|
}
|
@@ -35588,7 +35752,7 @@ readers do not read off random characters that represent icons */
|
|
35588
35752
|
|
35589
35753
|
.amis-scope .a-Table-v2.a-Table-resizable .a-Table-table > thead > tr > th .a-Table-thead-resizable {
|
35590
35754
|
position: absolute;
|
35591
|
-
width:
|
35755
|
+
width: 3px;
|
35592
35756
|
right: 0;
|
35593
35757
|
top: 0;
|
35594
35758
|
bottom: 0;
|
@@ -35652,8 +35816,6 @@ readers do not read off random characters that represent icons */
|
|
35652
35816
|
|
35653
35817
|
.amis-scope .a-Table-v2 .a-TableCell-searchBtn {
|
35654
35818
|
cursor: pointer;
|
35655
|
-
position: static;
|
35656
|
-
transform: translateY(-50%);
|
35657
35819
|
color: #99a6ad;
|
35658
35820
|
margin-left: 0.5rem;
|
35659
35821
|
}
|
@@ -38230,7 +38392,7 @@ readers do not read off random characters that represent icons */
|
|
38230
38392
|
}
|
38231
38393
|
|
38232
38394
|
.amis-scope .a-InputBox input {
|
38233
|
-
flex-basis:
|
38395
|
+
flex-basis: 1.875rem;
|
38234
38396
|
flex-grow: 1;
|
38235
38397
|
outline: none;
|
38236
38398
|
background: transparent;
|
@@ -38618,7 +38780,7 @@ readers do not read off random characters that represent icons */
|
|
38618
38780
|
font-size: 0.875rem;
|
38619
38781
|
flex-wrap: wrap;
|
38620
38782
|
justify-content: flex-start;
|
38621
|
-
flex-wrap:
|
38783
|
+
flex-wrap: nowrap;
|
38622
38784
|
padding: 0 0.3125rem;
|
38623
38785
|
min-height: 1.875rem;
|
38624
38786
|
align-items: center;
|
@@ -38627,7 +38789,7 @@ readers do not read off random characters that represent icons */
|
|
38627
38789
|
}
|
38628
38790
|
|
38629
38791
|
.amis-scope .a-ResultBox input {
|
38630
|
-
flex-basis:
|
38792
|
+
flex-basis: 1.875rem;
|
38631
38793
|
flex-grow: 1;
|
38632
38794
|
outline: none;
|
38633
38795
|
background: transparent;
|
@@ -38656,10 +38818,6 @@ readers do not read off random characters that represent icons */
|
|
38656
38818
|
border-color: transparent !important;
|
38657
38819
|
}
|
38658
38820
|
|
38659
|
-
.amis-scope .a-ResultBox.is-clearable {
|
38660
|
-
padding-right: 3.4375rem;
|
38661
|
-
}
|
38662
|
-
|
38663
38821
|
.amis-scope .a-ResultBox.is-error {
|
38664
38822
|
border-color: #f05050;
|
38665
38823
|
background: #fff;
|
@@ -38708,7 +38866,30 @@ readers do not read off random characters that represent icons */
|
|
38708
38866
|
padding-left: 0.75rem;
|
38709
38867
|
}
|
38710
38868
|
|
38869
|
+
.amis-scope .a-ResultBox-value-wrap {
|
38870
|
+
flex-grow: 1;
|
38871
|
+
display: flex;
|
38872
|
+
align-items: center;
|
38873
|
+
flex-wrap: wrap;
|
38874
|
+
}
|
38875
|
+
|
38876
|
+
.amis-scope .a-ResultBox-actions {
|
38877
|
+
display: flex;
|
38878
|
+
align-items: center;
|
38879
|
+
flex-shrink: 0;
|
38880
|
+
}
|
38881
|
+
|
38882
|
+
.amis-scope .a-ResultBox-actions > *:first-child {
|
38883
|
+
margin-left: 0.3125rem;
|
38884
|
+
}
|
38885
|
+
|
38886
|
+
.amis-scope .a-ResultBox-actions > *:not(:last-child) {
|
38887
|
+
margin-right: 0.3125rem;
|
38888
|
+
}
|
38889
|
+
|
38711
38890
|
.amis-scope .a-ResultBox-singleValue {
|
38891
|
+
padding: 0 calc(0.5rem - 0.1875rem);
|
38892
|
+
flex-grow: 1;
|
38712
38893
|
display: inline-block;
|
38713
38894
|
max-width: 100%;
|
38714
38895
|
overflow: hidden;
|
@@ -38746,10 +38927,7 @@ readers do not read off random characters that represent icons */
|
|
38746
38927
|
margin-left: auto;
|
38747
38928
|
text-decoration: none;
|
38748
38929
|
height: 100%;
|
38749
|
-
padding: 0.25rem;
|
38750
38930
|
margin: auto 0;
|
38751
|
-
position: absolute;
|
38752
|
-
right: 10px;
|
38753
38931
|
background-color: unset;
|
38754
38932
|
}
|
38755
38933
|
|
@@ -38840,6 +39018,7 @@ readers do not read off random characters that represent icons */
|
|
38840
39018
|
|
38841
39019
|
.amis-scope .a-ResultBox-placeholder {
|
38842
39020
|
color: #99a6ad;
|
39021
|
+
flex-grow: 1;
|
38843
39022
|
user-select: none;
|
38844
39023
|
}
|
38845
39024
|
|
@@ -40342,7 +40521,7 @@ readers do not read off random characters that represent icons */
|
|
40342
40521
|
}
|
40343
40522
|
|
40344
40523
|
.amis-scope .a-TextControl-input input {
|
40345
|
-
flex-basis:
|
40524
|
+
flex-basis: 1.875rem;
|
40346
40525
|
flex-grow: 1;
|
40347
40526
|
outline: none;
|
40348
40527
|
background: transparent;
|
@@ -40739,7 +40918,7 @@ readers do not read off random characters that represent icons */
|
|
40739
40918
|
}
|
40740
40919
|
|
40741
40920
|
.amis-scope .a-TextareaControl-input input {
|
40742
|
-
flex-basis:
|
40921
|
+
flex-basis: 1.875rem;
|
40743
40922
|
flex-grow: 1;
|
40744
40923
|
outline: none;
|
40745
40924
|
background: transparent;
|
@@ -42290,6 +42469,10 @@ readers do not read off random characters that represent icons */
|
|
42290
42469
|
box-shadow: none;
|
42291
42470
|
}
|
42292
42471
|
|
42472
|
+
.amis-scope .a-Select .a-PopOver.a-Select-popover .a-Select-menu {
|
42473
|
+
overflow-x: hidden;
|
42474
|
+
}
|
42475
|
+
|
42293
42476
|
.amis-scope .a-Select .a-PopOver.a-Select-popover .a-Select-menu .a-Select-option {
|
42294
42477
|
height: 2rem;
|
42295
42478
|
line-height: 1.375rem;
|
@@ -45624,7 +45807,7 @@ readers do not read off random characters that represent icons */
|
|
45624
45807
|
}
|
45625
45808
|
|
45626
45809
|
.amis-scope .a-TreeSelect-input input {
|
45627
|
-
flex-basis:
|
45810
|
+
flex-basis: 1.875rem;
|
45628
45811
|
flex-grow: 1;
|
45629
45812
|
outline: none;
|
45630
45813
|
background: transparent;
|
@@ -46272,7 +46455,7 @@ readers do not read off random characters that represent icons */
|
|
46272
46455
|
}
|
46273
46456
|
|
46274
46457
|
.amis-scope .a-Picker-input input {
|
46275
|
-
flex-basis:
|
46458
|
+
flex-basis: 1.875rem;
|
46276
46459
|
flex-grow: 1;
|
46277
46460
|
outline: none;
|
46278
46461
|
background: transparent;
|
@@ -47262,7 +47445,7 @@ readers do not read off random characters that represent icons */
|
|
47262
47445
|
}
|
47263
47446
|
|
47264
47447
|
.amis-scope .a-IconPickerControl-input input {
|
47265
|
-
flex-basis:
|
47448
|
+
flex-basis: 1.875rem;
|
47266
47449
|
flex-grow: 1;
|
47267
47450
|
outline: none;
|
47268
47451
|
background: transparent;
|