amis 1.7.0 → 1.8.0-beta.0
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/ListGroup.d.ts +21 -21
- 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/icons.js +2 -0
- package/lib/components/icons.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/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/InputRange.d.ts +2 -2
- package/lib/renderers/Form/InputRange.js.map +2 -2
- package/lib/renderers/Tabs.d.ts +10 -2
- package/lib/renderers/Tabs.js +2 -2
- 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/themes/ang-ie11.css +192 -33
- package/lib/themes/ang.css +200 -28
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +192 -33
- package/lib/themes/antd.css +200 -28
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +181 -22
- package/lib/themes/cxd.css +202 -29
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +192 -33
- package/lib/themes/dark.css +200 -28
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +181 -22
- package/lib/themes/default.css +202 -29
- package/lib/themes/default.css.map +1 -1
- package/package.json +1 -1
- package/schema.json +286 -52
- package/scss/_properties.scss +23 -12
- package/scss/components/_alert.scss +1 -1
- package/scss/components/_button-group.scss +15 -0
- package/scss/components/_tabs.scss +145 -13
- package/scss/components/_tooltip.scss +72 -0
- package/scss/components/form/_number.scss +2 -0
- package/scss/themes/_cxd-variables.scss +2 -1
- package/sdk/ang-ie11.css +229 -34
- package/sdk/ang.css +237 -29
- package/sdk/antd-ie11.css +229 -34
- package/sdk/antd.css +237 -29
- 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 +218 -23
- package/sdk/cxd.css +239 -30
- package/sdk/dark-ie11.css +229 -34
- package/sdk/dark.css +237 -29
- 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 +218 -23
- package/sdk/sdk.css +239 -30
- package/sdk/sdk.js +1250 -1246
- 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/Tabs.tsx +51 -21
- package/src/components/TooltipWrapper.tsx +4 -1
- package/src/components/icons.tsx +2 -0
- 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/Form/Combo.tsx +84 -26
- package/src/renderers/Form/InputCity.tsx +13 -1
- package/src/renderers/Form/InputRange.tsx +2 -6
- package/src/renderers/Tabs.tsx +15 -3
- package/src/renderers/TooltipWrapper.tsx +219 -0
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;
|
@@ -27464,14 +27520,14 @@ readers do not read off random characters that represent icons */
|
|
27464
27520
|
margin-left: 1.25rem;
|
27465
27521
|
align-items: center;
|
27466
27522
|
justify-content: flex-start;
|
27467
|
-
padding: 0 0
|
27523
|
+
padding: 0 0 10px;
|
27468
27524
|
white-space: nowrap;
|
27469
27525
|
cursor: pointer;
|
27470
27526
|
}
|
27471
27527
|
|
27472
27528
|
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-addable-icon {
|
27473
|
-
width:
|
27474
|
-
height:
|
27529
|
+
width: 0.9375rem;
|
27530
|
+
height: 0.9375rem;
|
27475
27531
|
padding: 0.0625rem;
|
27476
27532
|
margin-right: 0.25rem;
|
27477
27533
|
}
|
@@ -27481,7 +27537,13 @@ readers do not read off random characters that represent icons */
|
|
27481
27537
|
line-height: 1;
|
27482
27538
|
}
|
27483
27539
|
|
27540
|
+
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-addable:hover {
|
27541
|
+
color: #7266ba;
|
27542
|
+
fill: #7266ba;
|
27543
|
+
}
|
27544
|
+
|
27484
27545
|
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer {
|
27546
|
+
flex-grow: 1;
|
27485
27547
|
position: relative;
|
27486
27548
|
display: flex;
|
27487
27549
|
align-items: center;
|
@@ -27489,7 +27551,7 @@ readers do not read off random characters that represent icons */
|
|
27489
27551
|
}
|
27490
27552
|
|
27491
27553
|
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-arrow {
|
27492
|
-
margin
|
27554
|
+
margin: 0 0 10px;
|
27493
27555
|
width: 16px;
|
27494
27556
|
height: 100%;
|
27495
27557
|
display: flex;
|
@@ -27524,6 +27586,7 @@ readers do not read off random characters that represent icons */
|
|
27524
27586
|
}
|
27525
27587
|
|
27526
27588
|
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main {
|
27589
|
+
position: relative;
|
27527
27590
|
overflow-y: auto;
|
27528
27591
|
scrollbar-width: none;
|
27529
27592
|
width: 100%;
|
@@ -27534,8 +27597,10 @@ readers do not read off random characters that represent icons */
|
|
27534
27597
|
}
|
27535
27598
|
|
27536
27599
|
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main .a-Tabs-links {
|
27537
|
-
position: relative;
|
27538
27600
|
min-width: 100%;
|
27601
|
+
max-width: 0;
|
27602
|
+
height: 100%;
|
27603
|
+
overflow-x: hidden;
|
27539
27604
|
}
|
27540
27605
|
|
27541
27606
|
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main .a-Tabs-links .a-Tabs-links-drag {
|
@@ -27578,7 +27643,9 @@ readers do not read off random characters that represent icons */
|
|
27578
27643
|
}
|
27579
27644
|
|
27580
27645
|
.amis-scope .a-Tabs-links > .a-Tabs-link .a-Tabs-link-close {
|
27581
|
-
margin
|
27646
|
+
margin: 0.0625rem 0 0 0.25rem;
|
27647
|
+
fill: #83868c;
|
27648
|
+
cursor: pointer;
|
27582
27649
|
}
|
27583
27650
|
|
27584
27651
|
.amis-scope .a-Tabs-links > .a-Tabs-link .a-Tabs-link-close .a-Tabs-link-close-icon {
|
@@ -27666,6 +27733,18 @@ readers do not read off random characters that represent icons */
|
|
27666
27733
|
border-bottom: 0.0625rem solid var(--Tabs--simple-split-color);
|
27667
27734
|
}
|
27668
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
|
+
|
27669
27748
|
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer > .a-Tabs-linksContainer-arrow {
|
27670
27749
|
top: -4px;
|
27671
27750
|
}
|
@@ -27697,15 +27776,18 @@ readers do not read off random characters that represent icons */
|
|
27697
27776
|
padding: 0 0 8px;
|
27698
27777
|
}
|
27699
27778
|
|
27700
|
-
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li
|
27701
|
-
.amis-scope .a-Tabs--line > .a-Tabs-
|
27702
|
-
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child:hover,
|
27703
|
-
.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 {
|
27704
27781
|
color: #7266ba;
|
27705
27782
|
background: transparent;
|
27706
27783
|
border-color: transparent;
|
27707
27784
|
}
|
27708
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
|
+
|
27709
27791
|
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:last-child > a,
|
27710
27792
|
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:last-child > a {
|
27711
27793
|
margin: 0;
|
@@ -27743,6 +27825,10 @@ readers do not read off random characters that represent icons */
|
|
27743
27825
|
margin-right: 1rem;
|
27744
27826
|
}
|
27745
27827
|
|
27828
|
+
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer .a-Tabs-addable {
|
27829
|
+
padding: 0;
|
27830
|
+
}
|
27831
|
+
|
27746
27832
|
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-arrow {
|
27747
27833
|
padding: 0.5rem 1rem 0;
|
27748
27834
|
margin-bottom: 0;
|
@@ -27779,6 +27865,11 @@ readers do not read off random characters that represent icons */
|
|
27779
27865
|
border: none;
|
27780
27866
|
}
|
27781
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
|
+
|
27782
27873
|
.amis-scope .a-Tabs--card > .a-Tabs-content {
|
27783
27874
|
border-width: 0;
|
27784
27875
|
}
|
@@ -27787,7 +27878,7 @@ readers do not read off random characters that represent icons */
|
|
27787
27878
|
margin-bottom: 0.625rem;
|
27788
27879
|
}
|
27789
27880
|
|
27790
|
-
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer-wrapper
|
27881
|
+
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
27791
27882
|
padding: 0;
|
27792
27883
|
}
|
27793
27884
|
|
@@ -27879,7 +27970,7 @@ readers do not read off random characters that represent icons */
|
|
27879
27970
|
border-right-width: 0;
|
27880
27971
|
}
|
27881
27972
|
|
27882
|
-
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper
|
27973
|
+
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
27883
27974
|
padding: 0 0.75rem;
|
27884
27975
|
margin-left: 0;
|
27885
27976
|
white-space: nowrap;
|
@@ -27987,6 +28078,84 @@ readers do not read off random characters that represent icons */
|
|
27987
28078
|
height: 100%;
|
27988
28079
|
}
|
27989
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
|
+
|
27990
28159
|
.amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper {
|
27991
28160
|
background: #e7eaed;
|
27992
28161
|
border-bottom: none;
|
@@ -28102,7 +28271,7 @@ readers do not read off random characters that represent icons */
|
|
28102
28271
|
border-bottom: none;
|
28103
28272
|
}
|
28104
28273
|
|
28105
|
-
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper
|
28274
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
28106
28275
|
padding: 0;
|
28107
28276
|
}
|
28108
28277
|
|
@@ -28126,7 +28295,7 @@ readers do not read off random characters that represent icons */
|
|
28126
28295
|
top: 50%;
|
28127
28296
|
right: 0;
|
28128
28297
|
width: 0.0625rem;
|
28129
|
-
height:
|
28298
|
+
height: 0.9375rem;
|
28130
28299
|
transform: translateY(-50%);
|
28131
28300
|
background-color: var(--Tabs--simple-split-color);
|
28132
28301
|
}
|
@@ -28150,6 +28319,10 @@ readers do not read off random characters that represent icons */
|
|
28150
28319
|
border: none;
|
28151
28320
|
}
|
28152
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
|
+
|
28153
28326
|
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child {
|
28154
28327
|
padding: 0;
|
28155
28328
|
}
|
@@ -28169,7 +28342,7 @@ readers do not read off random characters that represent icons */
|
|
28169
28342
|
border-bottom: 0.0625rem solid var(--Tabs--simple-split-color);
|
28170
28343
|
}
|
28171
28344
|
|
28172
|
-
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper
|
28345
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
28173
28346
|
width: 2rem;
|
28174
28347
|
margin-left: 0.5rem;
|
28175
28348
|
padding: 0;
|
@@ -28183,11 +28356,11 @@ readers do not read off random characters that represent icons */
|
|
28183
28356
|
flex: none;
|
28184
28357
|
}
|
28185
28358
|
|
28186
|
-
.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 {
|
28187
28360
|
margin-right: 0;
|
28188
28361
|
}
|
28189
28362
|
|
28190
|
-
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper
|
28363
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper .a-Tabs-addable:hover {
|
28191
28364
|
color: #7266ba;
|
28192
28365
|
}
|
28193
28366
|
|
@@ -28250,6 +28423,10 @@ readers do not read off random characters that represent icons */
|
|
28250
28423
|
color: #7266ba;
|
28251
28424
|
}
|
28252
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
|
+
|
28253
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 {
|
28254
28431
|
margin-right: 0;
|
28255
28432
|
}
|
@@ -28261,9 +28438,10 @@ readers do not read off random characters that represent icons */
|
|
28261
28438
|
}
|
28262
28439
|
|
28263
28440
|
.amis-scope .a-Tabs-toolbar {
|
28264
|
-
|
28265
|
-
|
28266
|
-
|
28441
|
+
margin-left: 0.75rem;
|
28442
|
+
display: flex;
|
28443
|
+
flex-direction: row;
|
28444
|
+
align-items: center;
|
28267
28445
|
}
|
28268
28446
|
|
28269
28447
|
.amis-scope .a-Nav {
|
@@ -29397,10 +29575,15 @@ readers do not read off random characters that represent icons */
|
|
29397
29575
|
border-bottom-left-radius: 0;
|
29398
29576
|
}
|
29399
29577
|
|
29578
|
+
.amis-scope .a-ButtonGroup > .a-ButtonGroup:last-child > .a-Button:not(:last-child) {
|
29579
|
+
border-top-right-radius: 0;
|
29580
|
+
}
|
29581
|
+
|
29400
29582
|
.amis-scope .a-ButtonGroup--vertical {
|
29401
29583
|
flex-direction: column;
|
29402
29584
|
align-items: flex-start;
|
29403
29585
|
justify-content: center;
|
29586
|
+
/* 修正头尾的圆角 */
|
29404
29587
|
}
|
29405
29588
|
|
29406
29589
|
.amis-scope .a-ButtonGroup--vertical .a-Button,
|
@@ -29428,6 +29611,16 @@ readers do not read off random characters that represent icons */
|
|
29428
29611
|
border-top-right-radius: 0;
|
29429
29612
|
}
|
29430
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
|
+
|
29431
29624
|
.amis-scope .a-ButtonGroup--tiled {
|
29432
29625
|
display: flex;
|
29433
29626
|
}
|
@@ -37782,6 +37975,7 @@ readers do not read off random characters that represent icons */
|
|
37782
37975
|
background: #fff;
|
37783
37976
|
border: 0.0625rem solid #d1d5db;
|
37784
37977
|
border-radius: 0.142rem;
|
37978
|
+
overflow: hidden;
|
37785
37979
|
}
|
37786
37980
|
|
37787
37981
|
.amis-scope .a-Number--borderHalf {
|
@@ -37856,6 +38050,7 @@ readers do not read off random characters that represent icons */
|
|
37856
38050
|
transition: all 0s ease;
|
37857
38051
|
border: 0;
|
37858
38052
|
border-radius: 0.142rem;
|
38053
|
+
color: #58666e;
|
37859
38054
|
padding: 0 0.5rem;
|
37860
38055
|
}
|
37861
38056
|
|