amis 1.4.2-beta.17 → 1.4.2-beta.18
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/components/Alert2.d.ts +26 -21
- package/lib/components/Alert2.js +11 -4
- package/lib/components/Alert2.js.map +2 -2
- package/lib/components/Button.js +1 -1
- package/lib/components/Button.js.map +2 -2
- package/lib/components/Collapse.js +3 -2
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/ColorPicker.d.ts +5 -1
- package/lib/components/ColorPicker.js +17 -4
- package/lib/components/ColorPicker.js.map +2 -2
- package/lib/components/Overlay.js +5 -0
- package/lib/components/Overlay.js.map +2 -2
- package/lib/components/PopOver.d.ts +1 -0
- package/lib/components/PopOver.js +12 -1
- package/lib/components/PopOver.js.map +2 -2
- package/lib/components/Toast.d.ts +4 -2
- package/lib/components/Toast.js +10 -3
- package/lib/components/Toast.js.map +2 -2
- package/lib/components/Tree.d.ts +84 -84
- package/lib/components/condition-builder/Field.js +2 -3
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/icons.js +8 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/icons/alert-danger.js +7 -0
- package/lib/icons/alert-info.js +7 -0
- package/lib/icons/alert-success.js +7 -0
- package/lib/icons/alert-warning.js +7 -0
- package/lib/index.js +1 -1
- package/lib/renderers/Alert.d.ts +21 -1
- package/lib/renderers/Alert.js.map +2 -2
- package/lib/renderers/Card.d.ts +1 -0
- package/lib/renderers/Card.js +7 -2
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Form/ConditionBuilder.js +2 -2
- package/lib/renderers/Form/ConditionBuilder.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +2 -1
- package/lib/renderers/Form/InputColor.js +1 -1
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Page.d.ts +18 -0
- package/lib/renderers/Page.js +53 -9
- package/lib/renderers/Page.js.map +2 -2
- package/lib/store/formItem.js +2 -18
- package/lib/store/formItem.js.map +2 -2
- package/lib/themes/ang-ie11.css +131 -23
- package/lib/themes/ang.css +131 -23
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +131 -23
- package/lib/themes/antd.css +131 -23
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +142 -36
- package/lib/themes/cxd.css +142 -36
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +131 -23
- package/lib/themes/dark.css +131 -23
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +142 -36
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/helper.d.ts +2 -0
- package/lib/utils/helper.js +16 -2
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/tpl-builtin.js +5 -0
- package/lib/utils/tpl-builtin.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +123 -15
- package/scss/_properties.scss +2 -1
- package/scss/components/_alert.scss +28 -5
- package/scss/components/_button.scss +5 -0
- package/scss/components/_card.scss +1 -1
- package/scss/components/_collapse-group.scss +4 -0
- package/scss/components/_collapse.scss +1 -2
- package/scss/components/_nav.scss +1 -6
- package/scss/components/_page.scss +35 -2
- package/scss/components/_toast.scss +41 -11
- package/scss/components/form/_color.scss +32 -3
- package/scss/components/form/_fieldset.scss +1 -0
- package/scss/components/form/_transfer.scss +1 -0
- package/scss/themes/_cxd-variables.scss +14 -8
- package/scss/themes/cxd.scss +0 -7
- package/sdk/ang-ie11.css +150 -27
- package/sdk/ang.css +151 -27
- package/sdk/antd-ie11.css +150 -27
- package/sdk/antd.css +151 -27
- package/sdk/charts.js +15 -15
- package/sdk/color-picker.js +69 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +158 -40
- package/sdk/cxd.css +162 -40
- package/sdk/dark-ie11.css +150 -27
- package/sdk/dark.css +151 -27
- package/sdk/exceljs.js +1 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +16 -20
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +158 -40
- package/sdk/sdk.css +162 -40
- package/sdk/sdk.js +1195 -1187
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/components/Alert2.tsx +32 -4
- package/src/components/Button.tsx +1 -0
- package/src/components/Collapse.tsx +3 -8
- package/src/components/ColorPicker.tsx +32 -10
- package/src/components/Overlay.tsx +6 -0
- package/src/components/PopOver.tsx +15 -1
- package/src/components/Toast.tsx +25 -5
- package/src/components/condition-builder/Field.tsx +3 -1
- package/src/components/icons.tsx +8 -0
- package/src/icons/alert-danger.svg +1 -0
- package/src/icons/alert-info.svg +1 -0
- package/src/icons/alert-success.svg +1 -0
- package/src/icons/alert-warning.svg +1 -0
- package/src/renderers/Alert.tsx +31 -1
- package/src/renderers/Card.tsx +13 -2
- package/src/renderers/Form/ConditionBuilder.tsx +2 -2
- package/src/renderers/Form/InputColor.tsx +4 -2
- package/src/renderers/Page.tsx +62 -1
- package/src/store/formItem.ts +1 -22
- package/src/utils/helper.ts +14 -0
- package/src/utils/tpl-builtin.ts +6 -0
package/sdk/sdk-ie11.css
CHANGED
@@ -19538,7 +19538,7 @@ readers do not read off random characters that represent icons */
|
|
19538
19538
|
|
19539
19539
|
.amis-scope a:hover {
|
19540
19540
|
color: #0d54e2;
|
19541
|
-
text-decoration:
|
19541
|
+
text-decoration: none;
|
19542
19542
|
}
|
19543
19543
|
|
19544
19544
|
.amis-scope label {
|
@@ -21147,6 +21147,13 @@ readers do not read off random characters that represent icons */
|
|
21147
21147
|
background: #e6e6e8;
|
21148
21148
|
}
|
21149
21149
|
|
21150
|
+
.amis-scope .cxd-Button.is-disabled > svg,
|
21151
|
+
.amis-scope .cxd-Button.is-disabled > svg path,
|
21152
|
+
.amis-scope .cxd-Button:disabled > svg,
|
21153
|
+
.amis-scope .cxd-Button:disabled > svg path {
|
21154
|
+
fill: currentColor;
|
21155
|
+
}
|
21156
|
+
|
21150
21157
|
.amis-scope .cxd-Button:not(:disabled):not(.is-disabled) {
|
21151
21158
|
cursor: pointer;
|
21152
21159
|
}
|
@@ -22933,7 +22940,9 @@ readers do not read off random characters that represent icons */
|
|
22933
22940
|
|
22934
22941
|
.amis-scope .cxd-Toast {
|
22935
22942
|
display: flex;
|
22936
|
-
|
22943
|
+
flex-flow: row nowrap;
|
22944
|
+
justify-content: space-between;
|
22945
|
+
align-items: flex-start;
|
22937
22946
|
max-width: 18.75rem;
|
22938
22947
|
pointer-events: auto;
|
22939
22948
|
margin-bottom: 0.25rem;
|
@@ -22944,7 +22953,6 @@ readers do not read off random characters that represent icons */
|
|
22944
22953
|
color: #fff;
|
22945
22954
|
position: relative;
|
22946
22955
|
opacity: 1;
|
22947
|
-
cursor: pointer;
|
22948
22956
|
opacity: 0;
|
22949
22957
|
transform: translateZ(0);
|
22950
22958
|
}
|
@@ -22971,10 +22979,15 @@ readers do not read off random characters that represent icons */
|
|
22971
22979
|
}
|
22972
22980
|
|
22973
22981
|
.amis-scope .cxd-Toast-close {
|
22974
|
-
color: #999;
|
22975
22982
|
display: inline-flex;
|
22976
|
-
|
22983
|
+
font-size: 1rem;
|
22984
|
+
line-height: 1.5rem;
|
22985
|
+
height: 1.5rem;
|
22986
|
+
color: #999;
|
22987
|
+
margin-left: 0.5rem;
|
22977
22988
|
opacity: 0.8;
|
22989
|
+
align-items: center;
|
22990
|
+
cursor: pointer;
|
22978
22991
|
}
|
22979
22992
|
|
22980
22993
|
.amis-scope .cxd-Toast-close:hover {
|
@@ -22982,11 +22995,33 @@ readers do not read off random characters that represent icons */
|
|
22982
22995
|
opacity: 1;
|
22983
22996
|
}
|
22984
22997
|
|
22985
|
-
.amis-scope .cxd-Toast-
|
22998
|
+
.amis-scope .cxd-Toast-close > svg {
|
22999
|
+
top: 0;
|
23000
|
+
}
|
23001
|
+
|
23002
|
+
.amis-scope .cxd-Toast-content {
|
23003
|
+
flex: 1;
|
23004
|
+
display: flex;
|
23005
|
+
flex-flow: column nowrap;
|
23006
|
+
justify-content: space-between;
|
23007
|
+
align-items: flex-start;
|
23008
|
+
}
|
23009
|
+
|
23010
|
+
.amis-scope .cxd-Toast-content .cxd-Toast-title {
|
23011
|
+
color: #151a26;
|
23012
|
+
font-size: 0.875rem;
|
23013
|
+
font-weight: 500;
|
23014
|
+
line-height: 1.5rem;
|
23015
|
+
margin-bottom: 0.25rem;
|
23016
|
+
}
|
23017
|
+
|
23018
|
+
.amis-scope .cxd-Toast-content .cxd-Toast-body {
|
23019
|
+
font-size: 0.75rem;
|
22986
23020
|
display: inline-block;
|
22987
23021
|
vertical-align: middle;
|
22988
23022
|
white-space: pre-wrap;
|
22989
23023
|
flex-grow: 1;
|
23024
|
+
line-height: 1.5rem;
|
22990
23025
|
}
|
22991
23026
|
|
22992
23027
|
.amis-scope .cxd-Toast-icon {
|
@@ -22994,7 +23029,10 @@ readers do not read off random characters that represent icons */
|
|
22994
23029
|
text-rendering: auto;
|
22995
23030
|
-webkit-font-smoothing: antialiased;
|
22996
23031
|
vertical-align: middle;
|
22997
|
-
margin-right: 0.
|
23032
|
+
margin-right: 0.5rem;
|
23033
|
+
height: 1.5rem;
|
23034
|
+
line-height: 1.5rem;
|
23035
|
+
align-items: center;
|
22998
23036
|
}
|
22999
23037
|
|
23000
23038
|
.amis-scope .cxd-Toast-icon > svg {
|
@@ -23068,24 +23106,47 @@ readers do not read off random characters that represent icons */
|
|
23068
23106
|
border-radius: 0.25rem;
|
23069
23107
|
margin-bottom: var(--Alert-md);
|
23070
23108
|
position: relative;
|
23109
|
+
color: #5e626a;
|
23110
|
+
display: flex;
|
23111
|
+
flex-flow: row nowrap;
|
23112
|
+
justify-content: space-between;
|
23113
|
+
align-items: flex-start;
|
23114
|
+
}
|
23115
|
+
|
23116
|
+
.amis-scope .cxd-Alert-icon {
|
23117
|
+
margin-right: 0.5rem;
|
23118
|
+
font-size: 1rem;
|
23119
|
+
}
|
23120
|
+
|
23121
|
+
.amis-scope .cxd-Alert-content {
|
23122
|
+
flex: 1;
|
23123
|
+
}
|
23124
|
+
|
23125
|
+
.amis-scope .cxd-Alert-content .cxd-Alert-title {
|
23126
|
+
color: #151a26;
|
23127
|
+
font-size: 0.875rem;
|
23128
|
+
font-weight: 500;
|
23129
|
+
line-height: 1.5rem;
|
23130
|
+
margin-bottom: 0.25rem;
|
23131
|
+
}
|
23132
|
+
|
23133
|
+
.amis-scope .cxd-Alert-content .cxd-Alert-desc {
|
23134
|
+
line-height: 1.5rem;
|
23071
23135
|
}
|
23072
23136
|
|
23073
23137
|
.amis-scope .cxd-Alert-close {
|
23074
|
-
position: absolute;
|
23075
23138
|
outline: none;
|
23076
23139
|
padding: 0;
|
23077
23140
|
cursor: pointer;
|
23078
23141
|
background: transparent;
|
23079
23142
|
border: 0;
|
23080
|
-
float: right;
|
23081
23143
|
line-height: 1;
|
23082
23144
|
color: #000;
|
23083
23145
|
text-shadow: 0 1px 0 #fff;
|
23084
23146
|
filter: alpha(opacity=20);
|
23085
23147
|
opacity: 0.2;
|
23086
|
-
|
23087
|
-
|
23088
|
-
transform: translateY(-50%);
|
23148
|
+
margin-left: 0.5rem;
|
23149
|
+
line-height: 1.5rem;
|
23089
23150
|
}
|
23090
23151
|
|
23091
23152
|
.amis-scope .cxd-Alert-close:hover {
|
@@ -24012,13 +24073,6 @@ readers do not read off random characters that represent icons */
|
|
24012
24073
|
pointer-events: none;
|
24013
24074
|
}
|
24014
24075
|
|
24015
|
-
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active,
|
24016
|
-
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active,
|
24017
|
-
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active,
|
24018
|
-
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active {
|
24019
|
-
background: #f6f7fb !important;
|
24020
|
-
}
|
24021
|
-
|
24022
24076
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > a,
|
24023
24077
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Nav-item-atcions,
|
24024
24078
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > a,
|
@@ -24033,6 +24087,7 @@ readers do not read off random characters that represent icons */
|
|
24033
24087
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > a {
|
24034
24088
|
color: #2468f2;
|
24035
24089
|
position: relative;
|
24090
|
+
background: #f6f7fb;
|
24036
24091
|
}
|
24037
24092
|
|
24038
24093
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > a::after,
|
@@ -24178,14 +24233,41 @@ readers do not read off random characters that represent icons */
|
|
24178
24233
|
padding: 0.25rem;
|
24179
24234
|
}
|
24180
24235
|
|
24236
|
+
.amis-scope .cxd-Page-asideResizor {
|
24237
|
+
position: absolute;
|
24238
|
+
right: -0.375rem;
|
24239
|
+
top: 50%;
|
24240
|
+
cursor: ew-resize;
|
24241
|
+
writing-mode: vertical-lr;
|
24242
|
+
width: 0.75rem;
|
24243
|
+
height: 1.5rem;
|
24244
|
+
margin-top: -0.75rem;
|
24245
|
+
border: 0.0625rem solid #dee2e6;
|
24246
|
+
background-color: #fff;
|
24247
|
+
border-radius: 0.142rem;
|
24248
|
+
font-size: 12px;
|
24249
|
+
line-height: 0.625rem;
|
24250
|
+
text-align: center;
|
24251
|
+
user-select: none;
|
24252
|
+
color: #666;
|
24253
|
+
}
|
24254
|
+
|
24255
|
+
.amis-scope .cxd-Page-asideResizor:hover {
|
24256
|
+
color: #000;
|
24257
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
24258
|
+
}
|
24259
|
+
|
24260
|
+
.amis-scope .cxd-Page-asideResizor:after {
|
24261
|
+
content: "···";
|
24262
|
+
}
|
24263
|
+
|
24181
24264
|
.amis-scope .cxd-Page-toolbar > * + * {
|
24182
24265
|
margin-left: 0.25rem;
|
24183
24266
|
}
|
24184
24267
|
|
24185
24268
|
@media (min-width: 768px) {
|
24186
24269
|
.amis-scope .cxd-Page-aside {
|
24187
|
-
|
24188
|
-
max-width: 18.75rem;
|
24270
|
+
width: 10rem;
|
24189
24271
|
border-right: 0.0625rem solid #eceff8;
|
24190
24272
|
}
|
24191
24273
|
|
@@ -24200,6 +24282,11 @@ readers do not read off random characters that represent icons */
|
|
24200
24282
|
border: inherit;
|
24201
24283
|
}
|
24202
24284
|
|
24285
|
+
.amis-scope .cxd-Page-aside--withWidth {
|
24286
|
+
min-width: 10rem;
|
24287
|
+
max-width: 18.75rem;
|
24288
|
+
}
|
24289
|
+
|
24203
24290
|
.amis-scope .cxd-Page--withSidebar {
|
24204
24291
|
display: flex;
|
24205
24292
|
flex-direction: row;
|
@@ -25041,20 +25128,19 @@ readers do not read off random characters that represent icons */
|
|
25041
25128
|
}
|
25042
25129
|
|
25043
25130
|
.amis-scope .cxd-Collapse {
|
25044
|
-
border: 0.0625rem solid #
|
25131
|
+
border: 0.0625rem solid #dadbdd;
|
25045
25132
|
padding: 0;
|
25046
25133
|
line-height: 1.25rem;
|
25047
25134
|
}
|
25048
25135
|
|
25049
25136
|
.amis-scope .cxd-Collapse-header {
|
25050
25137
|
font-size: 14px;
|
25051
|
-
font-weight:
|
25138
|
+
font-weight: 400;
|
25052
25139
|
color: #333;
|
25053
|
-
padding:
|
25140
|
+
padding: 1rem;
|
25054
25141
|
margin: 0;
|
25055
|
-
border-bottom: 0.0625rem solid #EBEDF5;
|
25056
25142
|
cursor: pointer;
|
25057
|
-
background: #
|
25143
|
+
background: #f2f2f4;
|
25058
25144
|
}
|
25059
25145
|
|
25060
25146
|
.amis-scope .cxd-Collapse-header-wrapper {
|
@@ -25067,14 +25153,14 @@ readers do not read off random characters that represent icons */
|
|
25067
25153
|
}
|
25068
25154
|
|
25069
25155
|
.amis-scope .cxd-Collapse-header:hover {
|
25070
|
-
background: #
|
25156
|
+
background: #e6e6e8;
|
25071
25157
|
}
|
25072
25158
|
|
25073
25159
|
.amis-scope .cxd-Collapse-arrow {
|
25074
25160
|
display: inline-block;
|
25075
25161
|
width: 1rem;
|
25076
25162
|
text-align: center;
|
25077
|
-
margin-right: 0.
|
25163
|
+
margin-right: 0.5rem;
|
25078
25164
|
}
|
25079
25165
|
|
25080
25166
|
.amis-scope .cxd-Collapse-arrow:before {
|
@@ -25118,7 +25204,7 @@ readers do not read off random characters that represent icons */
|
|
25118
25204
|
}
|
25119
25205
|
|
25120
25206
|
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-header:hover {
|
25121
|
-
background-color: #
|
25207
|
+
background-color: #f2f2f4;
|
25122
25208
|
}
|
25123
25209
|
|
25124
25210
|
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-arrow:before {
|
@@ -25163,6 +25249,10 @@ readers do not read off random characters that represent icons */
|
|
25163
25249
|
font-weight: 400;
|
25164
25250
|
}
|
25165
25251
|
|
25252
|
+
.amis-scope .cxd-CollapseGroup .cxd-Collapse:not(:last-child) {
|
25253
|
+
border-bottom: none;
|
25254
|
+
}
|
25255
|
+
|
25166
25256
|
.amis-scope .cxd-CollapseGroup.icon-position-right .cxd-Collapse-header .cxd-Collapse-arrow {
|
25167
25257
|
float: right;
|
25168
25258
|
}
|
@@ -27610,7 +27700,7 @@ readers do not read off random characters that represent icons */
|
|
27610
27700
|
|
27611
27701
|
.amis-scope .cxd-Table-itemActions a:hover {
|
27612
27702
|
color: #0d54e2;
|
27613
|
-
text-decoration:
|
27703
|
+
text-decoration: none;
|
27614
27704
|
}
|
27615
27705
|
|
27616
27706
|
.amis-scope .cxd-Table-itemActions a.is-disabled {
|
@@ -28547,7 +28637,7 @@ readers do not read off random characters that represent icons */
|
|
28547
28637
|
float: left;
|
28548
28638
|
margin-right: 0.75rem;
|
28549
28639
|
font-size: 1.25rem;
|
28550
|
-
text-transform: uppercase
|
28640
|
+
text-transform: uppercase;
|
28551
28641
|
}
|
28552
28642
|
|
28553
28643
|
.amis-scope .cxd-Card-meta {
|
@@ -30661,6 +30751,10 @@ readers do not read off random characters that represent icons */
|
|
30661
30751
|
position: relative;
|
30662
30752
|
}
|
30663
30753
|
|
30754
|
+
.amis-scope fieldset.cxd-Collapse {
|
30755
|
+
margin-bottom: 0.75rem;
|
30756
|
+
}
|
30757
|
+
|
30664
30758
|
.amis-scope fieldset.cxd-Collapse > legend {
|
30665
30759
|
font-weight: 400;
|
30666
30760
|
padding: 0.25rem 0;
|
@@ -33189,7 +33283,7 @@ readers do not read off random characters that represent icons */
|
|
33189
33283
|
.amis-scope .cxd-ColorPicker-preview {
|
33190
33284
|
display: flex;
|
33191
33285
|
align-items: center;
|
33192
|
-
margin-
|
33286
|
+
margin-right: 0.5rem;
|
33193
33287
|
cursor: pointer;
|
33194
33288
|
}
|
33195
33289
|
|
@@ -33222,14 +33316,42 @@ readers do not read off random characters that represent icons */
|
|
33222
33316
|
fill: #1f2329;
|
33223
33317
|
}
|
33224
33318
|
|
33319
|
+
.amis-scope .cxd-ColorPicker-arrow {
|
33320
|
+
margin-right: 0.25rem;
|
33321
|
+
width: 1rem;
|
33322
|
+
text-align: center;
|
33323
|
+
display: flex;
|
33324
|
+
align-items: center;
|
33325
|
+
justify-content: center;
|
33326
|
+
line-height: 1;
|
33327
|
+
}
|
33328
|
+
|
33329
|
+
.amis-scope .cxd-ColorPicker-arrow > svg {
|
33330
|
+
transition: transform 0s;
|
33331
|
+
display: inline-block;
|
33332
|
+
color: #83868c;
|
33333
|
+
width: 10px;
|
33334
|
+
height: 10px;
|
33335
|
+
top: 0;
|
33336
|
+
}
|
33337
|
+
|
33338
|
+
.amis-scope .cxd-ColorPicker.is-opened .cxd-ColorPicker-arrow > svg {
|
33339
|
+
transform: rotate(180deg);
|
33340
|
+
}
|
33341
|
+
|
33342
|
+
.amis-scope .cxd-ColorPicker-popover {
|
33343
|
+
border: none;
|
33344
|
+
box-shadow: none;
|
33345
|
+
}
|
33346
|
+
|
33225
33347
|
.amis-scope .cxd-ColorControl:not(.is-inline) > .cxd-ColorPicker {
|
33226
33348
|
display: flex;
|
33227
33349
|
}
|
33228
33350
|
|
33229
33351
|
.amis-scope .sketch-picker {
|
33230
|
-
box-shadow: none !important;
|
33231
|
-
border-radius: 0 !important;
|
33232
33352
|
border: none !important;
|
33353
|
+
border-radius: 0.25rem !important;
|
33354
|
+
box-shadow: 0px 4px 6px 0px rgba(8, 14, 26, 0.06), 0px 1px 10px 0px rgba(8, 14, 26, 0.05), 0px 2px 4px -1px rgba(8, 14, 26, 0.04) !important;
|
33233
33355
|
}
|
33234
33356
|
|
33235
33357
|
.amis-scope .cxd-DatePicker {
|
@@ -35726,7 +35848,7 @@ readers do not read off random characters that represent icons */
|
|
35726
35848
|
|
35727
35849
|
.amis-scope .cxd-SubForm-addBtn:hover:focus {
|
35728
35850
|
color: #209bfd;
|
35729
|
-
text-decoration:
|
35851
|
+
text-decoration: none;
|
35730
35852
|
box-shadow: none;
|
35731
35853
|
}
|
35732
35854
|
|
@@ -36265,6 +36387,7 @@ readers do not read off random characters that represent icons */
|
|
36265
36387
|
|
36266
36388
|
.amis-scope .cxd-TabsTransfer-tab {
|
36267
36389
|
padding: 0;
|
36390
|
+
overflow: auto;
|
36268
36391
|
}
|
36269
36392
|
|
36270
36393
|
.amis-scope .cxd-TabsTransfer-tabs {
|
@@ -40063,11 +40186,6 @@ readers do not read off random characters that represent icons */
|
|
40063
40186
|
color: #2d323c;
|
40064
40187
|
}
|
40065
40188
|
|
40066
|
-
.amis-scope .cxd-ColorPicker .cxd-PopOver {
|
40067
|
-
border: none;
|
40068
|
-
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
40069
|
-
}
|
40070
|
-
|
40071
40189
|
.amis-scope .cxd-IconPickerControl .cxd-IconPickerControl-input--withAC .cxd-IconPickerControl-sugsPanel {
|
40072
40190
|
border: none;
|
40073
40191
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|