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.css
CHANGED
@@ -12392,19 +12392,18 @@ readers do not read off random characters that represent icons */
|
|
12392
12392
|
--ButtonGroup--primary-isActive-color: var(--white);
|
12393
12393
|
--ButtonGroup--primary-isActive-bg: var(--primary);
|
12394
12394
|
--Breadcrumb-item-fontSize: var(--fontSizeMd);
|
12395
|
-
--Breadcrumb-item-default-color: #
|
12396
|
-
--Breadcrumb-item-hover-color: #
|
12397
|
-
--Breadcrumb-item-active-color: #
|
12398
|
-
--Breadcrumb-item-last-color: #
|
12399
|
-
--BreadcrumbDropdown-item-default-color: #
|
12400
|
-
--BreadcrumbDropdown-item-default-bg: #
|
12401
|
-
--BreadcrumbDropdown-item-hover-bg: #
|
12395
|
+
--Breadcrumb-item-default-color: #83868c;
|
12396
|
+
--Breadcrumb-item-hover-color: #2468f2;
|
12397
|
+
--Breadcrumb-item-active-color: #1c53c1;
|
12398
|
+
--Breadcrumb-item-last-color: #151a26;
|
12399
|
+
--BreadcrumbDropdown-item-default-color: #151a26;
|
12400
|
+
--BreadcrumbDropdown-item-default-bg: #ffffff;
|
12401
|
+
--BreadcrumbDropdown-item-hover-bg: #e9f0fd;
|
12402
12402
|
--BreadcrumbDropdown-item-fontSize: var(--fontSizeSm);
|
12403
12403
|
--BreadcrumbDropdown-item-height: 2rem;
|
12404
12404
|
--BreadcrumbDropdown-item-paddingX: var(--gap-sm);
|
12405
12405
|
--BreadcrumbDropdown-item-paddingY: calc(
|
12406
|
-
(var(--BreadcrumbDropdown-item-height) - var(--fontSizeSm)) /
|
12407
|
-
2
|
12406
|
+
(var(--BreadcrumbDropdown-item-height) - var(--fontSizeSm)) / 2
|
12408
12407
|
);
|
12409
12408
|
--Calendar-btn-bg: var(--info);
|
12410
12409
|
--Calendar-btn-border: var(--Calendar-btn-bg);
|
@@ -13277,6 +13276,7 @@ readers do not read off random characters that represent icons */
|
|
13277
13276
|
--Tabs--line-content-padding: var(--gap-base) 0;
|
13278
13277
|
--Tabs--line-linkMargin: 0 32px 0 0;
|
13279
13278
|
--Tabs--line-linkPadding: 0 0 8px;
|
13279
|
+
--Tabs--line-addPadding: 0 0 10px;
|
13280
13280
|
--Tabs--line-padding: var(--gap-md);
|
13281
13281
|
--Tabs--line-onHover-borderColor: var(--primary);
|
13282
13282
|
--Tabs--line-onHover-color: var(--primary);
|
@@ -13299,13 +13299,20 @@ readers do not read off random characters that represent icons */
|
|
13299
13299
|
--Tabs-onActive-color: #374151;
|
13300
13300
|
--Tabs-onDisabled-color: #4b5563;
|
13301
13301
|
--Tabs-onHover-borderColor: #e5e7eb;
|
13302
|
-
--Tabs-add-icon-size:
|
13302
|
+
--Tabs-add-icon-size: 0.9375rem;
|
13303
13303
|
--Tabs-add-icon-padding: 0.0625rem;
|
13304
13304
|
--Tabs-add-icon-margin: var(--gap-xs);
|
13305
13305
|
--Tabs-add-margin: var(--gap-lg);
|
13306
|
+
--Tabs-gray-color: #83868c;
|
13306
13307
|
--Tabs-close-margin: var(--gap-xs);
|
13308
|
+
--Tabs-close-marginTop: 0.0625rem;
|
13307
13309
|
--Tabs-close-size: 0.75rem;
|
13308
13310
|
--Tabs-link-maxWidth: 10rem;
|
13311
|
+
--Tabs--sidebar-sideWidth: 3.875rem;
|
13312
|
+
--Tabs--sidebar-sidePadding: 1.6875rem;
|
13313
|
+
--Tabs--sidebar-sideMargin: 0 0 1.375rem 0;
|
13314
|
+
--Tabs--sidebar-iconSize: 1.5rem;
|
13315
|
+
--Tabs--sidebar-iconMargin: 0.3125rem;
|
13309
13316
|
--Tabs--vertical-bg: var(--Table-thead-bg);
|
13310
13317
|
--Tabs--vertical-width: 8.75rem;
|
13311
13318
|
--Tabs--vertical-onActive-color: var(--primary);
|
@@ -13380,26 +13387,31 @@ readers do not read off random characters that represent icons */
|
|
13380
13387
|
--Tooltip--attr-paddingY: 0.125rem;
|
13381
13388
|
--Tooltip--attr-transition: all var(--animation-duration) ease-in-out;
|
13382
13389
|
--Tooltip-arrow-color: var(--Tooltip-bg);
|
13383
|
-
--Tooltip-arrow-color:
|
13390
|
+
--Tooltip-arrow-color--dark: rgba(7, 12, 20, 0.85);
|
13384
13391
|
--Tooltip-arrow-height: 0.5rem;
|
13385
13392
|
--Tooltip-arrow-height: 0.5rem;
|
13386
13393
|
--Tooltip-arrow-outerColor: #d1d5db;
|
13387
13394
|
--Tooltip-arrow-width: 1rem;
|
13388
13395
|
--Tooltip-arrow-width: 1rem;
|
13389
13396
|
--Tooltip-bg: var(--background);
|
13397
|
+
--Tooltip-bg--dark: rgba(7, 12, 20, 0.85);
|
13390
13398
|
--Tooltip-body-color: var(--text-color);
|
13399
|
+
--Tooltip-body-color--dark: var(--white);
|
13391
13400
|
--Tooltip-body-paddingX: var(--gap-sm);
|
13392
13401
|
--Tooltip-body-paddingY: var(--gap-sm);
|
13393
13402
|
--Tooltip-borderColor: var(--borderColor);
|
13394
13403
|
--Tooltip-borderRadius: var(--borderRadiusLg);
|
13395
13404
|
--Tooltip-borderWidth: var(--borderWidth);
|
13396
13405
|
--Tooltip-boxShadow: var(--boxShadow);
|
13406
|
+
--Tooltip-boxShadow--dark: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
|
13397
13407
|
--Tooltip-fontSize: var(--fontSizeSm);
|
13398
13408
|
--Tooltip-maxWidth: 15rem;
|
13399
13409
|
--Tooltip-minWidth: auto;
|
13410
|
+
--Tooltip-title-fontWeight: bold;
|
13400
13411
|
--Tooltip-title-bg: #f7f7f7;
|
13401
13412
|
--Tooltip-title-borderBottom-color: #ebebeb;
|
13402
13413
|
--Tooltip-title-color: var(--text--loud-color);
|
13414
|
+
--Tooltip-title-color--dark: var(--white);
|
13403
13415
|
--Tooltip-title-paddingX: var(--gap-sm);
|
13404
13416
|
--Tooltip-title-paddingY: var(--gap-xs);
|
13405
13417
|
--Transfer-title-bg: #f6f8f8;
|
@@ -27829,6 +27841,7 @@ readers do not read off random characters that represent icons */
|
|
27829
27841
|
border-bottom: var(--Tooltip-borderWidth) solid var(--Tooltip-title-borderBottom-color);
|
27830
27842
|
border-top-left-radius: calc( var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth) );
|
27831
27843
|
border-top-right-radius: calc( var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth) );
|
27844
|
+
font-weight: var(--Tooltip-title-fontWeight);
|
27832
27845
|
}
|
27833
27846
|
|
27834
27847
|
.amis-scope .a-Tooltip-title:empty {
|
@@ -27840,6 +27853,62 @@ readers do not read off random characters that represent icons */
|
|
27840
27853
|
padding: var(--Tooltip-body-paddingY) var(--Tooltip-body-paddingX);
|
27841
27854
|
}
|
27842
27855
|
|
27856
|
+
.amis-scope .a-Tooltip--dark {
|
27857
|
+
background: var(--Tooltip-bg--dark);
|
27858
|
+
border: none;
|
27859
|
+
box-shadow: var(--Tooltip-boxShadow--dark);
|
27860
|
+
}
|
27861
|
+
|
27862
|
+
.amis-scope .a-Tooltip--dark .a-Tooltip-title {
|
27863
|
+
color: var(--Tooltip-title-color--dark);
|
27864
|
+
background: transparent;
|
27865
|
+
border-bottom: none;
|
27866
|
+
}
|
27867
|
+
|
27868
|
+
.amis-scope .a-Tooltip--dark .a-Tooltip-title::before {
|
27869
|
+
border-bottom-color: transparent;
|
27870
|
+
}
|
27871
|
+
|
27872
|
+
.amis-scope .a-Tooltip--dark .a-Tooltip-body {
|
27873
|
+
color: var(--Tooltip-body-color--dark);
|
27874
|
+
}
|
27875
|
+
|
27876
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--top .a-Tooltip-arrow::before {
|
27877
|
+
border-width: 0;
|
27878
|
+
}
|
27879
|
+
|
27880
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--top .a-Tooltip-arrow::after {
|
27881
|
+
border-top-color: var(--Tooltip-arrow-color--dark);
|
27882
|
+
}
|
27883
|
+
|
27884
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--bottom .a-Tooltip-arrow::before {
|
27885
|
+
border-width: 0;
|
27886
|
+
}
|
27887
|
+
|
27888
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--bottom .a-Tooltip-arrow::after {
|
27889
|
+
border-bottom-color: var(--Tooltip-arrow-color--dark);
|
27890
|
+
}
|
27891
|
+
|
27892
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--left .a-Tooltip-arrow::before {
|
27893
|
+
border-width: 0;
|
27894
|
+
}
|
27895
|
+
|
27896
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--left .a-Tooltip-arrow::after {
|
27897
|
+
border-left-color: var(--Tooltip-arrow-color--dark);
|
27898
|
+
}
|
27899
|
+
|
27900
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--right .a-Tooltip-arrow::before {
|
27901
|
+
border-width: 0;
|
27902
|
+
}
|
27903
|
+
|
27904
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--right .a-Tooltip-arrow::after {
|
27905
|
+
border-right-color: var(--Tooltip-arrow-color--dark);
|
27906
|
+
}
|
27907
|
+
|
27908
|
+
.amis-scope .a-TooltipWrapper--inline {
|
27909
|
+
display: inline-block;
|
27910
|
+
}
|
27911
|
+
|
27843
27912
|
@keyframes tooltipIn {
|
27844
27913
|
from {
|
27845
27914
|
opacity: 0;
|
@@ -28073,6 +28142,19 @@ readers do not read off random characters that represent icons */
|
|
28073
28142
|
flex-direction: column;
|
28074
28143
|
}
|
28075
28144
|
|
28145
|
+
.amis-scope .a-PopUp-closeBox {
|
28146
|
+
width: 3rem;
|
28147
|
+
height: 3rem;
|
28148
|
+
position: absolute;
|
28149
|
+
z-index: 1;
|
28150
|
+
cursor: pointer;
|
28151
|
+
right: 0;
|
28152
|
+
top: 0;
|
28153
|
+
display: flex;
|
28154
|
+
justify-content: center;
|
28155
|
+
align-items: center;
|
28156
|
+
}
|
28157
|
+
|
28076
28158
|
.amis-scope .a-PopUp-closeWrap {
|
28077
28159
|
position: relative;
|
28078
28160
|
text-align: center;
|
@@ -28081,12 +28163,9 @@ readers do not read off random characters that represent icons */
|
|
28081
28163
|
}
|
28082
28164
|
|
28083
28165
|
.amis-scope .a-PopUp-closeWrap .a-PopUp-close {
|
28084
|
-
position: absolute;
|
28085
28166
|
z-index: 1;
|
28086
28167
|
color: var(--icon-color);
|
28087
28168
|
cursor: pointer;
|
28088
|
-
top: 0.9375rem;
|
28089
|
-
right: 0.9375rem;
|
28090
28169
|
}
|
28091
28170
|
|
28092
28171
|
.amis-scope .a-PopUp-toolbar {
|
@@ -28557,7 +28636,7 @@ readers do not read off random characters that represent icons */
|
|
28557
28636
|
}
|
28558
28637
|
|
28559
28638
|
.amis-scope .a-Alert-icon {
|
28560
|
-
margin-right:
|
28639
|
+
margin-right: var(--gap-sm);
|
28561
28640
|
font-size: var(--fontSizeLg);
|
28562
28641
|
}
|
28563
28642
|
|
@@ -28816,7 +28895,7 @@ readers do not read off random characters that represent icons */
|
|
28816
28895
|
margin-left: var(--Tabs-add-margin);
|
28817
28896
|
align-items: center;
|
28818
28897
|
justify-content: flex-start;
|
28819
|
-
padding: var(--Tabs--line-
|
28898
|
+
padding: var(--Tabs--line-addPadding);
|
28820
28899
|
white-space: nowrap;
|
28821
28900
|
cursor: pointer;
|
28822
28901
|
}
|
@@ -28833,7 +28912,13 @@ readers do not read off random characters that represent icons */
|
|
28833
28912
|
line-height: 1;
|
28834
28913
|
}
|
28835
28914
|
|
28915
|
+
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-addable:hover {
|
28916
|
+
color: var(--primary);
|
28917
|
+
fill: var(--primary);
|
28918
|
+
}
|
28919
|
+
|
28836
28920
|
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer {
|
28921
|
+
flex-grow: 1;
|
28837
28922
|
position: relative;
|
28838
28923
|
display: flex;
|
28839
28924
|
align-items: center;
|
@@ -28841,7 +28926,7 @@ readers do not read off random characters that represent icons */
|
|
28841
28926
|
}
|
28842
28927
|
|
28843
28928
|
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-arrow {
|
28844
|
-
margin
|
28929
|
+
margin: var(--Tabs--line-addPadding);
|
28845
28930
|
width: 16px;
|
28846
28931
|
height: 100%;
|
28847
28932
|
display: flex;
|
@@ -28876,6 +28961,7 @@ readers do not read off random characters that represent icons */
|
|
28876
28961
|
}
|
28877
28962
|
|
28878
28963
|
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main {
|
28964
|
+
position: relative;
|
28879
28965
|
overflow-y: auto;
|
28880
28966
|
scrollbar-width: none;
|
28881
28967
|
width: 100%;
|
@@ -28886,8 +28972,10 @@ readers do not read off random characters that represent icons */
|
|
28886
28972
|
}
|
28887
28973
|
|
28888
28974
|
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main .a-Tabs-links {
|
28889
|
-
position: relative;
|
28890
28975
|
min-width: 100%;
|
28976
|
+
max-width: 0;
|
28977
|
+
height: 100%;
|
28978
|
+
overflow-x: hidden;
|
28891
28979
|
}
|
28892
28980
|
|
28893
28981
|
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main .a-Tabs-links .a-Tabs-links-drag {
|
@@ -28930,7 +29018,9 @@ readers do not read off random characters that represent icons */
|
|
28930
29018
|
}
|
28931
29019
|
|
28932
29020
|
.amis-scope .a-Tabs-links > .a-Tabs-link .a-Tabs-link-close {
|
28933
|
-
margin
|
29021
|
+
margin: var(--Tabs-close-marginTop) 0 0 var(--Tabs-close-margin);
|
29022
|
+
fill: var(--Tabs-gray-color);
|
29023
|
+
cursor: pointer;
|
28934
29024
|
}
|
28935
29025
|
|
28936
29026
|
.amis-scope .a-Tabs-links > .a-Tabs-link .a-Tabs-link-close .a-Tabs-link-close-icon {
|
@@ -29018,6 +29108,18 @@ readers do not read off random characters that represent icons */
|
|
29018
29108
|
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs--simple-split-color);
|
29019
29109
|
}
|
29020
29110
|
|
29111
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper--toolbar .a-Tabs-link {
|
29112
|
+
padding-top: 10px;
|
29113
|
+
}
|
29114
|
+
|
29115
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper--toolbar .a-Tabs-addable {
|
29116
|
+
padding: 0;
|
29117
|
+
}
|
29118
|
+
|
29119
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper--toolbar .a-Tabs-linksContainer-arrow {
|
29120
|
+
margin: 0;
|
29121
|
+
}
|
29122
|
+
|
29021
29123
|
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer > .a-Tabs-linksContainer-arrow {
|
29022
29124
|
top: -4px;
|
29023
29125
|
}
|
@@ -29049,15 +29151,18 @@ readers do not read off random characters that represent icons */
|
|
29049
29151
|
padding: var(--Tabs--line-linkPadding);
|
29050
29152
|
}
|
29051
29153
|
|
29052
|
-
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li
|
29053
|
-
.amis-scope .a-Tabs--line > .a-Tabs-
|
29054
|
-
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child:hover,
|
29055
|
-
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child:focus {
|
29154
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:hover a:first-child,
|
29155
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover a:first-child {
|
29056
29156
|
color: var(--primary);
|
29057
29157
|
background: transparent;
|
29058
29158
|
border-color: transparent;
|
29059
29159
|
}
|
29060
29160
|
|
29161
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:hover .a-Tabs-link-close,
|
29162
|
+
.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 {
|
29163
|
+
fill: var(--primary);
|
29164
|
+
}
|
29165
|
+
|
29061
29166
|
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:last-child > a,
|
29062
29167
|
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:last-child > a {
|
29063
29168
|
margin: 0;
|
@@ -29095,6 +29200,10 @@ readers do not read off random characters that represent icons */
|
|
29095
29200
|
margin-right: var(--Tabs--card-add-gap);
|
29096
29201
|
}
|
29097
29202
|
|
29203
|
+
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer .a-Tabs-addable {
|
29204
|
+
padding: 0;
|
29205
|
+
}
|
29206
|
+
|
29098
29207
|
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-arrow {
|
29099
29208
|
padding: var(--Tabs--card-arrow-gap) var(--Tabs--card-add-gap) 0;
|
29100
29209
|
margin-bottom: 0;
|
@@ -29131,6 +29240,11 @@ readers do not read off random characters that represent icons */
|
|
29131
29240
|
border: none;
|
29132
29241
|
}
|
29133
29242
|
|
29243
|
+
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-toolbar {
|
29244
|
+
padding: var(--Tabs--card-padding);
|
29245
|
+
margin: 0;
|
29246
|
+
}
|
29247
|
+
|
29134
29248
|
.amis-scope .a-Tabs--card > .a-Tabs-content {
|
29135
29249
|
border-width: 0;
|
29136
29250
|
}
|
@@ -29139,7 +29253,7 @@ readers do not read off random characters that represent icons */
|
|
29139
29253
|
margin-bottom: 0.625rem;
|
29140
29254
|
}
|
29141
29255
|
|
29142
|
-
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer-wrapper
|
29256
|
+
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
29143
29257
|
padding: 0;
|
29144
29258
|
}
|
29145
29259
|
|
@@ -29231,7 +29345,7 @@ readers do not read off random characters that represent icons */
|
|
29231
29345
|
border-right-width: 0;
|
29232
29346
|
}
|
29233
29347
|
|
29234
|
-
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper
|
29348
|
+
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
29235
29349
|
padding: 0 var(--Tabs--tiled-add-gap);
|
29236
29350
|
margin-left: 0;
|
29237
29351
|
white-space: nowrap;
|
@@ -29339,6 +29453,84 @@ readers do not read off random characters that represent icons */
|
|
29339
29453
|
height: 100%;
|
29340
29454
|
}
|
29341
29455
|
|
29456
|
+
.amis-scope .a-Tabs--sidebar {
|
29457
|
+
display: flex;
|
29458
|
+
height: 100%;
|
29459
|
+
}
|
29460
|
+
|
29461
|
+
.amis-scope .a-Tabs--sidebar.sidebar--left {
|
29462
|
+
flex-direction: row;
|
29463
|
+
}
|
29464
|
+
|
29465
|
+
.amis-scope .a-Tabs--sidebar.sidebar--left > .a-Tabs-content {
|
29466
|
+
border-right: none;
|
29467
|
+
}
|
29468
|
+
|
29469
|
+
.amis-scope .a-Tabs--sidebar.sidebar--right {
|
29470
|
+
flex-direction: row-reverse;
|
29471
|
+
}
|
29472
|
+
|
29473
|
+
.amis-scope .a-Tabs--sidebar.sidebar--right > .a-Tabs-content {
|
29474
|
+
border-left: none;
|
29475
|
+
}
|
29476
|
+
|
29477
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper {
|
29478
|
+
flex: 0 0 var(--Tabs--sidebar-sideWidth);
|
29479
|
+
align-items: flex-start;
|
29480
|
+
border: none;
|
29481
|
+
}
|
29482
|
+
|
29483
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links {
|
29484
|
+
position: relative;
|
29485
|
+
margin: 0;
|
29486
|
+
padding-top: var(--Tabs--sidebar-sidePadding);
|
29487
|
+
flex-grow: 1;
|
29488
|
+
border: none;
|
29489
|
+
flex-direction: column;
|
29490
|
+
border: 0;
|
29491
|
+
}
|
29492
|
+
|
29493
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li {
|
29494
|
+
display: flex;
|
29495
|
+
margin: var(--Tabs--sidebar-sideMargin);
|
29496
|
+
padding: 0;
|
29497
|
+
flex-direction: column;
|
29498
|
+
justify-content: flex-start;
|
29499
|
+
align-items: center;
|
29500
|
+
border: 0;
|
29501
|
+
}
|
29502
|
+
|
29503
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child {
|
29504
|
+
padding: 0;
|
29505
|
+
border: 0;
|
29506
|
+
margin: 0;
|
29507
|
+
display: flex;
|
29508
|
+
flex-direction: column;
|
29509
|
+
align-items: center;
|
29510
|
+
color: var(--Tabs-gray-color);
|
29511
|
+
}
|
29512
|
+
|
29513
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child .a-Icon {
|
29514
|
+
font-size: var(--Tabs--sidebar-iconSize);
|
29515
|
+
height: var(--Tabs--sidebar-iconSize);
|
29516
|
+
margin-bottom: var(--Tabs--sidebar-iconMargin);
|
29517
|
+
}
|
29518
|
+
|
29519
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child,
|
29520
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child:hover,
|
29521
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child:focus {
|
29522
|
+
color: var(--Tabs--sidebar-iconColor);
|
29523
|
+
}
|
29524
|
+
|
29525
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-content {
|
29526
|
+
flex-grow: 1;
|
29527
|
+
border-bottom: none;
|
29528
|
+
}
|
29529
|
+
|
29530
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-content > .a-Tabs-pane {
|
29531
|
+
height: 100%;
|
29532
|
+
}
|
29533
|
+
|
29342
29534
|
.amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper {
|
29343
29535
|
background: var(--Tabs--chrome-bg);
|
29344
29536
|
border-bottom: none;
|
@@ -29454,7 +29646,7 @@ readers do not read off random characters that represent icons */
|
|
29454
29646
|
border-bottom: none;
|
29455
29647
|
}
|
29456
29648
|
|
29457
|
-
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper
|
29649
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
29458
29650
|
padding: 0;
|
29459
29651
|
}
|
29460
29652
|
|
@@ -29502,6 +29694,10 @@ readers do not read off random characters that represent icons */
|
|
29502
29694
|
border: none;
|
29503
29695
|
}
|
29504
29696
|
|
29697
|
+
.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 {
|
29698
|
+
fill: var(--primary);
|
29699
|
+
}
|
29700
|
+
|
29505
29701
|
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child {
|
29506
29702
|
padding: 0;
|
29507
29703
|
}
|
@@ -29521,7 +29717,7 @@ readers do not read off random characters that represent icons */
|
|
29521
29717
|
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs--simple-split-color);
|
29522
29718
|
}
|
29523
29719
|
|
29524
|
-
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper
|
29720
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
29525
29721
|
width: var(--Tabs--strong-add-size);
|
29526
29722
|
margin-left: var(--Tabs--card-arrow-gap);
|
29527
29723
|
padding: 0;
|
@@ -29535,11 +29731,11 @@ readers do not read off random characters that represent icons */
|
|
29535
29731
|
flex: none;
|
29536
29732
|
}
|
29537
29733
|
|
29538
|
-
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper
|
29734
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper .a-Tabs-addable > .a-Tabs-addable-icon {
|
29539
29735
|
margin-right: 0;
|
29540
29736
|
}
|
29541
29737
|
|
29542
|
-
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper
|
29738
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper .a-Tabs-addable:hover {
|
29543
29739
|
color: var(--Tabs--line-onHover-color);
|
29544
29740
|
}
|
29545
29741
|
|
@@ -29602,6 +29798,10 @@ readers do not read off random characters that represent icons */
|
|
29602
29798
|
color: var(--Tabs--line-onHover-color);
|
29603
29799
|
}
|
29604
29800
|
|
29801
|
+
.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 {
|
29802
|
+
fill: var(--primary);
|
29803
|
+
}
|
29804
|
+
|
29605
29805
|
.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 {
|
29606
29806
|
margin-right: 0;
|
29607
29807
|
}
|
@@ -29613,9 +29813,10 @@ readers do not read off random characters that represent icons */
|
|
29613
29813
|
}
|
29614
29814
|
|
29615
29815
|
.amis-scope .a-Tabs-toolbar {
|
29616
|
-
|
29617
|
-
|
29618
|
-
|
29816
|
+
margin-left: var(--gap-base);
|
29817
|
+
display: flex;
|
29818
|
+
flex-direction: row;
|
29819
|
+
align-items: center;
|
29619
29820
|
}
|
29620
29821
|
|
29621
29822
|
.amis-scope .a-Nav {
|
@@ -30749,10 +30950,15 @@ readers do not read off random characters that represent icons */
|
|
30749
30950
|
border-bottom-left-radius: 0;
|
30750
30951
|
}
|
30751
30952
|
|
30953
|
+
.amis-scope .a-ButtonGroup > .a-ButtonGroup:last-child > .a-Button:not(:last-child) {
|
30954
|
+
border-top-right-radius: 0;
|
30955
|
+
}
|
30956
|
+
|
30752
30957
|
.amis-scope .a-ButtonGroup--vertical {
|
30753
30958
|
flex-direction: column;
|
30754
30959
|
align-items: flex-start;
|
30755
30960
|
justify-content: center;
|
30961
|
+
/* 修正头尾的圆角 */
|
30756
30962
|
}
|
30757
30963
|
|
30758
30964
|
.amis-scope .a-ButtonGroup--vertical .a-Button,
|
@@ -30780,6 +30986,16 @@ readers do not read off random characters that represent icons */
|
|
30780
30986
|
border-top-right-radius: 0;
|
30781
30987
|
}
|
30782
30988
|
|
30989
|
+
.amis-scope .a-ButtonGroup--vertical > .a-Button:first-child,
|
30990
|
+
.amis-scope .a-ButtonGroup--vertical > .a-ButtonGroup:first-child > .a-Button:first-child {
|
30991
|
+
border-top-right-radius: var(--Button-borderRadius);
|
30992
|
+
}
|
30993
|
+
|
30994
|
+
.amis-scope .a-ButtonGroup--vertical > .a-Button:last-child,
|
30995
|
+
.amis-scope .a-ButtonGroup--vertical > .a-ButtonGroup:last-child > .a-Button:last-child {
|
30996
|
+
border-bottom-left-radius: var(--Button-borderRadius);
|
30997
|
+
}
|
30998
|
+
|
30783
30999
|
.amis-scope .a-ButtonGroup--tiled {
|
30784
31000
|
display: flex;
|
30785
31001
|
}
|
@@ -35280,11 +35496,14 @@ readers do not read off random characters that represent icons */
|
|
35280
35496
|
right: 0;
|
35281
35497
|
}
|
35282
35498
|
|
35499
|
+
.amis-scope .a-Progress {
|
35500
|
+
display: flex;
|
35501
|
+
align-items: center;
|
35502
|
+
}
|
35503
|
+
|
35283
35504
|
.amis-scope .a-Progress-line {
|
35284
35505
|
display: inline-block;
|
35285
35506
|
width: 100%;
|
35286
|
-
margin-right: calc(-2em + -8px);
|
35287
|
-
padding-right: calc(2em + 8px);
|
35288
35507
|
}
|
35289
35508
|
|
35290
35509
|
.amis-scope .a-Progress-line-inter {
|
@@ -35294,14 +35513,9 @@ readers do not read off random characters that represent icons */
|
|
35294
35513
|
border-radius: var(--Progress-borderRadius);
|
35295
35514
|
}
|
35296
35515
|
|
35297
|
-
.amis-scope .a-Progress-line-no-label {
|
35298
|
-
padding-right: 0;
|
35299
|
-
margin-right: 0;
|
35300
|
-
}
|
35301
|
-
|
35302
35516
|
.amis-scope .a-Progress-line-text {
|
35303
35517
|
display: inline-block;
|
35304
|
-
|
35518
|
+
flex-grow: 1;
|
35305
35519
|
margin-left: 8px;
|
35306
35520
|
color: var(--text-color);
|
35307
35521
|
font-size: var(--fontSizeXs);
|
@@ -38909,6 +39123,10 @@ readers do not read off random characters that represent icons */
|
|
38909
39123
|
display: inline-block;
|
38910
39124
|
}
|
38911
39125
|
|
39126
|
+
.amis-scope .a-CityArea {
|
39127
|
+
text-align: right;
|
39128
|
+
}
|
39129
|
+
|
38912
39130
|
.amis-scope .a-CityArea-popup {
|
38913
39131
|
height: 17.5rem;
|
38914
39132
|
}
|
@@ -38958,7 +39176,7 @@ readers do not read off random characters that represent icons */
|
|
38958
39176
|
.amis-scope .a-Switch .text {
|
38959
39177
|
margin: 0 0.4375rem 0 1.5625rem;
|
38960
39178
|
color: var(--Switch-valueColor);
|
38961
|
-
text-indent:
|
39179
|
+
text-indent: var(--gap-xs);
|
38962
39180
|
text-transform: uppercase;
|
38963
39181
|
font-size: var(--fontSizeSm);
|
38964
39182
|
line-height: var(--Switch-height);
|
@@ -38996,9 +39214,7 @@ readers do not read off random characters that represent icons */
|
|
38996
39214
|
}
|
38997
39215
|
|
38998
39216
|
.amis-scope .a-Switch.is-checked .text {
|
38999
|
-
margin: 0 25px 0 7px;
|
39000
39217
|
color: var(--white);
|
39001
|
-
text-indent: var(--gap-xs);
|
39002
39218
|
}
|
39003
39219
|
|
39004
39220
|
.amis-scope .a-Switch.is-checked.is-disabled .slider:before {
|
@@ -39047,6 +39263,7 @@ readers do not read off random characters that represent icons */
|
|
39047
39263
|
background: var(--Number-bg);
|
39048
39264
|
border: var(--Number-borderWidth) solid var(--Number-borderColor);
|
39049
39265
|
border-radius: var(--Number-borderRadius);
|
39266
|
+
overflow: hidden;
|
39050
39267
|
}
|
39051
39268
|
|
39052
39269
|
.amis-scope .a-Number--borderHalf {
|
@@ -39121,6 +39338,7 @@ readers do not read off random characters that represent icons */
|
|
39121
39338
|
transition: all var(--animation-duration) ease;
|
39122
39339
|
border: 0;
|
39123
39340
|
border-radius: var(--Form-input-borderRadius);
|
39341
|
+
color: var(--Form-input-color);
|
39124
39342
|
padding: 0 var(--Form-input-paddingX);
|
39125
39343
|
}
|
39126
39344
|
|
@@ -40102,6 +40320,20 @@ readers do not read off random characters that represent icons */
|
|
40102
40320
|
border-radius: var(--DatePicker-borderRadius);
|
40103
40321
|
}
|
40104
40322
|
|
40323
|
+
.amis-scope .a-DatePicker input {
|
40324
|
+
display: inline-block;
|
40325
|
+
width: 100%;
|
40326
|
+
background: none;
|
40327
|
+
padding: 0;
|
40328
|
+
border: 0;
|
40329
|
+
}
|
40330
|
+
|
40331
|
+
.amis-scope .a-DatePicker input:focus {
|
40332
|
+
border: none;
|
40333
|
+
outline: none;
|
40334
|
+
box-sizing: none;
|
40335
|
+
}
|
40336
|
+
|
40105
40337
|
.amis-scope .a-DatePicker--borderHalf {
|
40106
40338
|
border-left-color: transparent !important;
|
40107
40339
|
border-right-color: transparent !important;
|
@@ -45324,6 +45556,26 @@ readers do not read off random characters that represent icons */
|
|
45324
45556
|
color: var(--InputFormula-icon-color-onActive);
|
45325
45557
|
}
|
45326
45558
|
|
45559
|
+
.amis-scope .a-FormulaPicker-ResultBox {
|
45560
|
+
padding-right: 10px;
|
45561
|
+
}
|
45562
|
+
|
45563
|
+
.amis-scope .a-FormulaPicker-ResultBox span.c-field {
|
45564
|
+
background: #007bff;
|
45565
|
+
padding: 3px 5px;
|
45566
|
+
margin: 0 1px;
|
45567
|
+
color: #fff;
|
45568
|
+
font-size: 12px;
|
45569
|
+
border-radius: 4px;
|
45570
|
+
}
|
45571
|
+
|
45572
|
+
.amis-scope .a-FormulaPicker-ResultBox span.c-func {
|
45573
|
+
color: #ae4597;
|
45574
|
+
font-weight: bold;
|
45575
|
+
line-height: 14px;
|
45576
|
+
padding: 0 2px;
|
45577
|
+
}
|
45578
|
+
|
45327
45579
|
.amis-scope .a-Timeline-vertical {
|
45328
45580
|
display: flex;
|
45329
45581
|
flex-flow: column;
|