amis 1.3.5-beta.7 → 1.4.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/components/Badge.d.ts +13 -1
- package/lib/components/Badge.js +16 -2
- package/lib/components/Badge.js.map +2 -2
- package/lib/components/Checkbox.d.ts +1 -1
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/Checkbox.js.map +2 -2
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Drawer.js.map +2 -2
- package/lib/components/Modal.js +1 -1
- package/lib/components/Modal.js.map +2 -2
- package/lib/components/Select.d.ts +7 -0
- package/lib/components/Select.js.map +2 -2
- package/lib/components/Steps.d.ts +3 -3
- package/lib/components/Steps.js.map +1 -1
- package/lib/components/WithRemoteConfig.d.ts +8 -0
- package/lib/components/WithRemoteConfig.js +28 -2
- package/lib/components/WithRemoteConfig.js.map +2 -2
- package/lib/components/condition-builder/Field.js +0 -1
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Value.js +2 -1
- package/lib/components/condition-builder/Value.js.map +2 -2
- package/lib/components/condition-builder/types.d.ts +5 -0
- package/lib/components/condition-builder/types.js.map +1 -1
- package/lib/factory.d.ts +5 -1
- package/lib/factory.js +9 -4
- package/lib/factory.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +2 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +2 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/CRUD.js +5 -15
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Collapse.d.ts +1 -1
- package/lib/renderers/Collapse.js +5 -1
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/Dialog.d.ts +0 -252
- package/lib/renderers/Dialog.js +1 -1
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +4 -0
- package/lib/renderers/DropDownButton.js +2 -2
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +0 -2
- package/lib/renderers/Form/Editor.d.ts +0 -2
- package/lib/renderers/Form/Editor.js +1 -1
- package/lib/renderers/Form/Editor.js.map +2 -2
- package/lib/renderers/Form/InputExcel.d.ts +5 -0
- package/lib/renderers/Form/InputExcel.js +24 -3
- package/lib/renderers/Form/InputExcel.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +8 -0
- package/lib/renderers/Form/InputImage.js +2 -1
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputTable.d.ts +23 -5
- package/lib/renderers/Form/InputTable.js +32 -3
- package/lib/renderers/Form/InputTable.js.map +2 -2
- package/lib/renderers/Json.js +5 -1
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/Page.js +3 -0
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/Service.d.ts +10 -1
- package/lib/renderers/Service.js +85 -3
- package/lib/renderers/Service.js.map +2 -2
- package/lib/renderers/Steps.d.ts +4 -4
- package/lib/renderers/Steps.js +5 -2
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/TableBody.d.ts +1 -1
- package/lib/renderers/Table/TableBody.js.map +1 -1
- package/lib/renderers/Table/TableContent.d.ts +1 -1
- package/lib/renderers/Table/TableContent.js.map +1 -1
- package/lib/renderers/Table/index.d.ts +8 -3
- package/lib/renderers/Table/index.js +80 -45
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/store/app.d.ts +0 -1
- package/lib/store/combo.d.ts +0 -2
- package/lib/store/crud.d.ts +0 -1
- package/lib/store/form.d.ts +0 -1
- package/lib/store/modal.d.ts +1 -1
- package/lib/store/modal.js +4 -0
- package/lib/store/modal.js.map +2 -2
- package/lib/store/root.d.ts +0 -1
- package/lib/store/service.d.ts +0 -1
- package/lib/store/service.js +0 -13
- package/lib/store/service.js.map +2 -2
- package/lib/store/table.d.ts +1 -2
- package/lib/store/table.js +44 -3
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +247 -3
- package/lib/themes/ang.css +247 -3
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +247 -3
- package/lib/themes/antd.css +247 -3
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +247 -3
- package/lib/themes/cxd.css +247 -3
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +247 -3
- package/lib/themes/dark.css +247 -3
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +247 -3
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/api.js +12 -0
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/attachmentAdpator.d.ts +7 -0
- package/lib/utils/attachmentAdpator.js +82 -0
- package/lib/utils/attachmentAdpator.js.map +13 -0
- package/lib/utils/validations.js +62 -5
- package/lib/utils/validations.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +150 -36
- package/scss/_properties.scss +4 -0
- package/scss/components/_badge.scss +15 -1
- package/scss/components/_markdown.scss +266 -0
- package/scss/components/_spinner.scss +6 -2
- package/scss/components/form/_group.scss +4 -0
- package/scss/themes/_common.scss +1 -0
- package/sdk/ang-ie11.css +292 -3
- package/sdk/ang.css +296 -3
- package/sdk/antd-ie11.css +292 -3
- package/sdk/antd.css +296 -3
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +65 -69
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +292 -3
- package/sdk/cxd.css +296 -3
- package/sdk/dark-ie11.css +292 -3
- package/sdk/dark.css +296 -3
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +1 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +27 -23
- package/sdk/rich-text.js +63 -63
- package/sdk/sdk-ie11.css +292 -3
- package/sdk/sdk.css +296 -3
- package/sdk/sdk.js +1144 -1142
- 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/Badge.tsx +41 -6
- package/src/components/Checkbox.tsx +5 -2
- package/src/components/Drawer.tsx +3 -2
- package/src/components/Modal.tsx +3 -2
- package/src/components/Select.tsx +1 -0
- package/src/components/Steps.tsx +3 -3
- package/src/components/WithRemoteConfig.tsx +37 -2
- package/src/components/condition-builder/Field.tsx +1 -2
- package/src/components/condition-builder/Value.tsx +3 -0
- package/src/components/condition-builder/types.ts +6 -0
- package/src/factory.tsx +13 -3
- package/src/locale/de-DE.ts +1 -0
- package/src/locale/en-US.ts +2 -1
- package/src/locale/zh-CN.ts +2 -1
- package/src/renderers/CRUD.tsx +7 -28
- package/src/renderers/Collapse.tsx +5 -1
- package/src/renderers/Dialog.tsx +1 -1
- package/src/renderers/DropDownButton.tsx +8 -0
- package/src/renderers/Form/Editor.tsx +19 -20
- package/src/renderers/Form/InputExcel.tsx +28 -3
- package/src/renderers/Form/InputImage.tsx +23 -8
- package/src/renderers/Form/InputTable.tsx +88 -9
- package/src/renderers/Json.tsx +10 -1
- package/src/renderers/Page.tsx +2 -0
- package/src/renderers/Service.tsx +101 -3
- package/src/renderers/Steps.tsx +12 -9
- package/src/renderers/Table/TableBody.tsx +1 -1
- package/src/renderers/Table/TableContent.tsx +1 -1
- package/src/renderers/Table/index.tsx +61 -13
- package/src/store/modal.ts +4 -0
- package/src/store/service.ts +0 -19
- package/src/store/table.ts +48 -0
- package/src/utils/api.ts +11 -0
- package/src/utils/attachmentAdpator.ts +90 -0
- package/src/utils/validations.ts +80 -12
package/sdk/antd.css
CHANGED
@@ -19274,6 +19274,10 @@ readers do not read off random characters that represent icons */
|
|
19274
19274
|
--Avatar-width: 2.5rem;
|
19275
19275
|
--Badge-size: var(--gap-md);
|
19276
19276
|
--Badge-color: var(--white);
|
19277
|
+
--Badge--success-bg: var(--success);
|
19278
|
+
--Badge--info-bg: var(--info);
|
19279
|
+
--Badge--warning-bg: var(--warning);
|
19280
|
+
--Badge--danger-bg: var(--danger);
|
19277
19281
|
--Button--danger-bg: var(--danger);
|
19278
19282
|
--Button--danger-border: var(--Button--danger-bg);
|
19279
19283
|
--Button--danger-color: var(--button-color);
|
@@ -22873,7 +22877,6 @@ readers do not read off random characters that represent icons */
|
|
22873
22877
|
transform-origin: 100% 0;
|
22874
22878
|
z-index: auto;
|
22875
22879
|
border-radius: calc(var(--Badge-size) / 2);
|
22876
|
-
box-shadow: 0 0 0 1px #fff;
|
22877
22880
|
}
|
22878
22881
|
|
22879
22882
|
.amis-scope .antd-Badge--top-left {
|
@@ -22899,6 +22902,22 @@ readers do not read off random characters that represent icons */
|
|
22899
22902
|
transform: translate(50%, 50%);
|
22900
22903
|
}
|
22901
22904
|
|
22905
|
+
.amis-scope .antd-Badge--danger {
|
22906
|
+
background: var(--Badge--danger-bg);
|
22907
|
+
}
|
22908
|
+
|
22909
|
+
.amis-scope .antd-Badge--info {
|
22910
|
+
background: var(--Badge--info-bg);
|
22911
|
+
}
|
22912
|
+
|
22913
|
+
.amis-scope .antd-Badge--success {
|
22914
|
+
background: var(--Badge--success-bg);
|
22915
|
+
}
|
22916
|
+
|
22917
|
+
.amis-scope .antd-Badge--warning {
|
22918
|
+
background: var(--Badge--warning-bg);
|
22919
|
+
}
|
22920
|
+
|
22902
22921
|
.amis-scope .antd-Badge-text {
|
22903
22922
|
color: var(--Badge-color);
|
22904
22923
|
height: var(--Badge-size);
|
@@ -25563,8 +25582,13 @@ readers do not read off random characters that represent icons */
|
|
25563
25582
|
.amis-scope .antd-Spinner--icon {
|
25564
25583
|
background: transparent;
|
25565
25584
|
animation: spin 2s linear infinite;
|
25566
|
-
width:
|
25567
|
-
height:
|
25585
|
+
width: var(--fontSizeLg);
|
25586
|
+
height: var(--fontSizeLg);
|
25587
|
+
}
|
25588
|
+
|
25589
|
+
.amis-scope .antd-Spinner--icon svg.icon {
|
25590
|
+
width: var(--fontSizeLg);
|
25591
|
+
height: var(--fontSizeLg);
|
25568
25592
|
}
|
25569
25593
|
|
25570
25594
|
.amis-scope .antd-Spinner--overlay {
|
@@ -30981,6 +31005,10 @@ readers do not read off random characters that represent icons */
|
|
30981
31005
|
margin-bottom: var(--Form-item-gap);
|
30982
31006
|
}
|
30983
31007
|
|
31008
|
+
.amis-scope .antd-Form-group:last-child {
|
31009
|
+
margin-bottom: 0;
|
31010
|
+
}
|
31011
|
+
|
30984
31012
|
.amis-scope .antd-Form-value > .antd-Form-group {
|
30985
31013
|
margin-bottom: var(--Form-input-marginBottom);
|
30986
31014
|
}
|
@@ -37081,6 +37109,271 @@ readers do not read off random characters that represent icons */
|
|
37081
37109
|
padding: var(--gap-base);
|
37082
37110
|
}
|
37083
37111
|
|
37112
|
+
.amis-scope .antd-Markdown strong {
|
37113
|
+
font-weight: bolder;
|
37114
|
+
}
|
37115
|
+
|
37116
|
+
.amis-scope .antd-Markdown img {
|
37117
|
+
border-style: none;
|
37118
|
+
}
|
37119
|
+
|
37120
|
+
.amis-scope .antd-Markdown svg:not(:root) {
|
37121
|
+
overflow: hidden;
|
37122
|
+
}
|
37123
|
+
|
37124
|
+
.amis-scope .antd-Markdown button:-moz-focusring,
|
37125
|
+
.amis-scope .antd-Markdown [type=button]:-moz-focusring,
|
37126
|
+
.amis-scope .antd-Markdown [type=reset]:-moz-focusring,
|
37127
|
+
.amis-scope .antd-Markdown [type=submit]:-moz-focusring {
|
37128
|
+
outline: 1px dotted ButtonText;
|
37129
|
+
}
|
37130
|
+
|
37131
|
+
.amis-scope .antd-Markdown [type=checkbox] {
|
37132
|
+
box-sizing: border-box;
|
37133
|
+
padding: 0;
|
37134
|
+
}
|
37135
|
+
|
37136
|
+
.amis-scope .antd-Markdown table {
|
37137
|
+
border-spacing: 0;
|
37138
|
+
border-collapse: collapse;
|
37139
|
+
}
|
37140
|
+
|
37141
|
+
.amis-scope .antd-Markdown table td,
|
37142
|
+
.amis-scope .antd-Markdown table th {
|
37143
|
+
padding: 0;
|
37144
|
+
}
|
37145
|
+
|
37146
|
+
.amis-scope .antd-Markdown hr {
|
37147
|
+
height: 0;
|
37148
|
+
margin: 15px 0;
|
37149
|
+
overflow: hidden;
|
37150
|
+
background: transparent;
|
37151
|
+
border: 0;
|
37152
|
+
border-bottom: 1px solid #ddd;
|
37153
|
+
}
|
37154
|
+
|
37155
|
+
.amis-scope .antd-Markdown hr::before {
|
37156
|
+
display: table;
|
37157
|
+
content: "";
|
37158
|
+
}
|
37159
|
+
|
37160
|
+
.amis-scope .antd-Markdown hr::after {
|
37161
|
+
display: table;
|
37162
|
+
clear: both;
|
37163
|
+
content: "";
|
37164
|
+
}
|
37165
|
+
|
37166
|
+
.amis-scope .antd-Markdown p {
|
37167
|
+
margin-top: 0;
|
37168
|
+
margin-bottom: 10px;
|
37169
|
+
}
|
37170
|
+
|
37171
|
+
.amis-scope .antd-Markdown blockquote {
|
37172
|
+
margin: 0;
|
37173
|
+
}
|
37174
|
+
|
37175
|
+
.amis-scope .antd-Markdown ul,
|
37176
|
+
.amis-scope .antd-Markdown ol {
|
37177
|
+
padding-left: 0;
|
37178
|
+
margin-top: 0;
|
37179
|
+
margin-bottom: 0;
|
37180
|
+
}
|
37181
|
+
|
37182
|
+
.amis-scope .antd-Markdown ol ol,
|
37183
|
+
.amis-scope .antd-Markdown ul ol {
|
37184
|
+
list-style-type: lower-roman;
|
37185
|
+
}
|
37186
|
+
|
37187
|
+
.amis-scope .antd-Markdown ul ul ol,
|
37188
|
+
.amis-scope .antd-Markdown ul ol ol,
|
37189
|
+
.amis-scope .antd-Markdown ol ul ol,
|
37190
|
+
.amis-scope .antd-Markdown ol ol ol {
|
37191
|
+
list-style-type: lower-alpha;
|
37192
|
+
}
|
37193
|
+
|
37194
|
+
.amis-scope .antd-Markdown dd {
|
37195
|
+
margin-left: 0;
|
37196
|
+
}
|
37197
|
+
|
37198
|
+
.amis-scope .antd-Markdown p,
|
37199
|
+
.amis-scope .antd-Markdown blockquote,
|
37200
|
+
.amis-scope .antd-Markdown ul,
|
37201
|
+
.amis-scope .antd-Markdown ol,
|
37202
|
+
.amis-scope .antd-Markdown dl,
|
37203
|
+
.amis-scope .antd-Markdown table,
|
37204
|
+
.amis-scope .antd-Markdown pre {
|
37205
|
+
margin-top: 0;
|
37206
|
+
margin-bottom: 16px;
|
37207
|
+
}
|
37208
|
+
|
37209
|
+
.amis-scope .antd-Markdown hr {
|
37210
|
+
height: 4px;
|
37211
|
+
padding: 0;
|
37212
|
+
margin: 16px 0;
|
37213
|
+
background-color: #e7e7e7;
|
37214
|
+
border: 0 none;
|
37215
|
+
}
|
37216
|
+
|
37217
|
+
.amis-scope .antd-Markdown ul:not(.dropdown-menu):not(.nav),
|
37218
|
+
.amis-scope .antd-Markdown ol {
|
37219
|
+
padding-left: 2em;
|
37220
|
+
}
|
37221
|
+
|
37222
|
+
.amis-scope .antd-Markdown ul ul,
|
37223
|
+
.amis-scope .antd-Markdown ul ol,
|
37224
|
+
.amis-scope .antd-Markdown ol ol,
|
37225
|
+
.amis-scope .antd-Markdown ol ul {
|
37226
|
+
margin-top: 0;
|
37227
|
+
margin-bottom: 0;
|
37228
|
+
}
|
37229
|
+
|
37230
|
+
.amis-scope .antd-Markdown li > p {
|
37231
|
+
margin-top: 16px;
|
37232
|
+
}
|
37233
|
+
|
37234
|
+
.amis-scope .antd-Markdown dl {
|
37235
|
+
padding: 0;
|
37236
|
+
}
|
37237
|
+
|
37238
|
+
.amis-scope .antd-Markdown dl dt {
|
37239
|
+
padding: 0;
|
37240
|
+
margin-top: 16px;
|
37241
|
+
font-size: 1em;
|
37242
|
+
font-style: italic;
|
37243
|
+
font-weight: bold;
|
37244
|
+
}
|
37245
|
+
|
37246
|
+
.amis-scope .antd-Markdown dl dd {
|
37247
|
+
padding: 0 16px;
|
37248
|
+
margin-bottom: 16px;
|
37249
|
+
}
|
37250
|
+
|
37251
|
+
.amis-scope .antd-Markdown blockquote {
|
37252
|
+
padding: 0 15px;
|
37253
|
+
color: #777;
|
37254
|
+
border-left: 4px solid #ddd;
|
37255
|
+
}
|
37256
|
+
|
37257
|
+
.amis-scope .antd-Markdown blockquote > :first-child {
|
37258
|
+
margin-top: 0;
|
37259
|
+
}
|
37260
|
+
|
37261
|
+
.amis-scope .antd-Markdown blockquote > :last-child {
|
37262
|
+
margin-bottom: 0;
|
37263
|
+
}
|
37264
|
+
|
37265
|
+
.amis-scope .antd-Markdown table {
|
37266
|
+
display: block;
|
37267
|
+
width: 100%;
|
37268
|
+
overflow: auto;
|
37269
|
+
word-break: normal;
|
37270
|
+
}
|
37271
|
+
|
37272
|
+
.amis-scope .antd-Markdown table th {
|
37273
|
+
font-weight: bold;
|
37274
|
+
}
|
37275
|
+
|
37276
|
+
.amis-scope .antd-Markdown table th,
|
37277
|
+
.amis-scope .antd-Markdown table td {
|
37278
|
+
padding: 6px 13px;
|
37279
|
+
border: 1px solid #ddd;
|
37280
|
+
}
|
37281
|
+
|
37282
|
+
.amis-scope .antd-Markdown table tr {
|
37283
|
+
background-color: #fff;
|
37284
|
+
border-top: 1px solid #ccc;
|
37285
|
+
}
|
37286
|
+
|
37287
|
+
.amis-scope .antd-Markdown table tr:nth-child(2n) {
|
37288
|
+
background-color: #f8f8f8;
|
37289
|
+
}
|
37290
|
+
|
37291
|
+
@media (min-width: 1200px) {
|
37292
|
+
.amis-scope .antd-Markdown img {
|
37293
|
+
max-width: 800px;
|
37294
|
+
}
|
37295
|
+
}
|
37296
|
+
|
37297
|
+
.amis-scope .antd-Markdown code {
|
37298
|
+
padding: 0;
|
37299
|
+
padding-top: 0.2em;
|
37300
|
+
padding-bottom: 0.2em;
|
37301
|
+
margin: 0;
|
37302
|
+
background-color: rgba(0, 0, 0, 0.04);
|
37303
|
+
border-radius: 3px;
|
37304
|
+
}
|
37305
|
+
|
37306
|
+
.amis-scope .antd-Markdown code:before,
|
37307
|
+
.amis-scope .antd-Markdown code:after {
|
37308
|
+
letter-spacing: -0.2em;
|
37309
|
+
content: " ";
|
37310
|
+
}
|
37311
|
+
|
37312
|
+
.amis-scope .antd-Markdown pre > code {
|
37313
|
+
padding: 0;
|
37314
|
+
margin: 0;
|
37315
|
+
word-break: normal;
|
37316
|
+
white-space: pre;
|
37317
|
+
background: transparent;
|
37318
|
+
border: 0;
|
37319
|
+
}
|
37320
|
+
|
37321
|
+
.amis-scope .antd-Markdown .highlight {
|
37322
|
+
margin-bottom: 16px;
|
37323
|
+
}
|
37324
|
+
|
37325
|
+
.amis-scope .antd-Markdown .highlight pre,
|
37326
|
+
.amis-scope .antd-Markdown pre {
|
37327
|
+
padding: 16px;
|
37328
|
+
overflow: auto;
|
37329
|
+
line-height: 1.45;
|
37330
|
+
background-color: #f7f7f7;
|
37331
|
+
border-radius: 3px;
|
37332
|
+
}
|
37333
|
+
|
37334
|
+
.amis-scope .antd-Markdown .highlight pre {
|
37335
|
+
margin-bottom: 0;
|
37336
|
+
word-break: normal;
|
37337
|
+
}
|
37338
|
+
|
37339
|
+
.amis-scope .antd-Markdown pre {
|
37340
|
+
word-wrap: normal;
|
37341
|
+
}
|
37342
|
+
|
37343
|
+
.amis-scope .antd-Markdown pre code {
|
37344
|
+
display: inline;
|
37345
|
+
max-width: initial;
|
37346
|
+
padding: 0;
|
37347
|
+
margin: 0;
|
37348
|
+
overflow: initial;
|
37349
|
+
line-height: inherit;
|
37350
|
+
word-wrap: normal;
|
37351
|
+
background-color: transparent;
|
37352
|
+
border: 0;
|
37353
|
+
}
|
37354
|
+
|
37355
|
+
.amis-scope .antd-Markdown pre code:before,
|
37356
|
+
.amis-scope .antd-Markdown pre code:after {
|
37357
|
+
content: normal;
|
37358
|
+
}
|
37359
|
+
|
37360
|
+
.amis-scope .antd-Markdown kbd {
|
37361
|
+
display: inline-block;
|
37362
|
+
padding: 3px 5px;
|
37363
|
+
line-height: 10px;
|
37364
|
+
color: #555;
|
37365
|
+
vertical-align: middle;
|
37366
|
+
background-color: #fcfcfc;
|
37367
|
+
border: solid 1px #ccc;
|
37368
|
+
border-bottom-color: #bbb;
|
37369
|
+
border-radius: 3px;
|
37370
|
+
box-shadow: inset 0 -1px 0 #bbb;
|
37371
|
+
}
|
37372
|
+
|
37373
|
+
.amis-scope .antd-Markdown hr {
|
37374
|
+
border-bottom-color: #eee;
|
37375
|
+
}
|
37376
|
+
|
37084
37377
|
/*
|
37085
37378
|
* utilities
|
37086
37379
|
*/
|