amis 1.6.5-beta.4 → 1.8.0-beta.1
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/lib/Schema.d.ts +3 -2
- package/lib/Schema.js +0 -1
- package/lib/Schema.js.map +2 -2
- package/lib/components/Alert2.js +4 -2
- package/lib/components/Alert2.js.map +2 -2
- package/lib/components/Avatar.d.ts +20 -20
- package/lib/components/Card.d.ts +20 -20
- package/lib/components/CityArea.js +3 -0
- package/lib/components/CityArea.js.map +2 -2
- package/lib/components/DatePicker.d.ts +3 -0
- package/lib/components/DatePicker.js +41 -7
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/PopUp.js +2 -1
- package/lib/components/PopUp.js.map +2 -2
- package/lib/components/Progress.js +12 -9
- package/lib/components/Progress.js.map +2 -2
- package/lib/components/Range.js.map +2 -2
- package/lib/components/Tabs.d.ts +27 -23
- package/lib/components/Tabs.js +37 -22
- package/lib/components/Tabs.js.map +2 -2
- package/lib/components/TooltipWrapper.d.ts +21 -20
- package/lib/components/TooltipWrapper.js +2 -2
- package/lib/components/TooltipWrapper.js.map +2 -2
- package/lib/components/calendar/Calendar.js +16 -12
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +3 -1
- package/lib/components/formula/Editor.js +20 -2
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/Picker.d.ts +5 -0
- package/lib/components/formula/Picker.js +19 -4
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/components/icons.js +2 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/factory.js +2 -2
- package/lib/factory.js.map +2 -2
- package/lib/icons/trash.js +10 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +2 -2
- package/lib/renderers/Action.d.ts +1 -1
- 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/Dialog.d.ts +4 -0
- package/lib/renderers/Dialog.js +4 -3
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +2 -0
- package/lib/renderers/DropDownButton.js +13 -4
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/Combo.d.ts +4 -3
- package/lib/renderers/Form/Combo.js +81 -32
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/InputCity.js +4 -1
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.js +3 -1
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +3 -1
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.js +3 -1
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputExcel.d.ts +4 -0
- package/lib/renderers/Form/InputExcel.js +33 -6
- package/lib/renderers/Form/InputExcel.js.map +2 -2
- package/lib/renderers/Form/InputFile.d.ts +4 -1
- package/lib/renderers/Form/InputFile.js +9 -0
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputFormula.d.ts +4 -0
- package/lib/renderers/Form/InputFormula.js +2 -2
- package/lib/renderers/Form/InputFormula.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +4 -1
- package/lib/renderers/Form/InputImage.js +12 -2
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputRange.d.ts +27 -9
- package/lib/renderers/Form/InputRange.js +88 -23
- package/lib/renderers/Form/InputRange.js.map +2 -2
- package/lib/renderers/Form/InputTable.js +4 -2
- package/lib/renderers/Form/InputTable.js.map +2 -2
- package/lib/renderers/Form/Select.js +3 -1
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/Switch.d.ts +7 -6
- package/lib/renderers/Form/Switch.js +4 -1
- package/lib/renderers/Form/Switch.js.map +2 -2
- package/lib/renderers/Log.js +2 -1
- package/lib/renderers/Log.js.map +2 -2
- package/lib/renderers/Page.js +2 -3
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/PopOver.js +1 -1
- package/lib/renderers/PopOver.js.map +2 -2
- package/lib/renderers/Progress.d.ts +1 -1
- package/lib/renderers/Progress.js +1 -1
- package/lib/renderers/Progress.js.map +2 -2
- package/lib/renderers/Table/TableRow.js +1 -1
- package/lib/renderers/Table/TableRow.js.map +2 -2
- package/lib/renderers/Tabs.d.ts +10 -2
- package/lib/renderers/Tabs.js +3 -3
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/TooltipWrapper.d.ts +104 -0
- package/lib/renderers/TooltipWrapper.js +59 -0
- package/lib/renderers/TooltipWrapper.js.map +13 -0
- package/lib/renderers/Video.d.ts +6 -0
- package/lib/renderers/Video.js +13 -6
- package/lib/renderers/Video.js.map +2 -2
- package/lib/store/table.js +1 -1
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +242 -46
- package/lib/themes/ang.css +250 -41
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +242 -46
- package/lib/themes/antd.css +250 -41
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +231 -35
- package/lib/themes/cxd.css +252 -42
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +242 -46
- package/lib/themes/dark.css +250 -41
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +231 -35
- package/lib/themes/default.css +252 -42
- package/lib/themes/default.css.map +1 -1
- package/package.json +1 -1
- package/schema.json +15871 -608
- package/scss/_properties.scss +23 -12
- package/scss/components/_alert.scss +1 -1
- package/scss/components/_button-group.scss +15 -0
- package/scss/components/_city-area.scss +2 -0
- package/scss/components/_formula.scss +18 -0
- package/scss/components/_popup.scss +13 -3
- package/scss/components/_progress.scss +3 -8
- package/scss/components/_tabs.scss +145 -13
- package/scss/components/_tooltip.scss +72 -0
- package/scss/components/form/_date.scss +13 -0
- package/scss/components/form/_number.scss +2 -0
- package/scss/components/form/_switch.scss +1 -3
- package/scss/themes/_cxd-variables.scss +2 -1
- package/sdk/ang-ie11.css +287 -48
- package/sdk/ang.css +295 -43
- package/sdk/antd-ie11.css +287 -48
- package/sdk/antd.css +295 -43
- 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 +276 -37
- package/sdk/cxd.css +297 -44
- package/sdk/dark-ie11.css +287 -48
- package/sdk/dark.css +295 -43
- 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 +17 -17
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +276 -37
- package/sdk/sdk.css +297 -44
- package/sdk/sdk.js +1251 -1247
- 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 +5 -2
- package/src/components/Alert2.tsx +9 -3
- package/src/components/CityArea.tsx +3 -0
- package/src/components/DatePicker.tsx +56 -18
- package/src/components/PopUp.tsx +6 -5
- package/src/components/Progress.tsx +8 -12
- package/src/components/Range.tsx +7 -1
- package/src/components/Tabs.tsx +51 -21
- package/src/components/TooltipWrapper.tsx +4 -1
- package/src/components/calendar/Calendar.tsx +17 -12
- package/src/components/formula/Editor.tsx +34 -3
- package/src/components/formula/Picker.tsx +28 -1
- package/src/components/icons.tsx +2 -0
- package/src/factory.tsx +2 -2
- package/src/icons/trash.svg +8 -0
- package/src/index.tsx +1 -0
- package/src/renderers/Action.tsx +2 -1
- package/src/renderers/ButtonGroup.tsx +2 -2
- package/src/renderers/Dialog.tsx +17 -3
- package/src/renderers/DropDownButton.tsx +14 -3
- package/src/renderers/Form/Combo.tsx +84 -26
- package/src/renderers/Form/InputCity.tsx +13 -1
- package/src/renderers/Form/InputColor.tsx +2 -0
- package/src/renderers/Form/InputDate.tsx +2 -0
- package/src/renderers/Form/InputDateRange.tsx +2 -0
- package/src/renderers/Form/InputExcel.tsx +27 -5
- package/src/renderers/Form/InputFile.tsx +13 -1
- package/src/renderers/Form/InputFormula.tsx +7 -0
- package/src/renderers/Form/InputImage.tsx +32 -12
- package/src/renderers/Form/InputRange.tsx +95 -40
- package/src/renderers/Form/InputTable.tsx +6 -2
- package/src/renderers/Form/Select.tsx +2 -0
- package/src/renderers/Form/Switch.tsx +16 -9
- package/src/renderers/Log.tsx +2 -1
- package/src/renderers/Page.tsx +1 -2
- package/src/renderers/PopOver.tsx +1 -1
- package/src/renderers/Progress.tsx +2 -2
- package/src/renderers/Table/TableRow.tsx +1 -1
- package/src/renderers/Tabs.tsx +16 -4
- package/src/renderers/TooltipWrapper.tsx +219 -0
- package/src/renderers/Video.tsx +21 -6
- package/src/store/table.ts +1 -1
package/sdk/ang-ie11.css
CHANGED
@@ -25436,7 +25436,7 @@ readers do not read off random characters that represent icons */
|
|
25436
25436
|
.amis-scope .a-Breadcrumb {
|
25437
25437
|
font-size: 0.875rem;
|
25438
25438
|
font-weight: 400;
|
25439
|
-
color: #
|
25439
|
+
color: #83868c;
|
25440
25440
|
}
|
25441
25441
|
|
25442
25442
|
.amis-scope .a-Breadcrumb-icon {
|
@@ -25450,25 +25450,25 @@ readers do not read off random characters that represent icons */
|
|
25450
25450
|
|
25451
25451
|
.amis-scope .a-Breadcrumb-item-default {
|
25452
25452
|
cursor: pointer;
|
25453
|
-
color: #
|
25453
|
+
color: #83868c;
|
25454
25454
|
}
|
25455
25455
|
|
25456
25456
|
.amis-scope .a-Breadcrumb-item-dropdown {
|
25457
25457
|
cursor: pointer;
|
25458
|
-
color: #
|
25458
|
+
color: #151a26;
|
25459
25459
|
}
|
25460
25460
|
|
25461
25461
|
.amis-scope .a-Breadcrumb-item a:hover {
|
25462
|
-
color: #
|
25462
|
+
color: #2468f2;
|
25463
25463
|
}
|
25464
25464
|
|
25465
25465
|
.amis-scope .a-Breadcrumb-item a:active {
|
25466
|
-
color: #
|
25466
|
+
color: #1c53c1;
|
25467
25467
|
}
|
25468
25468
|
|
25469
25469
|
.amis-scope .a-Breadcrumb-item-last .a-Breadcrumb-item-default {
|
25470
25470
|
font-weight: 500;
|
25471
|
-
color: #
|
25471
|
+
color: #151a26;
|
25472
25472
|
}
|
25473
25473
|
|
25474
25474
|
.amis-scope .a-Breadcrumb-item-caret {
|
@@ -25486,11 +25486,11 @@ readers do not read off random characters that represent icons */
|
|
25486
25486
|
|
25487
25487
|
.amis-scope .a-Breadcrumb-item.is-opened .a-Breadcrumb-item-caret {
|
25488
25488
|
transform: translateY(0.125rem) rotate(180deg);
|
25489
|
-
color: #
|
25489
|
+
color: #2468f2;
|
25490
25490
|
}
|
25491
25491
|
|
25492
25492
|
.amis-scope .a-Breadcrumb-item.is-opened .a-Breadcrumb-item-default {
|
25493
|
-
color: #
|
25493
|
+
color: #2468f2;
|
25494
25494
|
}
|
25495
25495
|
|
25496
25496
|
.amis-scope .a-Breadcrumb-separator {
|
@@ -25519,24 +25519,23 @@ readers do not read off random characters that represent icons */
|
|
25519
25519
|
|
25520
25520
|
.amis-scope .a-Breadcrumb-dropdown > li {
|
25521
25521
|
padding: 0.5rem calc(
|
25522
|
-
(2rem - 0.75rem) /
|
25523
|
-
2
|
25522
|
+
(2rem - 0.75rem) / 2
|
25524
25523
|
);
|
25525
25524
|
white-space: nowrap;
|
25526
25525
|
box-sizing: border-box;
|
25527
25526
|
padding-left: 0.75rem;
|
25528
25527
|
vertical-align: middle;
|
25529
25528
|
user-select: none;
|
25530
|
-
color: #
|
25531
|
-
background-color: #
|
25529
|
+
color: #151a26;
|
25530
|
+
background-color: #ffffff;
|
25532
25531
|
}
|
25533
25532
|
|
25534
25533
|
.amis-scope .a-Breadcrumb-dropdown > li:hover {
|
25535
|
-
background: #
|
25534
|
+
background: #e9f0fd;
|
25536
25535
|
}
|
25537
25536
|
|
25538
25537
|
.amis-scope .a-Breadcrumb-dropdown > li:hover a {
|
25539
|
-
color: #
|
25538
|
+
color: #2468f2;
|
25540
25539
|
}
|
25541
25540
|
|
25542
25541
|
.amis-scope .a-Badge {
|
@@ -26450,6 +26449,7 @@ readers do not read off random characters that represent icons */
|
|
26450
26449
|
border-bottom: 0.0625rem solid #ebebeb;
|
26451
26450
|
border-top-left-radius: calc( 0.428rem - 0.0625rem );
|
26452
26451
|
border-top-right-radius: calc( 0.428rem - 0.0625rem );
|
26452
|
+
font-weight: bold;
|
26453
26453
|
}
|
26454
26454
|
|
26455
26455
|
.amis-scope .a-Tooltip-title:empty {
|
@@ -26461,6 +26461,62 @@ readers do not read off random characters that represent icons */
|
|
26461
26461
|
padding: 0.5rem 0.5rem;
|
26462
26462
|
}
|
26463
26463
|
|
26464
|
+
.amis-scope .a-Tooltip--dark {
|
26465
|
+
background: rgba(7, 12, 20, 0.85);
|
26466
|
+
border: none;
|
26467
|
+
box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
|
26468
|
+
}
|
26469
|
+
|
26470
|
+
.amis-scope .a-Tooltip--dark .a-Tooltip-title {
|
26471
|
+
color: #fff;
|
26472
|
+
background: transparent;
|
26473
|
+
border-bottom: none;
|
26474
|
+
}
|
26475
|
+
|
26476
|
+
.amis-scope .a-Tooltip--dark .a-Tooltip-title::before {
|
26477
|
+
border-bottom-color: transparent;
|
26478
|
+
}
|
26479
|
+
|
26480
|
+
.amis-scope .a-Tooltip--dark .a-Tooltip-body {
|
26481
|
+
color: #fff;
|
26482
|
+
}
|
26483
|
+
|
26484
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--top .a-Tooltip-arrow::before {
|
26485
|
+
border-width: 0;
|
26486
|
+
}
|
26487
|
+
|
26488
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--top .a-Tooltip-arrow::after {
|
26489
|
+
border-top-color: rgba(7, 12, 20, 0.85);
|
26490
|
+
}
|
26491
|
+
|
26492
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--bottom .a-Tooltip-arrow::before {
|
26493
|
+
border-width: 0;
|
26494
|
+
}
|
26495
|
+
|
26496
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--bottom .a-Tooltip-arrow::after {
|
26497
|
+
border-bottom-color: rgba(7, 12, 20, 0.85);
|
26498
|
+
}
|
26499
|
+
|
26500
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--left .a-Tooltip-arrow::before {
|
26501
|
+
border-width: 0;
|
26502
|
+
}
|
26503
|
+
|
26504
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--left .a-Tooltip-arrow::after {
|
26505
|
+
border-left-color: rgba(7, 12, 20, 0.85);
|
26506
|
+
}
|
26507
|
+
|
26508
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--right .a-Tooltip-arrow::before {
|
26509
|
+
border-width: 0;
|
26510
|
+
}
|
26511
|
+
|
26512
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--right .a-Tooltip-arrow::after {
|
26513
|
+
border-right-color: rgba(7, 12, 20, 0.85);
|
26514
|
+
}
|
26515
|
+
|
26516
|
+
.amis-scope .a-TooltipWrapper--inline {
|
26517
|
+
display: inline-block;
|
26518
|
+
}
|
26519
|
+
|
26464
26520
|
@keyframes tooltipIn {
|
26465
26521
|
from {
|
26466
26522
|
opacity: 0;
|
@@ -26694,6 +26750,19 @@ readers do not read off random characters that represent icons */
|
|
26694
26750
|
flex-direction: column;
|
26695
26751
|
}
|
26696
26752
|
|
26753
|
+
.amis-scope .a-PopUp-closeBox {
|
26754
|
+
width: 3rem;
|
26755
|
+
height: 3rem;
|
26756
|
+
position: absolute;
|
26757
|
+
z-index: 1;
|
26758
|
+
cursor: pointer;
|
26759
|
+
right: 0;
|
26760
|
+
top: 0;
|
26761
|
+
display: flex;
|
26762
|
+
justify-content: center;
|
26763
|
+
align-items: center;
|
26764
|
+
}
|
26765
|
+
|
26697
26766
|
.amis-scope .a-PopUp-closeWrap {
|
26698
26767
|
position: relative;
|
26699
26768
|
text-align: center;
|
@@ -26702,12 +26771,9 @@ readers do not read off random characters that represent icons */
|
|
26702
26771
|
}
|
26703
26772
|
|
26704
26773
|
.amis-scope .a-PopUp-closeWrap .a-PopUp-close {
|
26705
|
-
position: absolute;
|
26706
26774
|
z-index: 1;
|
26707
26775
|
color: #4b5563;
|
26708
26776
|
cursor: pointer;
|
26709
|
-
top: 0.9375rem;
|
26710
|
-
right: 0.9375rem;
|
26711
26777
|
}
|
26712
26778
|
|
26713
26779
|
.amis-scope .a-PopUp-toolbar {
|
@@ -27454,14 +27520,14 @@ readers do not read off random characters that represent icons */
|
|
27454
27520
|
margin-left: 1.25rem;
|
27455
27521
|
align-items: center;
|
27456
27522
|
justify-content: flex-start;
|
27457
|
-
padding: 0 0
|
27523
|
+
padding: 0 0 10px;
|
27458
27524
|
white-space: nowrap;
|
27459
27525
|
cursor: pointer;
|
27460
27526
|
}
|
27461
27527
|
|
27462
27528
|
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-addable-icon {
|
27463
|
-
width:
|
27464
|
-
height:
|
27529
|
+
width: 0.9375rem;
|
27530
|
+
height: 0.9375rem;
|
27465
27531
|
padding: 0.0625rem;
|
27466
27532
|
margin-right: 0.25rem;
|
27467
27533
|
}
|
@@ -27471,7 +27537,13 @@ readers do not read off random characters that represent icons */
|
|
27471
27537
|
line-height: 1;
|
27472
27538
|
}
|
27473
27539
|
|
27540
|
+
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-addable:hover {
|
27541
|
+
color: #7266ba;
|
27542
|
+
fill: #7266ba;
|
27543
|
+
}
|
27544
|
+
|
27474
27545
|
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer {
|
27546
|
+
flex-grow: 1;
|
27475
27547
|
position: relative;
|
27476
27548
|
display: flex;
|
27477
27549
|
align-items: center;
|
@@ -27479,7 +27551,7 @@ readers do not read off random characters that represent icons */
|
|
27479
27551
|
}
|
27480
27552
|
|
27481
27553
|
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-arrow {
|
27482
|
-
margin
|
27554
|
+
margin: 0 0 10px;
|
27483
27555
|
width: 16px;
|
27484
27556
|
height: 100%;
|
27485
27557
|
display: flex;
|
@@ -27514,6 +27586,7 @@ readers do not read off random characters that represent icons */
|
|
27514
27586
|
}
|
27515
27587
|
|
27516
27588
|
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main {
|
27589
|
+
position: relative;
|
27517
27590
|
overflow-y: auto;
|
27518
27591
|
scrollbar-width: none;
|
27519
27592
|
width: 100%;
|
@@ -27524,8 +27597,10 @@ readers do not read off random characters that represent icons */
|
|
27524
27597
|
}
|
27525
27598
|
|
27526
27599
|
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main .a-Tabs-links {
|
27527
|
-
position: relative;
|
27528
27600
|
min-width: 100%;
|
27601
|
+
max-width: 0;
|
27602
|
+
height: 100%;
|
27603
|
+
overflow-x: hidden;
|
27529
27604
|
}
|
27530
27605
|
|
27531
27606
|
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main .a-Tabs-links .a-Tabs-links-drag {
|
@@ -27568,7 +27643,9 @@ readers do not read off random characters that represent icons */
|
|
27568
27643
|
}
|
27569
27644
|
|
27570
27645
|
.amis-scope .a-Tabs-links > .a-Tabs-link .a-Tabs-link-close {
|
27571
|
-
margin
|
27646
|
+
margin: 0.0625rem 0 0 0.25rem;
|
27647
|
+
fill: #83868c;
|
27648
|
+
cursor: pointer;
|
27572
27649
|
}
|
27573
27650
|
|
27574
27651
|
.amis-scope .a-Tabs-links > .a-Tabs-link .a-Tabs-link-close .a-Tabs-link-close-icon {
|
@@ -27656,6 +27733,18 @@ readers do not read off random characters that represent icons */
|
|
27656
27733
|
border-bottom: 0.0625rem solid var(--Tabs--simple-split-color);
|
27657
27734
|
}
|
27658
27735
|
|
27736
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper--toolbar .a-Tabs-link {
|
27737
|
+
padding-top: 10px;
|
27738
|
+
}
|
27739
|
+
|
27740
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper--toolbar .a-Tabs-addable {
|
27741
|
+
padding: 0;
|
27742
|
+
}
|
27743
|
+
|
27744
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper--toolbar .a-Tabs-linksContainer-arrow {
|
27745
|
+
margin: 0;
|
27746
|
+
}
|
27747
|
+
|
27659
27748
|
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer > .a-Tabs-linksContainer-arrow {
|
27660
27749
|
top: -4px;
|
27661
27750
|
}
|
@@ -27687,15 +27776,18 @@ readers do not read off random characters that represent icons */
|
|
27687
27776
|
padding: 0 0 8px;
|
27688
27777
|
}
|
27689
27778
|
|
27690
|
-
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li
|
27691
|
-
.amis-scope .a-Tabs--line > .a-Tabs-
|
27692
|
-
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child:hover,
|
27693
|
-
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child:focus {
|
27779
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:hover a:first-child,
|
27780
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover a:first-child {
|
27694
27781
|
color: #7266ba;
|
27695
27782
|
background: transparent;
|
27696
27783
|
border-color: transparent;
|
27697
27784
|
}
|
27698
27785
|
|
27786
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:hover .a-Tabs-link-close,
|
27787
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover .a-Tabs-link-close {
|
27788
|
+
fill: #7266ba;
|
27789
|
+
}
|
27790
|
+
|
27699
27791
|
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:last-child > a,
|
27700
27792
|
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:last-child > a {
|
27701
27793
|
margin: 0;
|
@@ -27733,6 +27825,10 @@ readers do not read off random characters that represent icons */
|
|
27733
27825
|
margin-right: 1rem;
|
27734
27826
|
}
|
27735
27827
|
|
27828
|
+
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer .a-Tabs-addable {
|
27829
|
+
padding: 0;
|
27830
|
+
}
|
27831
|
+
|
27736
27832
|
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-arrow {
|
27737
27833
|
padding: 0.5rem 1rem 0;
|
27738
27834
|
margin-bottom: 0;
|
@@ -27769,6 +27865,11 @@ readers do not read off random characters that represent icons */
|
|
27769
27865
|
border: none;
|
27770
27866
|
}
|
27771
27867
|
|
27868
|
+
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-toolbar {
|
27869
|
+
padding: 0.375rem 0 0 0.625rem;
|
27870
|
+
margin: 0;
|
27871
|
+
}
|
27872
|
+
|
27772
27873
|
.amis-scope .a-Tabs--card > .a-Tabs-content {
|
27773
27874
|
border-width: 0;
|
27774
27875
|
}
|
@@ -27777,7 +27878,7 @@ readers do not read off random characters that represent icons */
|
|
27777
27878
|
margin-bottom: 0.625rem;
|
27778
27879
|
}
|
27779
27880
|
|
27780
|
-
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer-wrapper
|
27881
|
+
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
27781
27882
|
padding: 0;
|
27782
27883
|
}
|
27783
27884
|
|
@@ -27869,7 +27970,7 @@ readers do not read off random characters that represent icons */
|
|
27869
27970
|
border-right-width: 0;
|
27870
27971
|
}
|
27871
27972
|
|
27872
|
-
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper
|
27973
|
+
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
27873
27974
|
padding: 0 0.75rem;
|
27874
27975
|
margin-left: 0;
|
27875
27976
|
white-space: nowrap;
|
@@ -27977,6 +28078,84 @@ readers do not read off random characters that represent icons */
|
|
27977
28078
|
height: 100%;
|
27978
28079
|
}
|
27979
28080
|
|
28081
|
+
.amis-scope .a-Tabs--sidebar {
|
28082
|
+
display: flex;
|
28083
|
+
height: 100%;
|
28084
|
+
}
|
28085
|
+
|
28086
|
+
.amis-scope .a-Tabs--sidebar.sidebar--left {
|
28087
|
+
flex-direction: row;
|
28088
|
+
}
|
28089
|
+
|
28090
|
+
.amis-scope .a-Tabs--sidebar.sidebar--left > .a-Tabs-content {
|
28091
|
+
border-right: none;
|
28092
|
+
}
|
28093
|
+
|
28094
|
+
.amis-scope .a-Tabs--sidebar.sidebar--right {
|
28095
|
+
flex-direction: row-reverse;
|
28096
|
+
}
|
28097
|
+
|
28098
|
+
.amis-scope .a-Tabs--sidebar.sidebar--right > .a-Tabs-content {
|
28099
|
+
border-left: none;
|
28100
|
+
}
|
28101
|
+
|
28102
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper {
|
28103
|
+
flex: 0 0 3.875rem;
|
28104
|
+
align-items: flex-start;
|
28105
|
+
border: none;
|
28106
|
+
}
|
28107
|
+
|
28108
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links {
|
28109
|
+
position: relative;
|
28110
|
+
margin: 0;
|
28111
|
+
padding-top: 1.6875rem;
|
28112
|
+
flex-grow: 1;
|
28113
|
+
border: none;
|
28114
|
+
flex-direction: column;
|
28115
|
+
border: 0;
|
28116
|
+
}
|
28117
|
+
|
28118
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li {
|
28119
|
+
display: flex;
|
28120
|
+
margin: 0 0 1.375rem 0;
|
28121
|
+
padding: 0;
|
28122
|
+
flex-direction: column;
|
28123
|
+
justify-content: flex-start;
|
28124
|
+
align-items: center;
|
28125
|
+
border: 0;
|
28126
|
+
}
|
28127
|
+
|
28128
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child {
|
28129
|
+
padding: 0;
|
28130
|
+
border: 0;
|
28131
|
+
margin: 0;
|
28132
|
+
display: flex;
|
28133
|
+
flex-direction: column;
|
28134
|
+
align-items: center;
|
28135
|
+
color: #83868c;
|
28136
|
+
}
|
28137
|
+
|
28138
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child .a-Icon {
|
28139
|
+
font-size: 1.5rem;
|
28140
|
+
height: 1.5rem;
|
28141
|
+
margin-bottom: 0.3125rem;
|
28142
|
+
}
|
28143
|
+
|
28144
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child,
|
28145
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child:hover,
|
28146
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child:focus {
|
28147
|
+
color: var(--Tabs--sidebar-iconColor);
|
28148
|
+
}
|
28149
|
+
|
28150
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-content {
|
28151
|
+
flex-grow: 1;
|
28152
|
+
border-bottom: none;
|
28153
|
+
}
|
28154
|
+
|
28155
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-content > .a-Tabs-pane {
|
28156
|
+
height: 100%;
|
28157
|
+
}
|
28158
|
+
|
27980
28159
|
.amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper {
|
27981
28160
|
background: #e7eaed;
|
27982
28161
|
border-bottom: none;
|
@@ -28092,7 +28271,7 @@ readers do not read off random characters that represent icons */
|
|
28092
28271
|
border-bottom: none;
|
28093
28272
|
}
|
28094
28273
|
|
28095
|
-
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper
|
28274
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
28096
28275
|
padding: 0;
|
28097
28276
|
}
|
28098
28277
|
|
@@ -28116,7 +28295,7 @@ readers do not read off random characters that represent icons */
|
|
28116
28295
|
top: 50%;
|
28117
28296
|
right: 0;
|
28118
28297
|
width: 0.0625rem;
|
28119
|
-
height:
|
28298
|
+
height: 0.9375rem;
|
28120
28299
|
transform: translateY(-50%);
|
28121
28300
|
background-color: var(--Tabs--simple-split-color);
|
28122
28301
|
}
|
@@ -28140,6 +28319,10 @@ readers do not read off random characters that represent icons */
|
|
28140
28319
|
border: none;
|
28141
28320
|
}
|
28142
28321
|
|
28322
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover .a-Tabs-link-close {
|
28323
|
+
fill: #7266ba;
|
28324
|
+
}
|
28325
|
+
|
28143
28326
|
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child {
|
28144
28327
|
padding: 0;
|
28145
28328
|
}
|
@@ -28159,7 +28342,7 @@ readers do not read off random characters that represent icons */
|
|
28159
28342
|
border-bottom: 0.0625rem solid var(--Tabs--simple-split-color);
|
28160
28343
|
}
|
28161
28344
|
|
28162
|
-
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper
|
28345
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
28163
28346
|
width: 2rem;
|
28164
28347
|
margin-left: 0.5rem;
|
28165
28348
|
padding: 0;
|
@@ -28173,11 +28356,11 @@ readers do not read off random characters that represent icons */
|
|
28173
28356
|
flex: none;
|
28174
28357
|
}
|
28175
28358
|
|
28176
|
-
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper
|
28359
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper .a-Tabs-addable > .a-Tabs-addable-icon {
|
28177
28360
|
margin-right: 0;
|
28178
28361
|
}
|
28179
28362
|
|
28180
|
-
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper
|
28363
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper .a-Tabs-addable:hover {
|
28181
28364
|
color: #7266ba;
|
28182
28365
|
}
|
28183
28366
|
|
@@ -28240,6 +28423,10 @@ readers do not read off random characters that represent icons */
|
|
28240
28423
|
color: #7266ba;
|
28241
28424
|
}
|
28242
28425
|
|
28426
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:hover .a-Tabs-link-close {
|
28427
|
+
fill: #7266ba;
|
28428
|
+
}
|
28429
|
+
|
28243
28430
|
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:last-of-type {
|
28244
28431
|
margin-right: 0;
|
28245
28432
|
}
|
@@ -28251,9 +28438,10 @@ readers do not read off random characters that represent icons */
|
|
28251
28438
|
}
|
28252
28439
|
|
28253
28440
|
.amis-scope .a-Tabs-toolbar {
|
28254
|
-
|
28255
|
-
|
28256
|
-
|
28441
|
+
margin-left: 0.75rem;
|
28442
|
+
display: flex;
|
28443
|
+
flex-direction: row;
|
28444
|
+
align-items: center;
|
28257
28445
|
}
|
28258
28446
|
|
28259
28447
|
.amis-scope .a-Nav {
|
@@ -29387,10 +29575,15 @@ readers do not read off random characters that represent icons */
|
|
29387
29575
|
border-bottom-left-radius: 0;
|
29388
29576
|
}
|
29389
29577
|
|
29578
|
+
.amis-scope .a-ButtonGroup > .a-ButtonGroup:last-child > .a-Button:not(:last-child) {
|
29579
|
+
border-top-right-radius: 0;
|
29580
|
+
}
|
29581
|
+
|
29390
29582
|
.amis-scope .a-ButtonGroup--vertical {
|
29391
29583
|
flex-direction: column;
|
29392
29584
|
align-items: flex-start;
|
29393
29585
|
justify-content: center;
|
29586
|
+
/* 修正头尾的圆角 */
|
29394
29587
|
}
|
29395
29588
|
|
29396
29589
|
.amis-scope .a-ButtonGroup--vertical .a-Button,
|
@@ -29418,6 +29611,16 @@ readers do not read off random characters that represent icons */
|
|
29418
29611
|
border-top-right-radius: 0;
|
29419
29612
|
}
|
29420
29613
|
|
29614
|
+
.amis-scope .a-ButtonGroup--vertical > .a-Button:first-child,
|
29615
|
+
.amis-scope .a-ButtonGroup--vertical > .a-ButtonGroup:first-child > .a-Button:first-child {
|
29616
|
+
border-top-right-radius: 0.142rem;
|
29617
|
+
}
|
29618
|
+
|
29619
|
+
.amis-scope .a-ButtonGroup--vertical > .a-Button:last-child,
|
29620
|
+
.amis-scope .a-ButtonGroup--vertical > .a-ButtonGroup:last-child > .a-Button:last-child {
|
29621
|
+
border-bottom-left-radius: 0.142rem;
|
29622
|
+
}
|
29623
|
+
|
29421
29624
|
.amis-scope .a-ButtonGroup--tiled {
|
29422
29625
|
display: flex;
|
29423
29626
|
}
|
@@ -33937,11 +34140,14 @@ readers do not read off random characters that represent icons */
|
|
33937
34140
|
right: 0;
|
33938
34141
|
}
|
33939
34142
|
|
34143
|
+
.amis-scope .a-Progress {
|
34144
|
+
display: flex;
|
34145
|
+
align-items: center;
|
34146
|
+
}
|
34147
|
+
|
33940
34148
|
.amis-scope .a-Progress-line {
|
33941
34149
|
display: inline-block;
|
33942
34150
|
width: 100%;
|
33943
|
-
margin-right: calc(-2em + -8px);
|
33944
|
-
padding-right: calc(2em + 8px);
|
33945
34151
|
}
|
33946
34152
|
|
33947
34153
|
.amis-scope .a-Progress-line-inter {
|
@@ -33951,14 +34157,9 @@ readers do not read off random characters that represent icons */
|
|
33951
34157
|
border-radius: 0.142rem;
|
33952
34158
|
}
|
33953
34159
|
|
33954
|
-
.amis-scope .a-Progress-line-no-label {
|
33955
|
-
padding-right: 0;
|
33956
|
-
margin-right: 0;
|
33957
|
-
}
|
33958
|
-
|
33959
34160
|
.amis-scope .a-Progress-line-text {
|
33960
34161
|
display: inline-block;
|
33961
|
-
|
34162
|
+
flex-grow: 1;
|
33962
34163
|
margin-left: 8px;
|
33963
34164
|
color: #58666e;
|
33964
34165
|
font-size: 0.6875rem;
|
@@ -37627,6 +37828,10 @@ readers do not read off random characters that represent icons */
|
|
37627
37828
|
display: inline-block;
|
37628
37829
|
}
|
37629
37830
|
|
37831
|
+
.amis-scope .a-CityArea {
|
37832
|
+
text-align: right;
|
37833
|
+
}
|
37834
|
+
|
37630
37835
|
.amis-scope .a-CityArea-popup {
|
37631
37836
|
height: 17.5rem;
|
37632
37837
|
}
|
@@ -37681,7 +37886,7 @@ readers do not read off random characters that represent icons */
|
|
37681
37886
|
.amis-scope .a-Switch .text {
|
37682
37887
|
margin: 0 0.4375rem 0 1.5625rem;
|
37683
37888
|
color: #fff;
|
37684
|
-
text-indent:
|
37889
|
+
text-indent: 0.25rem;
|
37685
37890
|
text-transform: uppercase;
|
37686
37891
|
font-size: 0.75rem;
|
37687
37892
|
line-height: 1.375rem;
|
@@ -37719,9 +37924,7 @@ readers do not read off random characters that represent icons */
|
|
37719
37924
|
}
|
37720
37925
|
|
37721
37926
|
.amis-scope .a-Switch.is-checked .text {
|
37722
|
-
margin: 0 25px 0 7px;
|
37723
37927
|
color: #fff;
|
37724
|
-
text-indent: 0.25rem;
|
37725
37928
|
}
|
37726
37929
|
|
37727
37930
|
.amis-scope .a-Switch.is-checked.is-disabled .slider:before {
|
@@ -37770,6 +37973,7 @@ readers do not read off random characters that represent icons */
|
|
37770
37973
|
background: #fff;
|
37771
37974
|
border: 0.0625rem solid #d1d5db;
|
37772
37975
|
border-radius: 0.142rem;
|
37976
|
+
overflow: hidden;
|
37773
37977
|
}
|
37774
37978
|
|
37775
37979
|
.amis-scope .a-Number--borderHalf {
|
@@ -37844,6 +38048,7 @@ readers do not read off random characters that represent icons */
|
|
37844
38048
|
transition: all 0s ease;
|
37845
38049
|
border: 0;
|
37846
38050
|
border-radius: 0.142rem;
|
38051
|
+
color: #58666e;
|
37847
38052
|
padding: 0 0.5rem;
|
37848
38053
|
}
|
37849
38054
|
|
@@ -38840,6 +39045,20 @@ readers do not read off random characters that represent icons */
|
|
38840
39045
|
border-radius: 0.142rem;
|
38841
39046
|
}
|
38842
39047
|
|
39048
|
+
.amis-scope .a-DatePicker input {
|
39049
|
+
display: inline-block;
|
39050
|
+
width: 100%;
|
39051
|
+
background: none;
|
39052
|
+
padding: 0;
|
39053
|
+
border: 0;
|
39054
|
+
}
|
39055
|
+
|
39056
|
+
.amis-scope .a-DatePicker input:focus {
|
39057
|
+
border: none;
|
39058
|
+
outline: none;
|
39059
|
+
box-sizing: none;
|
39060
|
+
}
|
39061
|
+
|
38843
39062
|
.amis-scope .a-DatePicker--borderHalf {
|
38844
39063
|
border-left-color: transparent !important;
|
38845
39064
|
border-right-color: transparent !important;
|
@@ -44200,6 +44419,26 @@ readers do not read off random characters that represent icons */
|
|
44200
44419
|
color: #7266ba;
|
44201
44420
|
}
|
44202
44421
|
|
44422
|
+
.amis-scope .a-FormulaPicker-ResultBox {
|
44423
|
+
padding-right: 10px;
|
44424
|
+
}
|
44425
|
+
|
44426
|
+
.amis-scope .a-FormulaPicker-ResultBox span.c-field {
|
44427
|
+
background: #007bff;
|
44428
|
+
padding: 3px 5px;
|
44429
|
+
margin: 0 1px;
|
44430
|
+
color: #fff;
|
44431
|
+
font-size: 12px;
|
44432
|
+
border-radius: 4px;
|
44433
|
+
}
|
44434
|
+
|
44435
|
+
.amis-scope .a-FormulaPicker-ResultBox span.c-func {
|
44436
|
+
color: #ae4597;
|
44437
|
+
font-weight: bold;
|
44438
|
+
line-height: 14px;
|
44439
|
+
padding: 0 2px;
|
44440
|
+
}
|
44441
|
+
|
44203
44442
|
.amis-scope .a-Timeline-vertical {
|
44204
44443
|
display: flex;
|
44205
44444
|
flex-flow: column;
|