amis 1.9.1-beta.12 → 1.9.1-beta.13
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/lib/components/formula/Picker.js +1 -2
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/components/table/HeadCellFilter.js +4 -1
- package/lib/components/table/HeadCellFilter.js.map +2 -2
- package/lib/components/table/HeadCellSort.js +30 -24
- package/lib/components/table/HeadCellSort.js.map +2 -2
- package/lib/components/table/index.d.ts +6 -3
- package/lib/components/table/index.js +72 -86
- package/lib/components/table/index.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/renderers/Action.d.ts +21 -4
- package/lib/renderers/Action.js +42 -19
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/Breadcrumb.js +2 -2
- package/lib/renderers/Breadcrumb.js.map +2 -2
- package/lib/renderers/Form/Picker.d.ts +1 -1
- package/lib/renderers/Form/Picker.js +38 -23
- package/lib/renderers/Form/Picker.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +10 -10
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/Service.js +0 -1
- package/lib/renderers/Service.js.map +2 -2
- package/lib/renderers/Steps.d.ts +2 -2
- package/lib/renderers/Steps.js +1 -1
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table-v2/HeadCellSearchDropdown.d.ts +1 -1
- package/lib/renderers/Table-v2/HeadCellSearchDropdown.js +38 -24
- package/lib/renderers/Table-v2/HeadCellSearchDropdown.js.map +2 -2
- package/lib/renderers/Table-v2/index.d.ts +10 -4
- package/lib/renderers/Table-v2/index.js +109 -58
- package/lib/renderers/Table-v2/index.js.map +2 -2
- package/lib/store/table-v2.d.ts +210 -4
- package/lib/store/table-v2.js +82 -5
- package/lib/store/table-v2.js.map +2 -2
- package/lib/themes/ang-ie11.css +14 -11
- package/lib/themes/ang.css +14 -6
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +14 -11
- package/lib/themes/antd.css +14 -6
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +165 -162
- package/lib/themes/cxd.css +15 -7
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +14 -11
- package/lib/themes/dark.css +14 -6
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +165 -162
- package/lib/themes/default.css +15 -7
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +1 -1
- package/lib/types.js.map +1 -1
- package/package.json +1 -1
- package/scss/components/_modal.scss +1 -1
- package/scss/components/form/_icon-picker.scss +10 -6
- package/scss/components/form/_switch.scss +1 -0
- package/scss/components/form/_text.scss +2 -0
- package/scss/themes/_cxd-variables.scss +1 -1
- package/sdk/ang-ie11.css +14 -11
- package/sdk/ang.css +14 -6
- package/sdk/antd-ie11.css +14 -11
- package/sdk/antd.css +14 -6
- 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 +165 -162
- package/sdk/cxd.css +15 -7
- package/sdk/dark-ie11.css +14 -11
- package/sdk/dark.css +14 -6
- package/sdk/exceljs.js +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 +165 -162
- package/sdk/sdk.css +15 -7
- package/sdk/sdk.js +1336 -1336
- 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/components/formula/Picker.tsx +1 -3
- package/src/components/table/HeadCellFilter.tsx +4 -1
- package/src/components/table/HeadCellSort.tsx +1 -1
- package/src/components/table/index.tsx +66 -90
- package/src/renderers/Action.tsx +62 -18
- package/src/renderers/Breadcrumb.tsx +11 -12
- package/src/renderers/Form/Picker.tsx +11 -1
- package/src/renderers/Form/wrapControl.tsx +10 -10
- package/src/renderers/Service.tsx +0 -1
- package/src/renderers/Steps.tsx +5 -5
- package/src/renderers/Table-v2/HeadCellSearchDropdown.tsx +14 -9
- package/src/renderers/Table-v2/index.tsx +130 -58
- package/src/store/table-v2.ts +104 -7
- package/src/types.ts +2 -1
package/sdk/cxd-ie11.css
CHANGED
@@ -24333,7 +24333,7 @@ readers do not read off random characters that represent icons */
|
|
24333
24333
|
.amis-scope {
|
24334
24334
|
color: #151a26;
|
24335
24335
|
background: #ffffff;
|
24336
|
-
font-size:
|
24336
|
+
font-size: 14px;
|
24337
24337
|
font-weight: 400;
|
24338
24338
|
font-family: -apple-system, BlinkMacSystemFont, "SF Pro SC",
|
24339
24339
|
"SF Pro Text", "Helvetica Neue", Helvetica, "PingFang SC", "Segoe UI",
|
@@ -25891,10 +25891,10 @@ readers do not read off random characters that represent icons */
|
|
25891
25891
|
padding: calc(
|
25892
25892
|
(
|
25893
25893
|
2rem - 0.0625rem * 2 -
|
25894
|
-
1.4285714286 *
|
25894
|
+
1.4285714286 * 14px
|
25895
25895
|
) / 2
|
25896
25896
|
) 0.75rem;
|
25897
|
-
font-size:
|
25897
|
+
font-size: 14px;
|
25898
25898
|
line-height: 1.4285714286;
|
25899
25899
|
border-radius: 0.25rem;
|
25900
25900
|
height: 2rem;
|
@@ -26176,7 +26176,7 @@ readers do not read off random characters that represent icons */
|
|
26176
26176
|
}
|
26177
26177
|
|
26178
26178
|
.amis-scope .cxd-Button--xs img.cxd-Button-icon {
|
26179
|
-
height:
|
26179
|
+
height: 14px;
|
26180
26180
|
vertical-align: middle;
|
26181
26181
|
}
|
26182
26182
|
|
@@ -26220,7 +26220,7 @@ readers do not read off random characters that represent icons */
|
|
26220
26220
|
}
|
26221
26221
|
|
26222
26222
|
.amis-scope .cxd-Button--sm img.cxd-Button-icon {
|
26223
|
-
height:
|
26223
|
+
height: 14px;
|
26224
26224
|
vertical-align: middle;
|
26225
26225
|
}
|
26226
26226
|
|
@@ -26232,10 +26232,10 @@ readers do not read off random characters that represent icons */
|
|
26232
26232
|
padding: calc(
|
26233
26233
|
(
|
26234
26234
|
2rem - 0.0625rem * 2 -
|
26235
|
-
1.4285714286 *
|
26235
|
+
1.4285714286 * 14px
|
26236
26236
|
) / 2
|
26237
26237
|
) 0.75rem;
|
26238
|
-
font-size:
|
26238
|
+
font-size: 14px;
|
26239
26239
|
line-height: 1.4285714286;
|
26240
26240
|
border-radius: 0.25rem;
|
26241
26241
|
height: 2rem;
|
@@ -26264,7 +26264,7 @@ readers do not read off random characters that represent icons */
|
|
26264
26264
|
}
|
26265
26265
|
|
26266
26266
|
.amis-scope .cxd-Button--md img.cxd-Button-icon {
|
26267
|
-
height:
|
26267
|
+
height: 14px;
|
26268
26268
|
vertical-align: middle;
|
26269
26269
|
}
|
26270
26270
|
|
@@ -26308,7 +26308,7 @@ readers do not read off random characters that represent icons */
|
|
26308
26308
|
}
|
26309
26309
|
|
26310
26310
|
.amis-scope .cxd-Button--lg img.cxd-Button-icon {
|
26311
|
-
height:
|
26311
|
+
height: 14px;
|
26312
26312
|
vertical-align: middle;
|
26313
26313
|
}
|
26314
26314
|
|
@@ -26370,7 +26370,7 @@ readers do not read off random characters that represent icons */
|
|
26370
26370
|
}
|
26371
26371
|
|
26372
26372
|
.amis-scope .cxd-Button img.cxd-Button-icon {
|
26373
|
-
height:
|
26373
|
+
height: 14px;
|
26374
26374
|
vertical-align: middle;
|
26375
26375
|
}
|
26376
26376
|
|
@@ -26961,7 +26961,7 @@ readers do not read off random characters that represent icons */
|
|
26961
26961
|
}
|
26962
26962
|
|
26963
26963
|
.amis-scope .cxd-Modal-footer .cxd-Button {
|
26964
|
-
width: 4.5rem;
|
26964
|
+
min-width: 4.5rem;
|
26965
26965
|
margin-left: 0.5rem;
|
26966
26966
|
}
|
26967
26967
|
|
@@ -27530,7 +27530,7 @@ readers do not read off random characters that represent icons */
|
|
27530
27530
|
.amis-scope .cxd-Tooltip-title {
|
27531
27531
|
padding: 0.5rem 0.75rem 0;
|
27532
27532
|
margin-bottom: 0;
|
27533
|
-
font-size:
|
27533
|
+
font-size: 14px;
|
27534
27534
|
color: #333;
|
27535
27535
|
font-weight: 500;
|
27536
27536
|
border-top-left-radius: calc( 0.428rem - 0.0625rem );
|
@@ -27720,7 +27720,7 @@ readers do not read off random characters that represent icons */
|
|
27720
27720
|
word-break: normal;
|
27721
27721
|
word-spacing: normal;
|
27722
27722
|
word-wrap: normal;
|
27723
|
-
font-size:
|
27723
|
+
font-size: 14px;
|
27724
27724
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
27725
27725
|
border: 0.0625rem solid #e8e9eb;
|
27726
27726
|
border-radius: 0.25rem;
|
@@ -27799,7 +27799,7 @@ readers do not read off random characters that represent icons */
|
|
27799
27799
|
word-break: normal;
|
27800
27800
|
word-spacing: normal;
|
27801
27801
|
word-wrap: normal;
|
27802
|
-
font-size:
|
27802
|
+
font-size: 14px;
|
27803
27803
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
27804
27804
|
border: 0.0625rem solid #e8e9eb;
|
27805
27805
|
border-radius: 0.25rem;
|
@@ -28180,7 +28180,7 @@ readers do not read off random characters that represent icons */
|
|
28180
28180
|
|
28181
28181
|
.amis-scope .cxd-Toast-content .cxd-Toast-title {
|
28182
28182
|
color: #151a26;
|
28183
|
-
font-size:
|
28183
|
+
font-size: 14px;
|
28184
28184
|
font-weight: 500;
|
28185
28185
|
line-height: 1.5rem;
|
28186
28186
|
margin-bottom: 0.25rem;
|
@@ -28344,7 +28344,7 @@ readers do not read off random characters that represent icons */
|
|
28344
28344
|
|
28345
28345
|
.amis-scope .cxd-Alert-content .cxd-Alert-title {
|
28346
28346
|
color: #151a26;
|
28347
|
-
font-size:
|
28347
|
+
font-size: 14px;
|
28348
28348
|
font-weight: 500;
|
28349
28349
|
line-height: 1.5rem;
|
28350
28350
|
margin-bottom: 0.25rem;
|
@@ -28442,7 +28442,7 @@ readers do not read off random characters that represent icons */
|
|
28442
28442
|
padding-top: calc(
|
28443
28443
|
(
|
28444
28444
|
2rem - 1.4285714286 *
|
28445
|
-
|
28445
|
+
14px
|
28446
28446
|
) / 2
|
28447
28447
|
);
|
28448
28448
|
}
|
@@ -28494,7 +28494,7 @@ readers do not read off random characters that represent icons */
|
|
28494
28494
|
}
|
28495
28495
|
|
28496
28496
|
.amis-scope .cxd-ArrayInput-addBtn img.cxd-Button-icon {
|
28497
|
-
height:
|
28497
|
+
height: 14px;
|
28498
28498
|
vertical-align: middle;
|
28499
28499
|
}
|
28500
28500
|
|
@@ -28565,7 +28565,7 @@ readers do not read off random characters that represent icons */
|
|
28565
28565
|
padding: calc(
|
28566
28566
|
(
|
28567
28567
|
2rem - 1.4285714286 *
|
28568
|
-
|
28568
|
+
14px
|
28569
28569
|
) / 2
|
28570
28570
|
) 0.25rem;
|
28571
28571
|
cursor: pointer;
|
@@ -29287,7 +29287,7 @@ readers do not read off random characters that represent icons */
|
|
29287
29287
|
|
29288
29288
|
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a {
|
29289
29289
|
/* 最少展示一个字 */
|
29290
|
-
min-width:
|
29290
|
+
min-width: 14px;
|
29291
29291
|
}
|
29292
29292
|
|
29293
29293
|
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child {
|
@@ -30939,7 +30939,7 @@ readers do not read off random characters that represent icons */
|
|
30939
30939
|
.amis-scope .cxd-DropDown-menuItem,
|
30940
30940
|
.amis-scope .cxd-DropDown-menu > li {
|
30941
30941
|
padding: calc(
|
30942
|
-
(2.125rem -
|
30942
|
+
(2.125rem - 14px * 1.5) /
|
30943
30943
|
2
|
30944
30944
|
) 0.5rem;
|
30945
30945
|
white-space: nowrap;
|
@@ -31532,7 +31532,7 @@ readers do not read off random characters that represent icons */
|
|
31532
31532
|
|
31533
31533
|
.amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-header {
|
31534
31534
|
text-align: center;
|
31535
|
-
font-size:
|
31535
|
+
font-size: 14px;
|
31536
31536
|
border-top: none;
|
31537
31537
|
border-bottom: none;
|
31538
31538
|
}
|
@@ -32241,7 +32241,7 @@ readers do not read off random characters that represent icons */
|
|
32241
32241
|
}
|
32242
32242
|
|
32243
32243
|
.amis-scope .cxd-Wizard-steps {
|
32244
|
-
font-size:
|
32244
|
+
font-size: 14px;
|
32245
32245
|
padding: 0.625rem 0;
|
32246
32246
|
background: #fff;
|
32247
32247
|
border-bottom: 0 solid #e8e9eb;
|
@@ -32388,7 +32388,7 @@ readers do not read off random characters that represent icons */
|
|
32388
32388
|
cursor: pointer;
|
32389
32389
|
vertical-align: middle;
|
32390
32390
|
user-select: none;
|
32391
|
-
line-height: calc( 1.4285714286 *
|
32391
|
+
line-height: calc( 1.4285714286 * 14px - 0.125rem );
|
32392
32392
|
display: inline-block;
|
32393
32393
|
font-size: 12px;
|
32394
32394
|
color: #2468f2;
|
@@ -32789,7 +32789,7 @@ readers do not read off random characters that represent icons */
|
|
32789
32789
|
2
|
32790
32790
|
) 0.625rem;
|
32791
32791
|
border-bottom: 0.0625rem solid #fff;
|
32792
|
-
font-size:
|
32792
|
+
font-size: 14px;
|
32793
32793
|
color: #333;
|
32794
32794
|
font-weight: 400;
|
32795
32795
|
white-space: nowrap;
|
@@ -34365,7 +34365,7 @@ readers do not read off random characters that represent icons */
|
|
34365
34365
|
20 / 12
|
34366
34366
|
) / 2
|
34367
34367
|
) 0.625rem;
|
34368
|
-
font-size:
|
34368
|
+
font-size: 14px;
|
34369
34369
|
color: #333;
|
34370
34370
|
font-weight: 400;
|
34371
34371
|
white-space: nowrap;
|
@@ -35883,7 +35883,7 @@ readers do not read off random characters that represent icons */
|
|
35883
35883
|
.amis-scope .cxd-ColumnToggler-menuItem,
|
35884
35884
|
.amis-scope .cxd-ColumnToggler-menu > li {
|
35885
35885
|
padding: calc(
|
35886
|
-
(2.125rem -
|
35886
|
+
(2.125rem - 14px * 1.5) /
|
35887
35887
|
2
|
35888
35888
|
) 0.5rem;
|
35889
35889
|
white-space: nowrap;
|
@@ -36268,7 +36268,7 @@ readers do not read off random characters that represent icons */
|
|
36268
36268
|
.amis-scope .cxd-ListItem-title {
|
36269
36269
|
margin: 0;
|
36270
36270
|
padding: 0;
|
36271
|
-
font-size:
|
36271
|
+
font-size: 14px;
|
36272
36272
|
color: #333;
|
36273
36273
|
font-weight: 400;
|
36274
36274
|
}
|
@@ -36560,7 +36560,7 @@ readers do not read off random characters that represent icons */
|
|
36560
36560
|
}
|
36561
36561
|
|
36562
36562
|
.amis-scope .cxd-Card-subTitle {
|
36563
|
-
max-height: calc(
|
36563
|
+
max-height: calc(14px * 1.5 * 2);
|
36564
36564
|
overflow: hidden;
|
36565
36565
|
text-overflow: ellipsis;
|
36566
36566
|
color: #b8babf;
|
@@ -38121,7 +38121,7 @@ readers do not read off random characters that represent icons */
|
|
38121
38121
|
}
|
38122
38122
|
|
38123
38123
|
.amis-scope .cxd-Image-title {
|
38124
|
-
font-size:
|
38124
|
+
font-size: 14px;
|
38125
38125
|
color: #333;
|
38126
38126
|
}
|
38127
38127
|
|
@@ -38198,10 +38198,10 @@ readers do not read off random characters that represent icons */
|
|
38198
38198
|
padding: calc(
|
38199
38199
|
(
|
38200
38200
|
2rem - 1.4285714286 *
|
38201
|
-
|
38201
|
+
14px - 0.125rem
|
38202
38202
|
) / 2
|
38203
38203
|
) 0.625rem;
|
38204
|
-
font-size:
|
38204
|
+
font-size: 14px;
|
38205
38205
|
flex-wrap: wrap;
|
38206
38206
|
justify-content: flex-start;
|
38207
38207
|
}
|
@@ -38214,7 +38214,7 @@ readers do not read off random characters that represent icons */
|
|
38214
38214
|
border: none;
|
38215
38215
|
color: #151b26;
|
38216
38216
|
width: 100%;
|
38217
|
-
height: calc(1.4285714286 *
|
38217
|
+
height: calc(1.4285714286 * 14px);
|
38218
38218
|
}
|
38219
38219
|
|
38220
38220
|
.amis-scope .cxd-InputBox input::placeholder {
|
@@ -38350,10 +38350,10 @@ readers do not read off random characters that represent icons */
|
|
38350
38350
|
padding: calc(
|
38351
38351
|
(
|
38352
38352
|
2rem - 1.4285714286 *
|
38353
|
-
|
38353
|
+
14px - 0.125rem
|
38354
38354
|
) / 2
|
38355
38355
|
) 0.625rem;
|
38356
|
-
font-size:
|
38356
|
+
font-size: 14px;
|
38357
38357
|
flex-wrap: wrap;
|
38358
38358
|
justify-content: flex-start;
|
38359
38359
|
align-items: center;
|
@@ -38589,10 +38589,10 @@ readers do not read off random characters that represent icons */
|
|
38589
38589
|
padding: calc(
|
38590
38590
|
(
|
38591
38591
|
2rem - 1.4285714286 *
|
38592
|
-
|
38592
|
+
14px - 0.125rem
|
38593
38593
|
) / 2
|
38594
38594
|
) 0.625rem;
|
38595
|
-
font-size:
|
38595
|
+
font-size: 14px;
|
38596
38596
|
flex-wrap: wrap;
|
38597
38597
|
justify-content: flex-start;
|
38598
38598
|
flex-wrap: wrap;
|
@@ -38611,7 +38611,7 @@ readers do not read off random characters that represent icons */
|
|
38611
38611
|
border: none;
|
38612
38612
|
color: #151b26;
|
38613
38613
|
width: 100%;
|
38614
|
-
height: calc(1.4285714286 *
|
38614
|
+
height: calc(1.4285714286 * 14px);
|
38615
38615
|
}
|
38616
38616
|
|
38617
38617
|
.amis-scope .cxd-ResultBox input::placeholder {
|
@@ -38771,7 +38771,7 @@ readers do not read off random characters that represent icons */
|
|
38771
38771
|
.amis-scope .cxd-ResultBox-value {
|
38772
38772
|
background: #f7f7f9;
|
38773
38773
|
color: #000;
|
38774
|
-
font-size:
|
38774
|
+
font-size: 14px;
|
38775
38775
|
padding: 0 0.25rem;
|
38776
38776
|
min-height: 1.5rem;
|
38777
38777
|
flex-wrap: nowrap;
|
@@ -38917,7 +38917,7 @@ readers do not read off random characters that represent icons */
|
|
38917
38917
|
display: inline-flex;
|
38918
38918
|
flex-direction: row;
|
38919
38919
|
line-height: 1.4285714286;
|
38920
|
-
font-size:
|
38920
|
+
font-size: 14px;
|
38921
38921
|
flex-wrap: nowrap;
|
38922
38922
|
align-items: center;
|
38923
38923
|
justify-content: flex-end;
|
@@ -39008,7 +39008,7 @@ readers do not read off random characters that represent icons */
|
|
39008
39008
|
background: transparent;
|
39009
39009
|
color: #151b26;
|
39010
39010
|
width: 0;
|
39011
|
-
height: calc(1.4285714286 *
|
39011
|
+
height: calc(1.4285714286 * 14px);
|
39012
39012
|
}
|
39013
39013
|
|
39014
39014
|
.amis-scope .cxd-SearchBox > input::placeholder {
|
@@ -39059,7 +39059,7 @@ readers do not read off random characters that represent icons */
|
|
39059
39059
|
.amis-scope .cxd-ListMenu-groupLabel {
|
39060
39060
|
font-size: 10px;
|
39061
39061
|
color: #b8babf;
|
39062
|
-
padding: calc( ( 1.875rem - 1.4285714286 *
|
39062
|
+
padding: calc( ( 1.875rem - 1.4285714286 * 14px - 0.5rem ) / 2 ) 0 0 calc(0.625rem - 0.25rem);
|
39063
39063
|
}
|
39064
39064
|
|
39065
39065
|
.amis-scope .cxd-ListMenu-group:not(:first-child) > .cxd-ListMenu-groupLabel {
|
@@ -39071,9 +39071,9 @@ readers do not read off random characters that represent icons */
|
|
39071
39071
|
min-height: 1.875rem;
|
39072
39072
|
color: #333;
|
39073
39073
|
line-height: 1.4285714286;
|
39074
|
-
font-size:
|
39074
|
+
font-size: 14px;
|
39075
39075
|
cursor: pointer;
|
39076
|
-
padding: calc( ( 1.875rem - 1.4285714286 *
|
39076
|
+
padding: calc( ( 1.875rem - 1.4285714286 * 14px ) / 2 ) 0.625rem;
|
39077
39077
|
}
|
39078
39078
|
|
39079
39079
|
.amis-scope .cxd-ListMenu-item.is-active {
|
@@ -39096,9 +39096,9 @@ readers do not read off random characters that represent icons */
|
|
39096
39096
|
min-height: 1.875rem;
|
39097
39097
|
color: #b8babf;
|
39098
39098
|
line-height: 1.4285714286;
|
39099
|
-
font-size:
|
39099
|
+
font-size: 14px;
|
39100
39100
|
cursor: pointer;
|
39101
|
-
padding: calc( ( 1.875rem - 1.4285714286 *
|
39101
|
+
padding: calc( ( 1.875rem - 1.4285714286 * 14px ) / 2 ) 0.625rem;
|
39102
39102
|
}
|
39103
39103
|
|
39104
39104
|
.amis-scope .cxd-PopOver > .cxd-ListMenu {
|
@@ -39258,7 +39258,7 @@ readers do not read off random characters that represent icons */
|
|
39258
39258
|
}
|
39259
39259
|
|
39260
39260
|
.amis-scope .cxd-Icon {
|
39261
|
-
height:
|
39261
|
+
height: 14px;
|
39262
39262
|
vertical-align: middle;
|
39263
39263
|
}
|
39264
39264
|
|
@@ -39338,7 +39338,7 @@ readers do not read off random characters that represent icons */
|
|
39338
39338
|
|
39339
39339
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-subTitle {
|
39340
39340
|
padding-left: 0.625rem;
|
39341
|
-
font-size:
|
39341
|
+
font-size: 14px;
|
39342
39342
|
color: #151a26;
|
39343
39343
|
}
|
39344
39344
|
|
@@ -39900,7 +39900,7 @@ readers do not read off random characters that represent icons */
|
|
39900
39900
|
|
39901
39901
|
.amis-scope fieldset.cxd-Collapse--base > legend {
|
39902
39902
|
left: 1rem;
|
39903
|
-
font-size:
|
39903
|
+
font-size: 14px;
|
39904
39904
|
padding: 0 8px;
|
39905
39905
|
margin: 0 0 0 -8px;
|
39906
39906
|
}
|
@@ -40142,7 +40142,7 @@ readers do not read off random characters that represent icons */
|
|
40142
40142
|
line-height: calc( 2rem - calc(
|
40143
40143
|
(
|
40144
40144
|
2rem - 1.4285714286 *
|
40145
|
-
|
40145
|
+
14px - 0.125rem
|
40146
40146
|
) / 2
|
40147
40147
|
) * 2 - 0.0625rem * 2 );
|
40148
40148
|
height: 2rem;
|
@@ -40150,7 +40150,7 @@ readers do not read off random characters that represent icons */
|
|
40150
40150
|
padding: calc(
|
40151
40151
|
(
|
40152
40152
|
2rem - 1.4285714286 *
|
40153
|
-
|
40153
|
+
14px - 0.125rem
|
40154
40154
|
) / 2
|
40155
40155
|
) 0.625rem;
|
40156
40156
|
}
|
@@ -40286,10 +40286,10 @@ readers do not read off random characters that represent icons */
|
|
40286
40286
|
padding: calc(
|
40287
40287
|
(
|
40288
40288
|
2rem - 1.4285714286 *
|
40289
|
-
|
40289
|
+
14px - 0.125rem
|
40290
40290
|
) / 2
|
40291
40291
|
) 0.625rem;
|
40292
|
-
font-size:
|
40292
|
+
font-size: 14px;
|
40293
40293
|
flex-wrap: wrap;
|
40294
40294
|
justify-content: flex-start;
|
40295
40295
|
}
|
@@ -40302,7 +40302,7 @@ readers do not read off random characters that represent icons */
|
|
40302
40302
|
border: none;
|
40303
40303
|
color: #151b26;
|
40304
40304
|
width: 100%;
|
40305
|
-
height: calc(1.4285714286 *
|
40305
|
+
height: calc(1.4285714286 * 14px);
|
40306
40306
|
}
|
40307
40307
|
|
40308
40308
|
.amis-scope .cxd-TextControl-input input::placeholder {
|
@@ -40349,7 +40349,7 @@ readers do not read off random characters that represent icons */
|
|
40349
40349
|
}
|
40350
40350
|
|
40351
40351
|
.amis-scope .cxd-TextControl-spinner {
|
40352
|
-
line-height: calc( 1.4285714286 *
|
40352
|
+
line-height: calc( 1.4285714286 * 14px );
|
40353
40353
|
}
|
40354
40354
|
|
40355
40355
|
.amis-scope .cxd-TextControl-clear {
|
@@ -40400,7 +40400,7 @@ readers do not read off random characters that represent icons */
|
|
40400
40400
|
top: calc(
|
40401
40401
|
(
|
40402
40402
|
2rem - 1.4285714286 *
|
40403
|
-
|
40403
|
+
14px - 0.125rem
|
40404
40404
|
) / 2
|
40405
40405
|
);
|
40406
40406
|
margin-top: calc(2 * 0.0625rem);
|
@@ -40543,7 +40543,7 @@ readers do not read off random characters that represent icons */
|
|
40543
40543
|
}
|
40544
40544
|
|
40545
40545
|
.amis-scope .cxd-TextControl-sugItem {
|
40546
|
-
padding: calc( ( 2rem - 1.4285714286 *
|
40546
|
+
padding: calc( ( 2rem - 1.4285714286 * 14px - 0.125rem ) / 2 ) 0.75rem;
|
40547
40547
|
}
|
40548
40548
|
|
40549
40549
|
.amis-scope .cxd-TextControl-sugItem svg {
|
@@ -40568,7 +40568,7 @@ readers do not read off random characters that represent icons */
|
|
40568
40568
|
|
40569
40569
|
.amis-scope .cxd-TextControl-value {
|
40570
40570
|
user-select: none;
|
40571
|
-
line-height: calc( 1.4285714286 *
|
40571
|
+
line-height: calc( 1.4285714286 * 14px );
|
40572
40572
|
vertical-align: middle;
|
40573
40573
|
display: inline-block;
|
40574
40574
|
}
|
@@ -40579,7 +40579,7 @@ readers do not read off random characters that represent icons */
|
|
40579
40579
|
padding: calc(calc(
|
40580
40580
|
(
|
40581
40581
|
2rem - 1.4285714286 *
|
40582
|
-
|
40582
|
+
14px - 0.125rem
|
40583
40583
|
) / 2
|
40584
40584
|
) - 0.125rem) calc(0.625rem - 0.1875rem);
|
40585
40585
|
}
|
@@ -40603,7 +40603,7 @@ readers do not read off random characters that represent icons */
|
|
40603
40603
|
|
40604
40604
|
.amis-scope .cxd-TextControl-input--multiple .cxd-TextControl-value {
|
40605
40605
|
white-space: nowrap;
|
40606
|
-
line-height: calc( 1.4285714286 *
|
40606
|
+
line-height: calc( 1.4285714286 * 14px - 0.125rem );
|
40607
40607
|
font-size: 12px;
|
40608
40608
|
background: #f7f7f9;
|
40609
40609
|
border-radius: 0.125rem;
|
@@ -40643,6 +40643,8 @@ readers do not read off random characters that represent icons */
|
|
40643
40643
|
|
40644
40644
|
.amis-scope .cxd-TextControl-revealPassword {
|
40645
40645
|
font-size: 0;
|
40646
|
+
display: inline-flex;
|
40647
|
+
align-items: center;
|
40646
40648
|
}
|
40647
40649
|
|
40648
40650
|
.amis-scope .cxd-TextControl-revealPassword .icon {
|
@@ -40681,10 +40683,10 @@ readers do not read off random characters that represent icons */
|
|
40681
40683
|
padding: calc(
|
40682
40684
|
(
|
40683
40685
|
2rem - 1.4285714286 *
|
40684
|
-
|
40686
|
+
14px - 0.125rem
|
40685
40687
|
) / 2
|
40686
40688
|
) 0.625rem;
|
40687
|
-
font-size:
|
40689
|
+
font-size: 14px;
|
40688
40690
|
flex-wrap: wrap;
|
40689
40691
|
justify-content: flex-start;
|
40690
40692
|
}
|
@@ -40697,7 +40699,7 @@ readers do not read off random characters that represent icons */
|
|
40697
40699
|
border: none;
|
40698
40700
|
color: #151b26;
|
40699
40701
|
width: 100%;
|
40700
|
-
height: calc(1.4285714286 *
|
40702
|
+
height: calc(1.4285714286 * 14px);
|
40701
40703
|
}
|
40702
40704
|
|
40703
40705
|
.amis-scope .cxd-TextareaControl-input input::placeholder {
|
@@ -40744,7 +40746,7 @@ readers do not read off random characters that represent icons */
|
|
40744
40746
|
}
|
40745
40747
|
|
40746
40748
|
.amis-scope .cxd-TextareaControl-spinner {
|
40747
|
-
line-height: calc( 1.4285714286 *
|
40749
|
+
line-height: calc( 1.4285714286 * 14px );
|
40748
40750
|
}
|
40749
40751
|
|
40750
40752
|
.amis-scope .cxd-TextareaControl-clear {
|
@@ -40794,10 +40796,10 @@ readers do not read off random characters that represent icons */
|
|
40794
40796
|
padding: calc(
|
40795
40797
|
(
|
40796
40798
|
2rem - 1.4285714286 *
|
40797
|
-
|
40799
|
+
14px - 0.125rem
|
40798
40800
|
) / 2
|
40799
40801
|
) 0.625rem;
|
40800
|
-
font-size:
|
40802
|
+
font-size: 14px;
|
40801
40803
|
display: block;
|
40802
40804
|
width: 100%;
|
40803
40805
|
line-height: 1.4285714286;
|
@@ -40829,7 +40831,7 @@ readers do not read off random characters that represent icons */
|
|
40829
40831
|
bottom: calc(
|
40830
40832
|
(
|
40831
40833
|
2rem - 1.4285714286 *
|
40832
|
-
|
40834
|
+
14px - 0.125rem
|
40833
40835
|
) / 2
|
40834
40836
|
);
|
40835
40837
|
font-size: 12px;
|
@@ -40863,7 +40865,7 @@ readers do not read off random characters that represent icons */
|
|
40863
40865
|
bottom: calc(
|
40864
40866
|
(
|
40865
40867
|
2rem - 1.4285714286 *
|
40866
|
-
|
40868
|
+
14px - 0.125rem
|
40867
40869
|
) / 2
|
40868
40870
|
);
|
40869
40871
|
}
|
@@ -41313,7 +41315,7 @@ readers do not read off random characters that represent icons */
|
|
41313
41315
|
margin-bottom: calc(
|
41314
41316
|
(
|
41315
41317
|
2rem - 1.4285714286 *
|
41316
|
-
|
41318
|
+
14px
|
41317
41319
|
) / 2
|
41318
41320
|
);
|
41319
41321
|
}
|
@@ -41368,8 +41370,8 @@ readers do not read off random characters that represent icons */
|
|
41368
41370
|
.amis-scope .cxd-Selection > .cxd-Checkbox {
|
41369
41371
|
display: block;
|
41370
41372
|
line-height: 1.4285714286;
|
41371
|
-
font-size:
|
41372
|
-
padding: calc( ( 2rem - 1.4285714286 *
|
41373
|
+
font-size: 14px;
|
41374
|
+
padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) calc(0.5rem + 1rem);
|
41373
41375
|
}
|
41374
41376
|
|
41375
41377
|
.amis-scope .cxd-Selection--inline > .cxd-Checkbox {
|
@@ -41406,8 +41408,8 @@ readers do not read off random characters that represent icons */
|
|
41406
41408
|
.amis-scope .cxd-GroupedSelection-item {
|
41407
41409
|
display: flex;
|
41408
41410
|
line-height: 1.4285714286;
|
41409
|
-
font-size:
|
41410
|
-
padding: calc( ( 2rem - 1.4285714286 *
|
41411
|
+
font-size: 14px;
|
41412
|
+
padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
|
41411
41413
|
flex-direction: row;
|
41412
41414
|
cursor: pointer;
|
41413
41415
|
user-select: none;
|
@@ -41450,8 +41452,8 @@ readers do not read off random characters that represent icons */
|
|
41450
41452
|
.amis-scope .cxd-GroupedSelection-placeholder {
|
41451
41453
|
height: 2rem;
|
41452
41454
|
line-height: 1.4285714286;
|
41453
|
-
font-size:
|
41454
|
-
padding: calc( ( 2rem - 1.4285714286 *
|
41455
|
+
font-size: 14px;
|
41456
|
+
padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
|
41455
41457
|
color: #b8babf;
|
41456
41458
|
height: 100%;
|
41457
41459
|
display: flex;
|
@@ -41523,7 +41525,7 @@ readers do not read off random characters that represent icons */
|
|
41523
41525
|
align-items: center;
|
41524
41526
|
line-height: 1.5rem;
|
41525
41527
|
position: relative;
|
41526
|
-
font-size:
|
41528
|
+
font-size: 14px;
|
41527
41529
|
padding: 0 0.5rem;
|
41528
41530
|
flex-direction: row;
|
41529
41531
|
cursor: pointer;
|
@@ -41562,8 +41564,8 @@ readers do not read off random characters that represent icons */
|
|
41562
41564
|
.amis-scope .cxd-TreeSelection-placeholder {
|
41563
41565
|
height: 2rem;
|
41564
41566
|
line-height: 1.4285714286;
|
41565
|
-
font-size:
|
41566
|
-
padding: calc( ( 2rem - 1.4285714286 *
|
41567
|
+
font-size: 14px;
|
41568
|
+
padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
|
41567
41569
|
color: #b8babf;
|
41568
41570
|
}
|
41569
41571
|
|
@@ -41591,8 +41593,8 @@ readers do not read off random characters that represent icons */
|
|
41591
41593
|
.amis-scope .cxd-ChainedSelection-item {
|
41592
41594
|
display: flex;
|
41593
41595
|
line-height: 1.4285714286;
|
41594
|
-
font-size:
|
41595
|
-
padding: calc( ( 2rem - 1.4285714286 *
|
41596
|
+
font-size: 14px;
|
41597
|
+
padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
|
41596
41598
|
flex-direction: row;
|
41597
41599
|
cursor: pointer;
|
41598
41600
|
user-select: none;
|
@@ -41628,8 +41630,8 @@ readers do not read off random characters that represent icons */
|
|
41628
41630
|
.amis-scope .cxd-ChainedSelection-placeholder {
|
41629
41631
|
height: 2rem;
|
41630
41632
|
line-height: 1.4285714286;
|
41631
|
-
font-size:
|
41632
|
-
padding: calc( ( 2rem - 1.4285714286 *
|
41633
|
+
font-size: 14px;
|
41634
|
+
padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
|
41633
41635
|
color: #b8babf;
|
41634
41636
|
}
|
41635
41637
|
|
@@ -41708,10 +41710,10 @@ readers do not read off random characters that represent icons */
|
|
41708
41710
|
padding: calc(
|
41709
41711
|
(
|
41710
41712
|
2rem - 1.4285714286 *
|
41711
|
-
|
41713
|
+
14px - 0.125rem
|
41712
41714
|
) / 2
|
41713
41715
|
) 0.625rem;
|
41714
|
-
font-size:
|
41716
|
+
font-size: 14px;
|
41715
41717
|
}
|
41716
41718
|
|
41717
41719
|
.amis-scope .cxd-CityPicker-input::placeholder {
|
@@ -41747,10 +41749,10 @@ readers do not read off random characters that represent icons */
|
|
41747
41749
|
padding: calc(
|
41748
41750
|
(
|
41749
41751
|
2rem - 1.4285714286 *
|
41750
|
-
|
41752
|
+
14px - 0.125rem
|
41751
41753
|
) / 2
|
41752
41754
|
) 0.625rem;
|
41753
|
-
font-size:
|
41755
|
+
font-size: 14px;
|
41754
41756
|
display: inline-flex !important;
|
41755
41757
|
}
|
41756
41758
|
|
@@ -41777,6 +41779,7 @@ readers do not read off random characters that represent icons */
|
|
41777
41779
|
margin: 0;
|
41778
41780
|
vertical-align: middle;
|
41779
41781
|
text-align: left;
|
41782
|
+
transition: all 0.5s ease;
|
41780
41783
|
}
|
41781
41784
|
|
41782
41785
|
.amis-scope .cxd-Switch.is-disabled {
|
@@ -41868,7 +41871,7 @@ readers do not read off random characters that represent icons */
|
|
41868
41871
|
margin: 0;
|
41869
41872
|
padding: 0;
|
41870
41873
|
line-height: 2rem;
|
41871
|
-
font-size:
|
41874
|
+
font-size: 14px;
|
41872
41875
|
height: 2rem;
|
41873
41876
|
display: inline-block;
|
41874
41877
|
vertical-align: middle;
|
@@ -42185,12 +42188,12 @@ readers do not read off random characters that represent icons */
|
|
42185
42188
|
align-items: center;
|
42186
42189
|
outline: none;
|
42187
42190
|
position: relative;
|
42188
|
-
font-size:
|
42191
|
+
font-size: 14px;
|
42189
42192
|
border: 0.0625rem solid #e8e9eb;
|
42190
42193
|
background: #fff;
|
42191
42194
|
border-radius: 0.25rem;
|
42192
42195
|
min-height: 2rem;
|
42193
|
-
padding: calc( ( 2rem - 1.4285714286 *
|
42196
|
+
padding: calc( ( 2rem - 1.4285714286 * 14px - 0.0625rem * 2 ) / 2 ) 0 calc( ( 2rem - 1.4285714286 * 14px - 0.0625rem * 2 ) / 2 ) 0.625rem;
|
42194
42197
|
cursor: pointer;
|
42195
42198
|
color: #000;
|
42196
42199
|
}
|
@@ -42262,7 +42265,7 @@ readers do not read off random characters that represent icons */
|
|
42262
42265
|
}
|
42263
42266
|
|
42264
42267
|
.amis-scope .cxd-Select-value {
|
42265
|
-
line-height: calc( 1.4285714286 *
|
42268
|
+
line-height: calc( 1.4285714286 * 14px );
|
42266
42269
|
white-space: nowrap;
|
42267
42270
|
max-width: 100%;
|
42268
42271
|
overflow: hidden;
|
@@ -42301,7 +42304,7 @@ readers do not read off random characters that represent icons */
|
|
42301
42304
|
position: static;
|
42302
42305
|
white-space: normal;
|
42303
42306
|
user-select: none;
|
42304
|
-
line-height: calc( 1.4285714286 *
|
42307
|
+
line-height: calc( 1.4285714286 * 14px - 0.125rem );
|
42305
42308
|
display: inline-block;
|
42306
42309
|
vertical-align: middle;
|
42307
42310
|
font-size: 12px;
|
@@ -42447,7 +42450,7 @@ readers do not read off random characters that represent icons */
|
|
42447
42450
|
.amis-scope .cxd-Select-option {
|
42448
42451
|
cursor: pointer;
|
42449
42452
|
min-width: 7.5rem;
|
42450
|
-
padding: calc( ( 1.5rem - 1.4285714286 *
|
42453
|
+
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.625rem;
|
42451
42454
|
}
|
42452
42455
|
|
42453
42456
|
.amis-scope .cxd-Select-option.is-active {
|
@@ -42484,7 +42487,7 @@ readers do not read off random characters that represent icons */
|
|
42484
42487
|
line-height: 1.4285714286;
|
42485
42488
|
font-size: 12px;
|
42486
42489
|
user-select: none;
|
42487
|
-
padding: calc( ( 1.5rem - 1.4285714286 *
|
42490
|
+
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.625rem;
|
42488
42491
|
}
|
42489
42492
|
|
42490
42493
|
.amis-scope .cxd-Select-option-hl {
|
@@ -42494,7 +42497,7 @@ readers do not read off random characters that represent icons */
|
|
42494
42497
|
.amis-scope .cxd-Select-addBtn {
|
42495
42498
|
display: block;
|
42496
42499
|
cursor: pointer;
|
42497
|
-
padding: calc( ( 1.5rem - 1.4285714286 *
|
42500
|
+
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.625rem;
|
42498
42501
|
}
|
42499
42502
|
|
42500
42503
|
.amis-scope .cxd-Select-addBtn:hover {
|
@@ -42514,7 +42517,7 @@ readers do not read off random characters that represent icons */
|
|
42514
42517
|
}
|
42515
42518
|
|
42516
42519
|
.amis-scope .cxd-Select-spinner {
|
42517
|
-
line-height: calc( 1.4285714286 *
|
42520
|
+
line-height: calc( 1.4285714286 * 14px );
|
42518
42521
|
}
|
42519
42522
|
|
42520
42523
|
.amis-scope .cxd-Select-clear {
|
@@ -42600,8 +42603,8 @@ readers do not read off random characters that represent icons */
|
|
42600
42603
|
.amis-scope .cxd-Selections-title {
|
42601
42604
|
height: 2rem;
|
42602
42605
|
background: #f7f7f9;
|
42603
|
-
font-size:
|
42604
|
-
padding: calc( ( 2rem - 1.4285714286 *
|
42606
|
+
font-size: 14px;
|
42607
|
+
padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
|
42605
42608
|
}
|
42606
42609
|
|
42607
42610
|
.amis-scope .cxd-Selections-placeholder {
|
@@ -42614,7 +42617,7 @@ readers do not read off random characters that represent icons */
|
|
42614
42617
|
display: flex;
|
42615
42618
|
flex-direction: column;
|
42616
42619
|
justify-content: center;
|
42617
|
-
font-size:
|
42620
|
+
font-size: 14px;
|
42618
42621
|
}
|
42619
42622
|
|
42620
42623
|
.amis-scope .cxd-Selections-items {
|
@@ -42626,9 +42629,9 @@ readers do not read off random characters that represent icons */
|
|
42626
42629
|
flex-direction: row;
|
42627
42630
|
height: 2rem;
|
42628
42631
|
line-height: 1.4285714286;
|
42629
|
-
font-size:
|
42632
|
+
font-size: 14px;
|
42630
42633
|
align-items: center;
|
42631
|
-
padding: calc( ( 2rem - 1.4285714286 *
|
42634
|
+
padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
|
42632
42635
|
}
|
42633
42636
|
|
42634
42637
|
.amis-scope .cxd-Selections-item > label {
|
@@ -42675,7 +42678,7 @@ readers do not read off random characters that represent icons */
|
|
42675
42678
|
.amis-scope .cxd-ListControl-item {
|
42676
42679
|
position: relative;
|
42677
42680
|
user-select: none;
|
42678
|
-
font-size:
|
42681
|
+
font-size: 14px;
|
42679
42682
|
display: inline-block;
|
42680
42683
|
vertical-align: middle;
|
42681
42684
|
margin: calc(0.625rem / 2);
|
@@ -42923,7 +42926,7 @@ readers do not read off random characters that represent icons */
|
|
42923
42926
|
}
|
42924
42927
|
|
42925
42928
|
.amis-scope .cxd-MapPicker-itemTitle {
|
42926
|
-
font-size:
|
42929
|
+
font-size: 14px;
|
42927
42930
|
}
|
42928
42931
|
|
42929
42932
|
.amis-scope .cxd-MapPicker-itemDesc {
|
@@ -42932,7 +42935,7 @@ readers do not read off random characters that represent icons */
|
|
42932
42935
|
|
42933
42936
|
.amis-scope .cxd-MapPicker-sugItem {
|
42934
42937
|
cursor: pointer;
|
42935
|
-
padding: calc( ( 1.5rem - 1.4285714286 *
|
42938
|
+
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.625rem;
|
42936
42939
|
}
|
42937
42940
|
|
42938
42941
|
.amis-scope .cxd-MapPicker-sugItem:hover {
|
@@ -42954,11 +42957,11 @@ readers do not read off random characters that represent icons */
|
|
42954
42957
|
flex-wrap: nowrap;
|
42955
42958
|
white-space: nowrap;
|
42956
42959
|
border: 0.0625rem solid #e8e9eb;
|
42957
|
-
font-size:
|
42960
|
+
font-size: 14px;
|
42958
42961
|
padding: calc(
|
42959
42962
|
(
|
42960
42963
|
2rem - 1.4285714286 *
|
42961
|
-
|
42964
|
+
14px
|
42962
42965
|
) / 2 - 0.0625rem
|
42963
42966
|
) 0.75rem;
|
42964
42967
|
background: #fff;
|
@@ -42988,7 +42991,7 @@ readers do not read off random characters that represent icons */
|
|
42988
42991
|
flex-grow: 1;
|
42989
42992
|
padding: 0;
|
42990
42993
|
margin: 0;
|
42991
|
-
height: calc(
|
42994
|
+
height: calc(14px * 1.4285714286);
|
42992
42995
|
}
|
42993
42996
|
|
42994
42997
|
.amis-scope .cxd-ColorPicker-input::placeholder {
|
@@ -43552,7 +43555,7 @@ readers do not read off random characters that represent icons */
|
|
43552
43555
|
.amis-scope .cxd-CalendarInput {
|
43553
43556
|
outline: none;
|
43554
43557
|
width: 3.5rem;
|
43555
|
-
font-size:
|
43558
|
+
font-size: 14px;
|
43556
43559
|
color: #2468f2;
|
43557
43560
|
border: 1px solid #e8e9eb;
|
43558
43561
|
border-radius: 0.25rem;
|
@@ -43561,7 +43564,7 @@ readers do not read off random characters that represent icons */
|
|
43561
43564
|
padding: calc(
|
43562
43565
|
(
|
43563
43566
|
2.5rem - 1.5 *
|
43564
|
-
|
43567
|
+
14px
|
43565
43568
|
) / 2
|
43566
43569
|
) 0.625rem;
|
43567
43570
|
box-shadow: none;
|
@@ -44381,7 +44384,7 @@ readers do not read off random characters that represent icons */
|
|
44381
44384
|
padding: calc(
|
44382
44385
|
(
|
44383
44386
|
2rem - 0.0625rem * 2 -
|
44384
|
-
1.4285714286 *
|
44387
|
+
1.4285714286 * 14px
|
44385
44388
|
) / 2
|
44386
44389
|
) 0.75rem;
|
44387
44390
|
cursor: pointer;
|
@@ -45338,8 +45341,8 @@ readers do not read off random characters that represent icons */
|
|
45338
45341
|
border: 0.0625rem solid #e8e9eb;
|
45339
45342
|
border-radius: 0.25rem;
|
45340
45343
|
line-height: 1.4285714286;
|
45341
|
-
padding: calc( ( calc(2rem * 0.85) - 1.4285714286 *
|
45342
|
-
font-size:
|
45344
|
+
padding: calc( ( calc(2rem * 0.85) - 1.4285714286 * 14px - 0.125rem ) / 2 ) 0.625rem;
|
45345
|
+
font-size: 14px;
|
45343
45346
|
}
|
45344
45347
|
|
45345
45348
|
.amis-scope .cxd-Tree-itemInput > input::placeholder {
|
@@ -45494,10 +45497,10 @@ readers do not read off random characters that represent icons */
|
|
45494
45497
|
padding: calc(
|
45495
45498
|
(
|
45496
45499
|
2rem - 1.4285714286 *
|
45497
|
-
|
45500
|
+
14px - 0.125rem
|
45498
45501
|
) / 2
|
45499
45502
|
) 0.625rem;
|
45500
|
-
font-size:
|
45503
|
+
font-size: 14px;
|
45501
45504
|
flex-wrap: wrap;
|
45502
45505
|
justify-content: flex-start;
|
45503
45506
|
}
|
@@ -45510,7 +45513,7 @@ readers do not read off random characters that represent icons */
|
|
45510
45513
|
border: none;
|
45511
45514
|
color: #151b26;
|
45512
45515
|
width: 100%;
|
45513
|
-
height: calc(1.4285714286 *
|
45516
|
+
height: calc(1.4285714286 * 14px);
|
45514
45517
|
}
|
45515
45518
|
|
45516
45519
|
.amis-scope .cxd-TreeSelect-input input::placeholder {
|
@@ -45557,7 +45560,7 @@ readers do not read off random characters that represent icons */
|
|
45557
45560
|
}
|
45558
45561
|
|
45559
45562
|
.amis-scope .cxd-TreeSelect-spinner {
|
45560
|
-
line-height: calc( 1.4285714286 *
|
45563
|
+
line-height: calc( 1.4285714286 * 14px );
|
45561
45564
|
}
|
45562
45565
|
|
45563
45566
|
.amis-scope .cxd-TreeSelect-clear {
|
@@ -45631,7 +45634,7 @@ readers do not read off random characters that represent icons */
|
|
45631
45634
|
padding-top: calc(
|
45632
45635
|
(
|
45633
45636
|
2rem - 1.4285714286 *
|
45634
|
-
|
45637
|
+
14px
|
45635
45638
|
) / 2
|
45636
45639
|
);
|
45637
45640
|
}
|
@@ -45700,7 +45703,7 @@ readers do not read off random characters that represent icons */
|
|
45700
45703
|
}
|
45701
45704
|
|
45702
45705
|
.amis-scope .cxd-Combo-addBtn img.cxd-Button-icon {
|
45703
|
-
height:
|
45706
|
+
height: 14px;
|
45704
45707
|
vertical-align: middle;
|
45705
45708
|
}
|
45706
45709
|
|
@@ -45814,7 +45817,7 @@ readers do not read off random characters that represent icons */
|
|
45814
45817
|
padding-top: calc(
|
45815
45818
|
(
|
45816
45819
|
2rem - 1.4285714286 *
|
45817
|
-
|
45820
|
+
14px
|
45818
45821
|
) / 2
|
45819
45822
|
);
|
45820
45823
|
}
|
@@ -45995,7 +45998,7 @@ readers do not read off random characters that represent icons */
|
|
45995
45998
|
.amis-scope .cxd-SubForm-value {
|
45996
45999
|
background: #f7f7f9;
|
45997
46000
|
color: #000;
|
45998
|
-
font-size:
|
46001
|
+
font-size: 14px;
|
45999
46002
|
padding: 0 0.25rem;
|
46000
46003
|
min-height: 1.5rem;
|
46001
46004
|
flex-wrap: nowrap;
|
@@ -46130,10 +46133,10 @@ readers do not read off random characters that represent icons */
|
|
46130
46133
|
padding: calc(
|
46131
46134
|
(
|
46132
46135
|
2rem - 1.4285714286 *
|
46133
|
-
|
46136
|
+
14px - 0.125rem
|
46134
46137
|
) / 2
|
46135
46138
|
) 0.625rem;
|
46136
|
-
font-size:
|
46139
|
+
font-size: 14px;
|
46137
46140
|
flex-wrap: wrap;
|
46138
46141
|
justify-content: flex-start;
|
46139
46142
|
}
|
@@ -46146,7 +46149,7 @@ readers do not read off random characters that represent icons */
|
|
46146
46149
|
border: none;
|
46147
46150
|
color: #151b26;
|
46148
46151
|
width: 100%;
|
46149
|
-
height: calc(1.4285714286 *
|
46152
|
+
height: calc(1.4285714286 * 14px);
|
46150
46153
|
}
|
46151
46154
|
|
46152
46155
|
.amis-scope .cxd-Picker-input input::placeholder {
|
@@ -46193,7 +46196,7 @@ readers do not read off random characters that represent icons */
|
|
46193
46196
|
}
|
46194
46197
|
|
46195
46198
|
.amis-scope .cxd-Picker-spinner {
|
46196
|
-
line-height: calc( 1.4285714286 *
|
46199
|
+
line-height: calc( 1.4285714286 * 14px );
|
46197
46200
|
}
|
46198
46201
|
|
46199
46202
|
.amis-scope .cxd-Picker-clear {
|
@@ -46283,7 +46286,7 @@ readers do not read off random characters that represent icons */
|
|
46283
46286
|
user-select: none;
|
46284
46287
|
white-space: nowrap;
|
46285
46288
|
vertical-align: middle;
|
46286
|
-
line-height: calc( 1.4285714286 *
|
46289
|
+
line-height: calc( 1.4285714286 * 14px - 0.125rem );
|
46287
46290
|
display: inline-block;
|
46288
46291
|
font-size: 12px;
|
46289
46292
|
color: #2468f2;
|
@@ -46445,7 +46448,7 @@ readers do not read off random characters that represent icons */
|
|
46445
46448
|
}
|
46446
46449
|
|
46447
46450
|
.amis-scope .cxd-TagControl-sugItem img.cxd-Button-icon {
|
46448
|
-
height:
|
46451
|
+
height: 14px;
|
46449
46452
|
vertical-align: middle;
|
46450
46453
|
}
|
46451
46454
|
|
@@ -46578,8 +46581,8 @@ readers do not read off random characters that represent icons */
|
|
46578
46581
|
background: #f7f7f9;
|
46579
46582
|
height: 1.875rem;
|
46580
46583
|
line-height: 1.4285714286;
|
46581
|
-
font-size:
|
46582
|
-
padding: calc( ( 1.875rem - 1.4285714286 *
|
46584
|
+
font-size: 14px;
|
46585
|
+
padding: calc( ( 1.875rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
|
46583
46586
|
flex-direction: row;
|
46584
46587
|
border-radius: 0.25rem 0.25rem 0 0;
|
46585
46588
|
}
|
@@ -46730,8 +46733,8 @@ readers do not read off random characters that represent icons */
|
|
46730
46733
|
.amis-scope .cxd-TabsTransfer-placeholder {
|
46731
46734
|
height: 2rem;
|
46732
46735
|
line-height: 1.4285714286;
|
46733
|
-
font-size:
|
46734
|
-
padding: calc( ( 2rem - 1.4285714286 *
|
46736
|
+
font-size: 14px;
|
46737
|
+
padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
|
46735
46738
|
color: #b8babf;
|
46736
46739
|
}
|
46737
46740
|
|
@@ -46910,7 +46913,7 @@ readers do not read off random characters that represent icons */
|
|
46910
46913
|
line-height: 1.4285714286;
|
46911
46914
|
font-size: 12px;
|
46912
46915
|
user-select: none;
|
46913
|
-
padding: calc( ( 1.5rem - 1.4285714286 *
|
46916
|
+
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.625rem;
|
46914
46917
|
}
|
46915
46918
|
|
46916
46919
|
.amis-scope .cxd-NestedSelect-menu {
|
@@ -47117,10 +47120,10 @@ readers do not read off random characters that represent icons */
|
|
47117
47120
|
padding: calc(
|
47118
47121
|
(
|
47119
47122
|
2rem - 1.4285714286 *
|
47120
|
-
|
47123
|
+
14px - 0.125rem
|
47121
47124
|
) / 2
|
47122
47125
|
) 0.625rem;
|
47123
|
-
font-size:
|
47126
|
+
font-size: 14px;
|
47124
47127
|
flex-wrap: wrap;
|
47125
47128
|
justify-content: flex-start;
|
47126
47129
|
}
|
@@ -47133,7 +47136,7 @@ readers do not read off random characters that represent icons */
|
|
47133
47136
|
border: none;
|
47134
47137
|
color: #151b26;
|
47135
47138
|
width: 100%;
|
47136
|
-
height: calc(1.4285714286 *
|
47139
|
+
height: calc(1.4285714286 * 14px);
|
47137
47140
|
}
|
47138
47141
|
|
47139
47142
|
.amis-scope .cxd-IconPickerControl-input input::placeholder {
|
@@ -47180,7 +47183,7 @@ readers do not read off random characters that represent icons */
|
|
47180
47183
|
}
|
47181
47184
|
|
47182
47185
|
.amis-scope .cxd-IconPickerControl-spinner {
|
47183
|
-
line-height: calc( 1.4285714286 *
|
47186
|
+
line-height: calc( 1.4285714286 * 14px );
|
47184
47187
|
}
|
47185
47188
|
|
47186
47189
|
.amis-scope .cxd-IconPickerControl-clear {
|
@@ -47226,24 +47229,20 @@ readers do not read off random characters that represent icons */
|
|
47226
47229
|
.amis-scope .cxd-IconPickerControl-placeholder {
|
47227
47230
|
color: #b8babf;
|
47228
47231
|
user-select: none;
|
47229
|
-
position: absolute;
|
47230
|
-
left: 0.625rem;
|
47231
|
-
top: calc(
|
47232
|
-
(
|
47233
|
-
2rem - 1.4285714286 *
|
47234
|
-
12px - 0.125rem
|
47235
|
-
) / 2
|
47236
|
-
);
|
47237
|
-
margin-top: calc(2 * 0.0625rem);
|
47238
47232
|
line-height: 1.4285714286;
|
47233
|
+
position: absolute;
|
47234
|
+
left: 2px;
|
47235
|
+
overflow: hidden;
|
47236
|
+
width: 100%;
|
47239
47237
|
}
|
47240
47238
|
|
47241
47239
|
.amis-scope .cxd-IconPickerControl-valueWrap {
|
47242
|
-
display: flex;
|
47243
47240
|
justify-content: space-between;
|
47244
47241
|
flex-grow: 1;
|
47245
47242
|
line-height: 1;
|
47246
47243
|
white-space: nowrap;
|
47244
|
+
width: 100%;
|
47245
|
+
position: relative;
|
47247
47246
|
}
|
47248
47247
|
|
47249
47248
|
.amis-scope .cxd-IconPickerControl-valueWrap > input {
|
@@ -47255,6 +47254,7 @@ readers do not read off random characters that represent icons */
|
|
47255
47254
|
.amis-scope .cxd-IconPickerControl-input--withAC {
|
47256
47255
|
position: relative;
|
47257
47256
|
flex-wrap: wrap;
|
47257
|
+
width: 100%;
|
47258
47258
|
}
|
47259
47259
|
|
47260
47260
|
.amis-scope .cxd-IconPickerControl-input--withAC > input {
|
@@ -47319,9 +47319,12 @@ readers do not read off random characters that represent icons */
|
|
47319
47319
|
|
47320
47320
|
.amis-scope .cxd-IconPickerControl-value {
|
47321
47321
|
user-select: none;
|
47322
|
-
line-height: calc( 1.4285714286 *
|
47322
|
+
line-height: calc( 1.4285714286 * 14px );
|
47323
47323
|
vertical-align: middle;
|
47324
47324
|
display: inline-block;
|
47325
|
+
overflow: hidden;
|
47326
|
+
width: 100%;
|
47327
|
+
text-overflow: ellipsis;
|
47325
47328
|
}
|
47326
47329
|
|
47327
47330
|
.amis-scope .cxd-IconPickerControl-value > i {
|
@@ -47330,7 +47333,7 @@ readers do not read off random characters that represent icons */
|
|
47330
47333
|
}
|
47331
47334
|
|
47332
47335
|
.amis-scope .cxd-Form {
|
47333
|
-
font-size:
|
47336
|
+
font-size: 14px;
|
47334
47337
|
position: relative;
|
47335
47338
|
}
|
47336
47339
|
|
@@ -47348,7 +47351,7 @@ readers do not read off random characters that represent icons */
|
|
47348
47351
|
padding-top: calc(
|
47349
47352
|
(
|
47350
47353
|
2rem - 1.4285714286 *
|
47351
|
-
|
47354
|
+
14px - 0.125rem
|
47352
47355
|
) / 2
|
47353
47356
|
);
|
47354
47357
|
}
|
@@ -47358,13 +47361,13 @@ readers do not read off random characters that represent icons */
|
|
47358
47361
|
padding-top: calc(
|
47359
47362
|
(
|
47360
47363
|
2rem - 1.4285714286 *
|
47361
|
-
|
47364
|
+
14px
|
47362
47365
|
) / 2
|
47363
47366
|
);
|
47364
47367
|
padding-bottom: calc(
|
47365
47368
|
(
|
47366
47369
|
2rem - 1.4285714286 *
|
47367
|
-
|
47370
|
+
14px
|
47368
47371
|
) / 2
|
47369
47372
|
);
|
47370
47373
|
margin-bottom: 0;
|
@@ -47381,7 +47384,7 @@ readers do not read off random characters that represent icons */
|
|
47381
47384
|
padding: calc(
|
47382
47385
|
(
|
47383
47386
|
2rem - 1.4285714286 *
|
47384
|
-
|
47387
|
+
14px - 0.125rem
|
47385
47388
|
) / 2
|
47386
47389
|
) 0.625rem;
|
47387
47390
|
}
|
@@ -47392,7 +47395,7 @@ readers do not read off random characters that represent icons */
|
|
47392
47395
|
padding: calc(
|
47393
47396
|
(
|
47394
47397
|
2rem - 1.4285714286 *
|
47395
|
-
|
47398
|
+
14px - 0.125rem
|
47396
47399
|
) / 2
|
47397
47400
|
) 0.625rem;
|
47398
47401
|
}
|
@@ -47401,7 +47404,7 @@ readers do not read off random characters that represent icons */
|
|
47401
47404
|
font-weight: 400;
|
47402
47405
|
margin-bottom: 0.25rem;
|
47403
47406
|
position: relative;
|
47404
|
-
font-size:
|
47407
|
+
font-size: 14px;
|
47405
47408
|
color: #5c5f66;
|
47406
47409
|
}
|
47407
47410
|
|
@@ -47436,7 +47439,7 @@ readers do not read off random characters that represent icons */
|
|
47436
47439
|
padding-top: calc(
|
47437
47440
|
(
|
47438
47441
|
2rem - 1.4285714286 *
|
47439
|
-
|
47442
|
+
14px - 0.125rem
|
47440
47443
|
) / 2
|
47441
47444
|
);
|
47442
47445
|
vertical-align: top;
|
@@ -47467,7 +47470,7 @@ readers do not read off random characters that represent icons */
|
|
47467
47470
|
padding-top: calc(
|
47468
47471
|
(
|
47469
47472
|
2rem - 1.4285714286 *
|
47470
|
-
|
47473
|
+
14px
|
47471
47474
|
) / 2
|
47472
47475
|
);
|
47473
47476
|
vertical-align: top;
|
@@ -47608,7 +47611,7 @@ readers do not read off random characters that represent icons */
|
|
47608
47611
|
padding-top: calc(
|
47609
47612
|
(
|
47610
47613
|
2rem - 1.4285714286 *
|
47611
|
-
|
47614
|
+
14px
|
47612
47615
|
) / 2
|
47613
47616
|
);
|
47614
47617
|
margin-bottom: 0;
|
@@ -47734,7 +47737,7 @@ readers do not read off random characters that represent icons */
|
|
47734
47737
|
padding-top: calc(
|
47735
47738
|
(
|
47736
47739
|
2rem - 1.4285714286 *
|
47737
|
-
|
47740
|
+
14px
|
47738
47741
|
) / 2
|
47739
47742
|
);
|
47740
47743
|
margin-bottom: 0;
|
@@ -47756,7 +47759,7 @@ readers do not read off random characters that represent icons */
|
|
47756
47759
|
padding-top: calc(
|
47757
47760
|
(
|
47758
47761
|
2rem - 1.4285714286 *
|
47759
|
-
|
47762
|
+
14px
|
47760
47763
|
) / 2
|
47761
47764
|
);
|
47762
47765
|
}
|
@@ -47804,7 +47807,7 @@ readers do not read off random characters that represent icons */
|
|
47804
47807
|
padding-top: calc(
|
47805
47808
|
(
|
47806
47809
|
2rem - 1.4285714286 *
|
47807
|
-
|
47810
|
+
14px
|
47808
47811
|
) / 2
|
47809
47812
|
);
|
47810
47813
|
padding-right: 0.625rem;
|
@@ -47921,7 +47924,7 @@ readers do not read off random characters that represent icons */
|
|
47921
47924
|
}
|
47922
47925
|
|
47923
47926
|
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-description {
|
47924
|
-
font-size:
|
47927
|
+
font-size: 14px;
|
47925
47928
|
}
|
47926
47929
|
|
47927
47930
|
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-input {
|
@@ -47961,7 +47964,7 @@ readers do not read off random characters that represent icons */
|
|
47961
47964
|
}
|
47962
47965
|
|
47963
47966
|
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-hint {
|
47964
|
-
font-size:
|
47967
|
+
font-size: 14px;
|
47965
47968
|
margin-left: 0;
|
47966
47969
|
color: #b8babf;
|
47967
47970
|
}
|
@@ -47976,7 +47979,7 @@ readers do not read off random characters that represent icons */
|
|
47976
47979
|
|
47977
47980
|
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-description,
|
47978
47981
|
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-feedback {
|
47979
|
-
font-size:
|
47982
|
+
font-size: 14px;
|
47980
47983
|
}
|
47981
47984
|
|
47982
47985
|
.amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup .cxd-Select,
|
@@ -50783,7 +50786,7 @@ readers do not read off random characters that represent icons */
|
|
50783
50786
|
}
|
50784
50787
|
|
50785
50788
|
.amis-scope .text-base {
|
50786
|
-
font-size:
|
50789
|
+
font-size: 14px !important;
|
50787
50790
|
}
|
50788
50791
|
|
50789
50792
|
.amis-scope .text-sm {
|