amis 1.3.5-beta.3 → 1.4.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/components/Badge.d.ts +15 -2
- package/lib/components/Badge.js +47 -4
- package/lib/components/Badge.js.map +2 -2
- package/lib/components/Button.d.ts +24 -22
- package/lib/components/Button.js +13 -7
- package/lib/components/Button.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/RichText.d.ts +6 -4
- package/lib/components/RichText.js +241 -27
- package/lib/components/RichText.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/calendar/DaysView.js +2 -2
- package/lib/components/calendar/DaysView.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/components/icons.js +2 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/factory.d.ts +5 -1
- package/lib/factory.js +9 -4
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/icons/loading-outline.js +7 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +2 -2
- 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/Action.d.ts +15 -1
- package/lib/renderers/Action.js +13 -6
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/CRUD.d.ts +2 -2
- package/lib/renderers/CRUD.js +11 -20
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.js +11 -11
- package/lib/renderers/Card.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 +3 -2
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/Drawer.js +2 -1
- package/lib/renderers/Drawer.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +8 -0
- package/lib/renderers/DropDownButton.js +6 -4
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/ButtonGroupSelect.js +3 -0
- package/lib/renderers/Form/ButtonGroupSelect.js.map +2 -2
- package/lib/renderers/Form/Combo.d.ts +2 -0
- package/lib/renderers/Form/Combo.js +16 -1
- package/lib/renderers/Form/Combo.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/InputNumber.d.ts +19 -5
- package/lib/renderers/Form/InputNumber.js +69 -7
- package/lib/renderers/Form/InputNumber.js.map +2 -2
- package/lib/renderers/Form/InputRange.js +7 -2
- package/lib/renderers/Form/InputRange.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/Form/Options.js +3 -1
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/index.js +0 -10
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +3 -3
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/Json.js +5 -1
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/List.d.ts +5 -0
- package/lib/renderers/List.js +20 -14
- package/lib/renderers/List.js.map +2 -2
- package/lib/renderers/Nav.d.ts +52 -22
- package/lib/renderers/Nav.js +100 -15
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Page.d.ts +6 -0
- package/lib/renderers/Page.js +11 -3
- 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 +5 -3
- package/lib/renderers/Table/TableBody.js +17 -11
- package/lib/renderers/Table/TableBody.js.map +2 -2
- package/lib/renderers/Table/TableCell.js +6 -2
- package/lib/renderers/Table/TableCell.js.map +2 -2
- package/lib/renderers/Table/TableContent.d.ts +3 -1
- package/lib/renderers/Table/TableContent.js +6 -2
- package/lib/renderers/Table/TableContent.js.map +2 -2
- package/lib/renderers/Table/TableRow.d.ts +1 -1
- package/lib/renderers/Table/TableRow.js +14 -13
- package/lib/renderers/Table/TableRow.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +28 -3
- package/lib/renderers/Table/index.js +92 -52
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/schemaExtend.d.ts +1 -0
- package/lib/schemaExtend.js +59 -0
- package/lib/schemaExtend.js.map +13 -0
- package/lib/store/app.d.ts +0 -1
- package/lib/store/combo.d.ts +0 -2
- package/lib/store/crud.d.ts +3 -3
- package/lib/store/crud.js +41 -36
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +0 -1
- package/lib/store/formItem.js +10 -6
- package/lib/store/formItem.js.map +2 -2
- 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 +624 -71
- package/lib/themes/ang.css +624 -71
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +624 -71
- package/lib/themes/antd.css +624 -71
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +732 -191
- package/lib/themes/cxd.css +732 -191
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +624 -71
- package/lib/themes/dark.css +624 -71
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +732 -191
- 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/helper.d.ts +2 -0
- package/lib/utils/helper.js +14 -1
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/resize-sensor.js +6 -0
- package/lib/utils/resize-sensor.js.map +2 -2
- package/lib/utils/tpl-builtin.d.ts +1 -0
- package/lib/utils/tpl-builtin.js +24 -8
- package/lib/utils/tpl-builtin.js.map +2 -2
- package/lib/utils/validations.js +62 -5
- package/lib/utils/validations.js.map +2 -2
- package/package.json +1 -2
- package/schema.json +561 -171
- package/scss/_mixins.scss +29 -0
- package/scss/_properties.scss +29 -11
- package/scss/components/_badge.scss +67 -2
- package/scss/components/_button.scss +35 -3
- package/scss/components/_image-gallery.scss +1 -1
- package/scss/components/_list.scss +8 -0
- package/scss/components/_markdown.scss +266 -0
- package/scss/components/_nav.scss +109 -35
- package/scss/components/_spinner.scss +6 -2
- package/scss/components/_table.scss +4 -0
- package/scss/components/form/_form.scss +3 -17
- package/scss/components/form/_group.scss +4 -0
- package/scss/components/form/_number.scss +12 -1
- package/scss/themes/_common.scss +1 -0
- package/scss/themes/_cxd-variables.scss +20 -20
- package/sdk/ang-ie11.css +769 -76
- package/sdk/ang.css +785 -76
- package/sdk/antd-ie11.css +759 -68
- package/sdk/antd.css +785 -76
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +67 -67
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +1243 -552
- package/sdk/cxd.css +893 -196
- package/sdk/dark-ie11.css +769 -76
- package/sdk/dark.css +785 -76
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +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 +22 -24
- package/sdk/rich-text.js +62 -64
- package/sdk/sdk-ie11.css +1243 -552
- package/sdk/sdk.css +893 -196
- package/sdk/sdk.js +1123 -1111
- 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/sdk.zip +0 -0
- package/src/components/Badge.tsx +111 -20
- package/src/components/Button.tsx +23 -7
- package/src/components/Checkbox.tsx +5 -2
- package/src/components/Drawer.tsx +3 -2
- package/src/components/Modal.tsx +3 -2
- package/src/components/RichText.tsx +280 -24
- package/src/components/Select.tsx +1 -0
- package/src/components/Steps.tsx +3 -3
- package/src/components/WithRemoteConfig.tsx +37 -2
- package/src/components/calendar/DaysView.tsx +2 -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/components/icons.tsx +2 -0
- package/src/factory.tsx +13 -3
- package/src/icons/loading-outline.svg +4 -0
- package/src/index.tsx +2 -0
- 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/Action.tsx +84 -14
- package/src/renderers/CRUD.tsx +13 -33
- package/src/renderers/Card.tsx +21 -15
- package/src/renderers/Collapse.tsx +5 -1
- package/src/renderers/Dialog.tsx +3 -2
- package/src/renderers/Drawer.tsx +2 -1
- package/src/renderers/DropDownButton.tsx +21 -4
- package/src/renderers/Form/ButtonGroupSelect.tsx +3 -0
- package/src/renderers/Form/Combo.tsx +7 -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/InputNumber.tsx +113 -18
- package/src/renderers/Form/InputRange.tsx +5 -2
- package/src/renderers/Form/InputTable.tsx +88 -9
- package/src/renderers/Form/Options.tsx +3 -1
- package/src/renderers/Form/index.tsx +0 -15
- package/src/renderers/Form/wrapControl.tsx +2 -2
- package/src/renderers/Json.tsx +10 -1
- package/src/renderers/List.tsx +32 -19
- package/src/renderers/Nav.tsx +165 -36
- package/src/renderers/Page.tsx +20 -1
- package/src/renderers/Service.tsx +101 -3
- package/src/renderers/Steps.tsx +12 -9
- package/src/renderers/Table/TableBody.tsx +29 -10
- package/src/renderers/Table/TableCell.tsx +15 -1
- package/src/renderers/Table/TableContent.tsx +7 -1
- package/src/renderers/Table/TableRow.tsx +18 -17
- package/src/renderers/Table/index.tsx +112 -27
- package/src/schemaExtend.ts +66 -0
- package/src/store/crud.ts +34 -38
- package/src/store/formItem.ts +10 -6
- 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/helper.ts +16 -0
- package/src/utils/resize-sensor.ts +7 -0
- package/src/utils/tpl-builtin.ts +36 -17
- package/src/utils/validations.ts +80 -12
package/sdk/antd-ie11.css
CHANGED
@@ -21105,6 +21105,17 @@ readers do not read off random characters that represent icons */
|
|
21105
21105
|
margin-left: 0.75rem;
|
21106
21106
|
}
|
21107
21107
|
|
21108
|
+
.amis-scope .antd-Button .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
21109
|
+
.amis-scope .antd-Button > svg.icon:not(:last-child):not(.pull-right),
|
21110
|
+
.amis-scope .antd-Button > .pull-left {
|
21111
|
+
margin-right: 0.75rem;
|
21112
|
+
}
|
21113
|
+
|
21114
|
+
.amis-scope .antd-Button .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
21115
|
+
.amis-scope .antd-Button > .pull-right {
|
21116
|
+
margin-left: 0.75rem;
|
21117
|
+
}
|
21118
|
+
|
21108
21119
|
.amis-scope .antd-Button img.antd-Button-icon {
|
21109
21120
|
height: 0.875rem;
|
21110
21121
|
vertical-align: middle;
|
@@ -21122,16 +21133,23 @@ readers do not read off random characters that represent icons */
|
|
21122
21133
|
|
21123
21134
|
.amis-scope .antd-Button.is-disabled,
|
21124
21135
|
.amis-scope .antd-Button:disabled {
|
21125
|
-
opacity: 0.65;
|
21126
21136
|
filter: grayscale(100%);
|
21127
21137
|
box-shadow: none;
|
21128
21138
|
cursor: not-allowed;
|
21139
|
+
color: #999;
|
21140
|
+
pointer-events: auto;
|
21141
|
+
border: none;
|
21142
|
+
background: #F2F3F3;
|
21129
21143
|
}
|
21130
21144
|
|
21131
21145
|
.amis-scope .antd-Button:not(:disabled):not(.is-disabled) {
|
21132
21146
|
cursor: pointer;
|
21133
21147
|
}
|
21134
21148
|
|
21149
|
+
.amis-scope .antd-Button.cxd-Button--link.is-disabled {
|
21150
|
+
background: transparent;
|
21151
|
+
}
|
21152
|
+
|
21135
21153
|
.amis-scope .antd-Button > .pull-left,
|
21136
21154
|
.amis-scope .antd-Button > .pull-right {
|
21137
21155
|
line-height: inherit;
|
@@ -21162,6 +21180,12 @@ readers do not read off random characters that represent icons */
|
|
21162
21180
|
border-color: #40a9ff;
|
21163
21181
|
}
|
21164
21182
|
|
21183
|
+
.amis-scope .antd-Button--primary:not(:disabled):not(.is-disabled):hover:active {
|
21184
|
+
color: #fff;
|
21185
|
+
background: #1C53C1;
|
21186
|
+
border-color: #1C53C1;
|
21187
|
+
}
|
21188
|
+
|
21165
21189
|
.amis-scope .antd-Button--primary:hover:focus {
|
21166
21190
|
box-shadow: none;
|
21167
21191
|
}
|
@@ -21180,6 +21204,12 @@ readers do not read off random characters that represent icons */
|
|
21180
21204
|
border-color: #545b62;
|
21181
21205
|
}
|
21182
21206
|
|
21207
|
+
.amis-scope .antd-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
|
21208
|
+
color: #fff;
|
21209
|
+
background: #545b62;
|
21210
|
+
border-color: #4e555b;
|
21211
|
+
}
|
21212
|
+
|
21183
21213
|
.amis-scope .antd-Button--secondary:hover:focus {
|
21184
21214
|
box-shadow: none;
|
21185
21215
|
}
|
@@ -21198,10 +21228,40 @@ readers do not read off random characters that represent icons */
|
|
21198
21228
|
border-color: #3f9714;
|
21199
21229
|
}
|
21200
21230
|
|
21231
|
+
.amis-scope .antd-Button--success:not(:disabled):not(.is-disabled):hover:active {
|
21232
|
+
color: #fff;
|
21233
|
+
background: #3f9714;
|
21234
|
+
border-color: #3a8c13;
|
21235
|
+
}
|
21236
|
+
|
21201
21237
|
.amis-scope .antd-Button--success:hover:focus {
|
21202
21238
|
box-shadow: none;
|
21203
21239
|
}
|
21204
21240
|
|
21241
|
+
.amis-scope .antd-Button--enhance {
|
21242
|
+
color: #1890ff;
|
21243
|
+
background: var(--Button--enhance-bg);
|
21244
|
+
border-color: #1890ff;
|
21245
|
+
box-shadow: none;
|
21246
|
+
text-shadow: none;
|
21247
|
+
}
|
21248
|
+
|
21249
|
+
.amis-scope .antd-Button--enhance:not(:disabled):not(.is-disabled):hover {
|
21250
|
+
color: #4F86F4;
|
21251
|
+
background: #fff;
|
21252
|
+
border-color: #4F86F4;
|
21253
|
+
}
|
21254
|
+
|
21255
|
+
.amis-scope .antd-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
|
21256
|
+
color: #1C53C1;
|
21257
|
+
background: #fff;
|
21258
|
+
border-color: #1C53C1;
|
21259
|
+
}
|
21260
|
+
|
21261
|
+
.amis-scope .antd-Button--enhance:hover:focus {
|
21262
|
+
box-shadow: none;
|
21263
|
+
}
|
21264
|
+
|
21205
21265
|
.amis-scope .antd-Button--info {
|
21206
21266
|
color: #fff;
|
21207
21267
|
background: #1890ff;
|
@@ -21216,6 +21276,12 @@ readers do not read off random characters that represent icons */
|
|
21216
21276
|
border-color: #0076e4;
|
21217
21277
|
}
|
21218
21278
|
|
21279
|
+
.amis-scope .antd-Button--info:not(:disabled):not(.is-disabled):hover:active {
|
21280
|
+
color: #fff;
|
21281
|
+
background: #0076e4;
|
21282
|
+
border-color: #0070d7;
|
21283
|
+
}
|
21284
|
+
|
21219
21285
|
.amis-scope .antd-Button--info:hover:focus {
|
21220
21286
|
box-shadow: none;
|
21221
21287
|
}
|
@@ -21234,6 +21300,12 @@ readers do not read off random characters that represent icons */
|
|
21234
21300
|
border-color: #d69005;
|
21235
21301
|
}
|
21236
21302
|
|
21303
|
+
.amis-scope .antd-Button--warning:not(:disabled):not(.is-disabled):hover:active {
|
21304
|
+
color: #fff;
|
21305
|
+
background: #d69005;
|
21306
|
+
border-color: #ca8804;
|
21307
|
+
}
|
21308
|
+
|
21237
21309
|
.amis-scope .antd-Button--warning:hover:focus {
|
21238
21310
|
box-shadow: none;
|
21239
21311
|
}
|
@@ -21252,6 +21324,12 @@ readers do not read off random characters that represent icons */
|
|
21252
21324
|
border-color: #ff1a1d;
|
21253
21325
|
}
|
21254
21326
|
|
21327
|
+
.amis-scope .antd-Button--danger:not(:disabled):not(.is-disabled):hover:active {
|
21328
|
+
color: #fff;
|
21329
|
+
background: #ff1a1d;
|
21330
|
+
border-color: #ff0d10;
|
21331
|
+
}
|
21332
|
+
|
21255
21333
|
.amis-scope .antd-Button--danger:hover:focus {
|
21256
21334
|
box-shadow: none;
|
21257
21335
|
}
|
@@ -21270,6 +21348,12 @@ readers do not read off random characters that represent icons */
|
|
21270
21348
|
border-color: silver;
|
21271
21349
|
}
|
21272
21350
|
|
21351
|
+
.amis-scope .antd-Button--light:not(:disabled):not(.is-disabled):hover:active {
|
21352
|
+
color: rgba(0, 0, 0, 0.85);
|
21353
|
+
background: silver;
|
21354
|
+
border-color: #b9b9b9;
|
21355
|
+
}
|
21356
|
+
|
21273
21357
|
.amis-scope .antd-Button--light:hover:focus {
|
21274
21358
|
box-shadow: none;
|
21275
21359
|
}
|
@@ -21288,6 +21372,12 @@ readers do not read off random characters that represent icons */
|
|
21288
21372
|
border-color: #1d2124;
|
21289
21373
|
}
|
21290
21374
|
|
21375
|
+
.amis-scope .antd-Button--dark:not(:disabled):not(.is-disabled):hover:active {
|
21376
|
+
color: #fff;
|
21377
|
+
background: #1d2124;
|
21378
|
+
border-color: #171a1d;
|
21379
|
+
}
|
21380
|
+
|
21291
21381
|
.amis-scope .antd-Button--dark:hover:focus {
|
21292
21382
|
box-shadow: none;
|
21293
21383
|
}
|
@@ -21306,6 +21396,12 @@ readers do not read off random characters that represent icons */
|
|
21306
21396
|
border-color: #40a9ff;
|
21307
21397
|
}
|
21308
21398
|
|
21399
|
+
.amis-scope .antd-Button--default:not(:disabled):not(.is-disabled):hover:active {
|
21400
|
+
color: #096dd9;
|
21401
|
+
background: #fff;
|
21402
|
+
border-color: #096dd9;
|
21403
|
+
}
|
21404
|
+
|
21309
21405
|
.amis-scope .antd-Button--default:hover:focus {
|
21310
21406
|
box-shadow: none;
|
21311
21407
|
}
|
@@ -21334,6 +21430,17 @@ readers do not read off random characters that represent icons */
|
|
21334
21430
|
margin-left: 0.25rem;
|
21335
21431
|
}
|
21336
21432
|
|
21433
|
+
.amis-scope .antd-Button--xs .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
21434
|
+
.amis-scope .antd-Button--xs > svg.icon:not(:last-child):not(.pull-right),
|
21435
|
+
.amis-scope .antd-Button--xs > .pull-left {
|
21436
|
+
margin-right: 0.25rem;
|
21437
|
+
}
|
21438
|
+
|
21439
|
+
.amis-scope .antd-Button--xs .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
21440
|
+
.amis-scope .antd-Button--xs > .pull-right {
|
21441
|
+
margin-left: 0.25rem;
|
21442
|
+
}
|
21443
|
+
|
21337
21444
|
.amis-scope .antd-Button--xs img.antd-Button-icon {
|
21338
21445
|
height: 0.875rem;
|
21339
21446
|
vertical-align: middle;
|
@@ -21367,6 +21474,17 @@ readers do not read off random characters that represent icons */
|
|
21367
21474
|
margin-left: 0.5rem;
|
21368
21475
|
}
|
21369
21476
|
|
21477
|
+
.amis-scope .antd-Button--sm .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
21478
|
+
.amis-scope .antd-Button--sm > svg.icon:not(:last-child):not(.pull-right),
|
21479
|
+
.amis-scope .antd-Button--sm > .pull-left {
|
21480
|
+
margin-right: 0.5rem;
|
21481
|
+
}
|
21482
|
+
|
21483
|
+
.amis-scope .antd-Button--sm .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
21484
|
+
.amis-scope .antd-Button--sm > .pull-right {
|
21485
|
+
margin-left: 0.5rem;
|
21486
|
+
}
|
21487
|
+
|
21370
21488
|
.amis-scope .antd-Button--sm img.antd-Button-icon {
|
21371
21489
|
height: 0.875rem;
|
21372
21490
|
vertical-align: middle;
|
@@ -21400,6 +21518,17 @@ readers do not read off random characters that represent icons */
|
|
21400
21518
|
margin-left: 0.75rem;
|
21401
21519
|
}
|
21402
21520
|
|
21521
|
+
.amis-scope .antd-Button--md .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
21522
|
+
.amis-scope .antd-Button--md > svg.icon:not(:last-child):not(.pull-right),
|
21523
|
+
.amis-scope .antd-Button--md > .pull-left {
|
21524
|
+
margin-right: 0.75rem;
|
21525
|
+
}
|
21526
|
+
|
21527
|
+
.amis-scope .antd-Button--md .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
21528
|
+
.amis-scope .antd-Button--md > .pull-right {
|
21529
|
+
margin-left: 0.75rem;
|
21530
|
+
}
|
21531
|
+
|
21403
21532
|
.amis-scope .antd-Button--md img.antd-Button-icon {
|
21404
21533
|
height: 0.875rem;
|
21405
21534
|
vertical-align: middle;
|
@@ -21433,6 +21562,17 @@ readers do not read off random characters that represent icons */
|
|
21433
21562
|
margin-left: 1rem;
|
21434
21563
|
}
|
21435
21564
|
|
21565
|
+
.amis-scope .antd-Button--lg .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
21566
|
+
.amis-scope .antd-Button--lg > svg.icon:not(:last-child):not(.pull-right),
|
21567
|
+
.amis-scope .antd-Button--lg > .pull-left {
|
21568
|
+
margin-right: 1rem;
|
21569
|
+
}
|
21570
|
+
|
21571
|
+
.amis-scope .antd-Button--lg .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
21572
|
+
.amis-scope .antd-Button--lg > .pull-right {
|
21573
|
+
margin-left: 1rem;
|
21574
|
+
}
|
21575
|
+
|
21436
21576
|
.amis-scope .antd-Button--lg img.antd-Button-icon {
|
21437
21577
|
height: 0.875rem;
|
21438
21578
|
vertical-align: middle;
|
@@ -21461,6 +21601,14 @@ readers do not read off random characters that represent icons */
|
|
21461
21601
|
line-height: 1;
|
21462
21602
|
}
|
21463
21603
|
|
21604
|
+
.amis-scope .antd-Button--loading {
|
21605
|
+
transition: --Button-transition;
|
21606
|
+
}
|
21607
|
+
|
21608
|
+
.amis-scope .antd-Button--loading svg {
|
21609
|
+
animation: spin 1s infinite linear;
|
21610
|
+
}
|
21611
|
+
|
21464
21612
|
.amis-scope .antd-Button--link {
|
21465
21613
|
width: auto;
|
21466
21614
|
min-width: auto;
|
@@ -21472,8 +21620,12 @@ readers do not read off random characters that represent icons */
|
|
21472
21620
|
}
|
21473
21621
|
|
21474
21622
|
.amis-scope .antd-Button--link:hover:focus {
|
21475
|
-
color: #
|
21476
|
-
|
21623
|
+
color: #4F86F4;
|
21624
|
+
box-shadow: none;
|
21625
|
+
}
|
21626
|
+
|
21627
|
+
.amis-scope .antd-Button--link:hover:active {
|
21628
|
+
color: #1C53C1;
|
21477
21629
|
box-shadow: none;
|
21478
21630
|
}
|
21479
21631
|
|
@@ -21481,7 +21633,7 @@ readers do not read off random characters that represent icons */
|
|
21481
21633
|
.amis-scope .antd-Button--link.is-disabled {
|
21482
21634
|
color: #999;
|
21483
21635
|
pointer-events: none;
|
21484
|
-
background:
|
21636
|
+
background: #F2F3F3;
|
21485
21637
|
}
|
21486
21638
|
|
21487
21639
|
.amis-scope .antd-Button--block {
|
@@ -21560,7 +21712,8 @@ readers do not read off random characters that represent icons */
|
|
21560
21712
|
}
|
21561
21713
|
|
21562
21714
|
.amis-scope .antd-Badge-text,
|
21563
|
-
.amis-scope .antd-Badge-dot
|
21715
|
+
.amis-scope .antd-Badge-dot,
|
21716
|
+
.amis-scope .antd-Badge-ribbon {
|
21564
21717
|
background: #ff4d4f;
|
21565
21718
|
position: absolute;
|
21566
21719
|
top: 0;
|
@@ -21569,7 +21722,6 @@ readers do not read off random characters that represent icons */
|
|
21569
21722
|
transform-origin: 100% 0;
|
21570
21723
|
z-index: auto;
|
21571
21724
|
border-radius: calc(1rem / 2);
|
21572
|
-
box-shadow: 0 0 0 1px #fff;
|
21573
21725
|
}
|
21574
21726
|
|
21575
21727
|
.amis-scope .antd-Badge--top-left {
|
@@ -21595,6 +21747,22 @@ readers do not read off random characters that represent icons */
|
|
21595
21747
|
transform: translate(50%, 50%);
|
21596
21748
|
}
|
21597
21749
|
|
21750
|
+
.amis-scope .antd-Badge--danger {
|
21751
|
+
background: #ff4d4f;
|
21752
|
+
}
|
21753
|
+
|
21754
|
+
.amis-scope .antd-Badge--info {
|
21755
|
+
background: #1890ff;
|
21756
|
+
}
|
21757
|
+
|
21758
|
+
.amis-scope .antd-Badge--success {
|
21759
|
+
background: #52c41a;
|
21760
|
+
}
|
21761
|
+
|
21762
|
+
.amis-scope .antd-Badge--warning {
|
21763
|
+
background: #faad14;
|
21764
|
+
}
|
21765
|
+
|
21598
21766
|
.amis-scope .antd-Badge-text {
|
21599
21767
|
color: #fff;
|
21600
21768
|
height: 1rem;
|
@@ -21611,6 +21779,56 @@ readers do not read off random characters that represent icons */
|
|
21611
21779
|
border-radius: 50%;
|
21612
21780
|
}
|
21613
21781
|
|
21782
|
+
.amis-scope .antd-Badge-ribbon-out {
|
21783
|
+
overflow: hidden;
|
21784
|
+
position: absolute;
|
21785
|
+
top: 0;
|
21786
|
+
bottom: 0;
|
21787
|
+
right: 0;
|
21788
|
+
}
|
21789
|
+
|
21790
|
+
.amis-scope .antd-Badge-ribbon {
|
21791
|
+
color: #fff;
|
21792
|
+
height: 1rem;
|
21793
|
+
line-height: 1rem;
|
21794
|
+
transform: translateX(calc(50% - 5px)) rotate(45deg) scale(0.7);
|
21795
|
+
transform-origin: 50% 0;
|
21796
|
+
border-radius: 0;
|
21797
|
+
text-align: center;
|
21798
|
+
width: 62.5rem;
|
21799
|
+
top: 5px;
|
21800
|
+
}
|
21801
|
+
|
21802
|
+
.amis-scope .antd-Badge-ribbon-out--top-left,
|
21803
|
+
.amis-scope .antd-Badge-ribbon-out--bottom-left {
|
21804
|
+
left: 0;
|
21805
|
+
right: auto;
|
21806
|
+
}
|
21807
|
+
|
21808
|
+
.amis-scope .antd-Badge-ribbon--top-left {
|
21809
|
+
transform: translateX(calc(-50% + 5px)) rotate(-45deg) scale(0.7);
|
21810
|
+
left: 0;
|
21811
|
+
right: auto;
|
21812
|
+
}
|
21813
|
+
|
21814
|
+
.amis-scope .antd-Badge-ribbon--bottom-left {
|
21815
|
+
transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
|
21816
|
+
transform-origin: 50% 100%;
|
21817
|
+
left: 0;
|
21818
|
+
right: auto;
|
21819
|
+
bottom: 5px;
|
21820
|
+
top: auto;
|
21821
|
+
}
|
21822
|
+
|
21823
|
+
.amis-scope .antd-Badge-ribbon--bottom-right {
|
21824
|
+
transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
|
21825
|
+
transform-origin: 50% 100%;
|
21826
|
+
left: auto;
|
21827
|
+
right: 0;
|
21828
|
+
bottom: 5px;
|
21829
|
+
top: auto;
|
21830
|
+
}
|
21831
|
+
|
21614
21832
|
@keyframes badgeDotAnimation {
|
21615
21833
|
0% {
|
21616
21834
|
transform: scale(0.8);
|
@@ -22848,6 +23066,17 @@ readers do not read off random characters that represent icons */
|
|
22848
23066
|
margin-left: 0.5rem;
|
22849
23067
|
}
|
22850
23068
|
|
23069
|
+
.amis-scope .antd-ArrayInput-addBtn .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
23070
|
+
.amis-scope .antd-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
|
23071
|
+
.amis-scope .antd-ArrayInput-addBtn > .pull-left {
|
23072
|
+
margin-right: 0.5rem;
|
23073
|
+
}
|
23074
|
+
|
23075
|
+
.amis-scope .antd-ArrayInput-addBtn .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
23076
|
+
.amis-scope .antd-ArrayInput-addBtn > .pull-right {
|
23077
|
+
margin-left: 0.5rem;
|
23078
|
+
}
|
23079
|
+
|
22851
23080
|
.amis-scope .antd-ArrayInput-addBtn img.antd-Button-icon {
|
22852
23081
|
height: 0.875rem;
|
22853
23082
|
vertical-align: middle;
|
@@ -22859,6 +23088,12 @@ readers do not read off random characters that represent icons */
|
|
22859
23088
|
border-color: #b4bbc5;
|
22860
23089
|
}
|
22861
23090
|
|
23091
|
+
.amis-scope .antd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
23092
|
+
color: #fff;
|
23093
|
+
background: #0076e4;
|
23094
|
+
border-color: #adb4bf;
|
23095
|
+
}
|
23096
|
+
|
22862
23097
|
.amis-scope .antd-ArrayInput-addBtn:hover:focus {
|
22863
23098
|
box-shadow: none;
|
22864
23099
|
}
|
@@ -23466,6 +23701,7 @@ readers do not read off random characters that represent icons */
|
|
23466
23701
|
.amis-scope .antd-Nav--tabs .antd-Nav-item {
|
23467
23702
|
margin-bottom: calc(0.0625rem * -1);
|
23468
23703
|
display: inline-block;
|
23704
|
+
position: relative;
|
23469
23705
|
}
|
23470
23706
|
|
23471
23707
|
.amis-scope .antd-Nav--tabs .antd-Nav-item > a {
|
@@ -23478,7 +23714,7 @@ readers do not read off random characters that represent icons */
|
|
23478
23714
|
color: rgba(0, 0, 0, 0.85);
|
23479
23715
|
text-decoration: none;
|
23480
23716
|
margin-right: 0.125rem;
|
23481
|
-
padding: 0.5rem
|
23717
|
+
padding: 0.5rem 1.5rem;
|
23482
23718
|
cursor: pointer;
|
23483
23719
|
}
|
23484
23720
|
|
@@ -23508,106 +23744,224 @@ readers do not read off random characters that represent icons */
|
|
23508
23744
|
min-height: 3.125rem;
|
23509
23745
|
}
|
23510
23746
|
|
23511
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item
|
23747
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item,
|
23748
|
+
.amis-scope .antd-Nav--stacked .antd-Badge {
|
23512
23749
|
position: relative;
|
23750
|
+
display: flex;
|
23751
|
+
flex-wrap: wrap;
|
23752
|
+
align-items: stretch;
|
23753
|
+
width: 100%;
|
23513
23754
|
}
|
23514
23755
|
|
23515
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item
|
23516
|
-
|
23756
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager,
|
23757
|
+
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager {
|
23758
|
+
cursor: move;
|
23759
|
+
position: absolute;
|
23760
|
+
left: 0;
|
23761
|
+
top: 0.6875rem;
|
23762
|
+
display: none;
|
23763
|
+
}
|
23764
|
+
|
23765
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager > a,
|
23766
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager > .antd-Badge > a,
|
23767
|
+
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager > a,
|
23768
|
+
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager > .antd-Badge > a {
|
23769
|
+
color: inherit;
|
23770
|
+
}
|
23771
|
+
|
23772
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager > a:hover,
|
23773
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager > .antd-Badge > a:hover,
|
23774
|
+
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager > a:hover,
|
23775
|
+
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager > .antd-Badge > a:hover {
|
23776
|
+
color: #1890ff;
|
23777
|
+
}
|
23778
|
+
|
23779
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemDrager svg,
|
23780
|
+
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemDrager svg {
|
23781
|
+
width: 1rem;
|
23782
|
+
height: 1rem;
|
23783
|
+
}
|
23784
|
+
|
23785
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Nav-item-badgeText,
|
23786
|
+
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Nav-item-badgeText {
|
23787
|
+
position: absolute;
|
23788
|
+
top: 0;
|
23789
|
+
bottom: 0;
|
23790
|
+
width: 2.1875rem;
|
23791
|
+
overflow: hidden;
|
23792
|
+
}
|
23793
|
+
|
23794
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Nav-item-badgeText > span,
|
23795
|
+
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Nav-item-badgeText > span {
|
23796
|
+
position: absolute;
|
23797
|
+
top: 0.125rem;
|
23798
|
+
left: -0.8125rem;
|
23799
|
+
transform: rotate(-45deg);
|
23800
|
+
width: 3.125rem;
|
23801
|
+
font-size: 12px;
|
23802
|
+
text-align: center;
|
23803
|
+
color: #fff;
|
23804
|
+
background: #52c41a;
|
23805
|
+
}
|
23806
|
+
|
23807
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Nav-item-atcions,
|
23808
|
+
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Nav-item-atcions {
|
23809
|
+
display: flex;
|
23810
|
+
align-items: center;
|
23811
|
+
}
|
23812
|
+
|
23813
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item > a,
|
23814
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a,
|
23815
|
+
.amis-scope .antd-Nav--stacked .antd-Badge > a,
|
23816
|
+
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a {
|
23817
|
+
display: flex;
|
23818
|
+
align-items: center;
|
23517
23819
|
outline: none;
|
23518
23820
|
color: rgba(0, 0, 0, 0.85);
|
23519
23821
|
text-decoration: none;
|
23520
|
-
padding: 0.5rem 0.
|
23822
|
+
padding: 0.5rem 0.5rem;
|
23521
23823
|
cursor: pointer;
|
23522
23824
|
background: transparent;
|
23523
23825
|
border-radius: 0;
|
23524
23826
|
text-overflow: ellipsis;
|
23525
|
-
|
23526
|
-
|
23527
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > a::after {
|
23528
|
-
border-left: 0;
|
23529
|
-
position: absolute;
|
23530
|
-
left: 0;
|
23531
|
-
top: 0;
|
23532
|
-
content: "";
|
23533
|
-
width: 1px;
|
23534
|
-
height: 100%;
|
23535
|
-
transform: scaleY(0.0001);
|
23536
|
-
transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
|
23537
|
-
}
|
23538
|
-
|
23539
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.has-sub > a {
|
23540
|
-
padding-right: calc(0.75rem + 0.5rem);
|
23827
|
+
flex: 1;
|
23541
23828
|
}
|
23542
23829
|
|
23543
23830
|
.amis-scope .antd-Nav--stacked .antd-Nav-item > a:hover,
|
23544
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item > a:focus
|
23831
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item > a:focus,
|
23832
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item > a:hover + .antd-Nav-item-atcions,
|
23833
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item > a:focus + .antd-Nav-item-atcions,
|
23834
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:hover,
|
23835
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:focus,
|
23836
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:hover + .antd-Nav-item-atcions,
|
23837
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:focus + .antd-Nav-item-atcions,
|
23838
|
+
.amis-scope .antd-Nav--stacked .antd-Badge > a:hover,
|
23839
|
+
.amis-scope .antd-Nav--stacked .antd-Badge > a:focus,
|
23840
|
+
.amis-scope .antd-Nav--stacked .antd-Badge > a:hover + .antd-Nav-item-atcions,
|
23841
|
+
.amis-scope .antd-Nav--stacked .antd-Badge > a:focus + .antd-Nav-item-atcions,
|
23842
|
+
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:hover,
|
23843
|
+
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:focus,
|
23844
|
+
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:hover + .antd-Nav-item-atcions,
|
23845
|
+
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:focus + .antd-Nav-item-atcions {
|
23545
23846
|
border-color: #333;
|
23546
23847
|
text-decoration: none;
|
23547
23848
|
background: rgba(0, 0, 0, 0.05);
|
23849
|
+
z-index: 9999;
|
23850
|
+
}
|
23851
|
+
|
23852
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item > a:hover > .antd-Nav-itemDrager,
|
23853
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item > a:focus > .antd-Nav-itemDrager,
|
23854
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:hover > .antd-Nav-itemDrager,
|
23855
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item > .antd-Badge > a:focus > .antd-Nav-itemDrager,
|
23856
|
+
.amis-scope .antd-Nav--stacked .antd-Badge > a:hover > .antd-Nav-itemDrager,
|
23857
|
+
.amis-scope .antd-Nav--stacked .antd-Badge > a:focus > .antd-Nav-itemDrager,
|
23858
|
+
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:hover > .antd-Nav-itemDrager,
|
23859
|
+
.amis-scope .antd-Nav--stacked .antd-Badge > .antd-Badge > a:focus > .antd-Nav-itemDrager {
|
23860
|
+
display: block;
|
23548
23861
|
}
|
23549
23862
|
|
23550
23863
|
.amis-scope .antd-Nav--stacked .antd-Nav-item.disabled > a,
|
23551
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-disabled > a
|
23864
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-disabled > a,
|
23865
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item.disabled > .antd-Badge > a,
|
23866
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-disabled > .antd-Badge > a,
|
23867
|
+
.amis-scope .antd-Nav--stacked .antd-Badge.disabled > a,
|
23868
|
+
.amis-scope .antd-Nav--stacked .antd-Badge.is-disabled > a,
|
23869
|
+
.amis-scope .antd-Nav--stacked .antd-Badge.disabled > .antd-Badge > a,
|
23870
|
+
.amis-scope .antd-Nav--stacked .antd-Badge.is-disabled > .antd-Badge > a {
|
23552
23871
|
color: #999;
|
23553
23872
|
background: transparent;
|
23554
23873
|
pointer-events: none;
|
23555
23874
|
}
|
23556
23875
|
|
23876
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item.active,
|
23877
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active,
|
23878
|
+
.amis-scope .antd-Nav--stacked .antd-Badge.active,
|
23879
|
+
.amis-scope .antd-Nav--stacked .antd-Badge.is-active {
|
23880
|
+
background: #1890ff !important;
|
23881
|
+
}
|
23882
|
+
|
23557
23883
|
.amis-scope .antd-Nav--stacked .antd-Nav-item.active > a,
|
23558
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active >
|
23884
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions,
|
23885
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > a,
|
23886
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item.active > .antd-Badge > a,
|
23887
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Badge > .antd-Nav-item-atcions,
|
23888
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Badge > a,
|
23889
|
+
.amis-scope .antd-Nav--stacked .antd-Badge.active > a,
|
23890
|
+
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Nav-item-atcions,
|
23891
|
+
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > a,
|
23892
|
+
.amis-scope .antd-Nav--stacked .antd-Badge.active > .antd-Badge > a,
|
23893
|
+
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Badge > .antd-Nav-item-atcions,
|
23894
|
+
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Badge > a {
|
23559
23895
|
color: #fff;
|
23560
|
-
background: #1890ff;
|
23561
|
-
padding-left: 0.75rem;
|
23562
23896
|
position: relative;
|
23563
23897
|
}
|
23564
23898
|
|
23565
23899
|
.amis-scope .antd-Nav--stacked .antd-Nav-item.active > a::after,
|
23566
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active >
|
23900
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions::after,
|
23901
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > a::after,
|
23902
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item.active > .antd-Badge > a::after,
|
23903
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Badge > .antd-Nav-item-atcions::after,
|
23904
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-active > .antd-Badge > a::after,
|
23905
|
+
.amis-scope .antd-Nav--stacked .antd-Badge.active > a::after,
|
23906
|
+
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Nav-item-atcions::after,
|
23907
|
+
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > a::after,
|
23908
|
+
.amis-scope .antd-Nav--stacked .antd-Badge.active > .antd-Badge > a::after,
|
23909
|
+
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Badge > .antd-Nav-item-atcions::after,
|
23910
|
+
.amis-scope .antd-Nav--stacked .antd-Badge.is-active > .antd-Badge > a::after {
|
23567
23911
|
transform: scaleY(1);
|
23568
23912
|
}
|
23569
23913
|
|
23570
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > .antd-Nav-itemToggler
|
23914
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > a .antd-Nav-itemToggler,
|
23915
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > .antd-Badge > a .antd-Nav-itemToggler,
|
23916
|
+
.amis-scope .antd-Nav--stacked .antd-Badge.is-unfolded > a .antd-Nav-itemToggler,
|
23917
|
+
.amis-scope .antd-Nav--stacked .antd-Badge.is-unfolded > .antd-Badge > a .antd-Nav-itemToggler {
|
23571
23918
|
transform: rotate(180deg) scale(0.8);
|
23572
23919
|
}
|
23573
23920
|
|
23574
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > .antd-Nav-subItems
|
23921
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > .antd-Nav-subItems,
|
23922
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item.is-unfolded > .antd-Badge > .antd-Nav-subItems,
|
23923
|
+
.amis-scope .antd-Nav--stacked .antd-Badge.is-unfolded > .antd-Nav-subItems,
|
23924
|
+
.amis-scope .antd-Nav--stacked .antd-Badge.is-unfolded > .antd-Badge > .antd-Nav-subItems {
|
23575
23925
|
display: block;
|
23576
23926
|
}
|
23577
23927
|
|
23578
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-spinner
|
23928
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-spinner,
|
23929
|
+
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-spinner {
|
23579
23930
|
position: absolute;
|
23580
23931
|
right: 0.625rem;
|
23581
23932
|
top: 0.5rem;
|
23582
23933
|
}
|
23583
23934
|
|
23584
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemToggler
|
23585
|
-
|
23586
|
-
|
23587
|
-
|
23588
|
-
|
23589
|
-
height: 1.875rem;
|
23935
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemToggler,
|
23936
|
+
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemToggler {
|
23937
|
+
float: left;
|
23938
|
+
width: 1.5rem;
|
23939
|
+
height: 1.5rem;
|
23590
23940
|
text-align: center;
|
23591
|
-
line-height: 1.
|
23941
|
+
line-height: 1.5rem;
|
23592
23942
|
vertical-align: middle;
|
23593
23943
|
cursor: pointer;
|
23594
23944
|
transform: scale(0.8);
|
23595
23945
|
transition: transform 0.2s;
|
23596
23946
|
}
|
23597
23947
|
|
23598
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemToggler > svg
|
23948
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-itemToggler > svg,
|
23949
|
+
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-itemToggler > svg {
|
23599
23950
|
width: 10px;
|
23600
23951
|
height: 10px;
|
23601
23952
|
top: 0;
|
23602
23953
|
}
|
23603
23954
|
|
23604
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-subItems
|
23955
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-subItems,
|
23956
|
+
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-subItems {
|
23605
23957
|
display: none;
|
23606
23958
|
padding-left: 0;
|
23607
23959
|
list-style: none;
|
23960
|
+
width: 100%;
|
23608
23961
|
}
|
23609
23962
|
|
23610
|
-
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-item
|
23963
|
+
.amis-scope .antd-Nav--stacked .antd-Nav-item .antd-Nav-item,
|
23964
|
+
.amis-scope .antd-Nav--stacked .antd-Badge .antd-Nav-item {
|
23611
23965
|
font-size: 0.875rem;
|
23612
23966
|
}
|
23613
23967
|
|
@@ -24279,8 +24633,13 @@ readers do not read off random characters that represent icons */
|
|
24279
24633
|
.amis-scope .antd-Spinner--icon {
|
24280
24634
|
background: transparent;
|
24281
24635
|
animation: spin 2s linear infinite;
|
24282
|
-
width:
|
24283
|
-
height:
|
24636
|
+
width: 1rem;
|
24637
|
+
height: 1rem;
|
24638
|
+
}
|
24639
|
+
|
24640
|
+
.amis-scope .antd-Spinner--icon svg.icon {
|
24641
|
+
width: 1rem;
|
24642
|
+
height: 1rem;
|
24284
24643
|
}
|
24285
24644
|
|
24286
24645
|
.amis-scope .antd-Spinner--overlay {
|
@@ -25873,6 +26232,10 @@ readers do not read off random characters that represent icons */
|
|
25873
26232
|
background: transparent;
|
25874
26233
|
}
|
25875
26234
|
|
26235
|
+
.amis-scope .antd-Table-table > tbody > tr.antd-Table-tr--hasItemAction:hover {
|
26236
|
+
cursor: pointer;
|
26237
|
+
}
|
26238
|
+
|
25876
26239
|
.amis-scope .antd-Table-table > tbody > tr:hover,
|
25877
26240
|
.amis-scope .antd-Table-table > tbody > tr.is-hovered {
|
25878
26241
|
background: rgb(250, 250, 250);
|
@@ -27417,6 +27780,15 @@ readers do not read off random characters that represent icons */
|
|
27417
27780
|
opacity: 0.1;
|
27418
27781
|
}
|
27419
27782
|
|
27783
|
+
.amis-scope .antd-ListItem--hasItemAction {
|
27784
|
+
cursor: pointer;
|
27785
|
+
}
|
27786
|
+
|
27787
|
+
.amis-scope .antd-ListItem--hasItemAction:hover {
|
27788
|
+
color: #1890ff;
|
27789
|
+
background: rgba(0, 126, 255, 0.08);
|
27790
|
+
}
|
27791
|
+
|
27420
27792
|
.amis-scope .antd-Cards-toolbar {
|
27421
27793
|
margin: 0 0 0.75rem;
|
27422
27794
|
}
|
@@ -28686,7 +29058,7 @@ readers do not read off random characters that represent icons */
|
|
28686
29058
|
}
|
28687
29059
|
|
28688
29060
|
.amis-scope .antd-ImageGallery-item.is-active {
|
28689
|
-
border: 1px solid #
|
29061
|
+
border: 1px solid #1890ff;
|
28690
29062
|
}
|
28691
29063
|
|
28692
29064
|
.amis-scope .antd-ImageGallery-item.is-active:after {
|
@@ -29710,6 +30082,10 @@ readers do not read off random characters that represent icons */
|
|
29710
30082
|
margin-bottom: 0.75rem;
|
29711
30083
|
}
|
29712
30084
|
|
30085
|
+
.amis-scope .antd-Form-group:last-child {
|
30086
|
+
margin-bottom: 0;
|
30087
|
+
}
|
30088
|
+
|
29713
30089
|
.amis-scope .antd-Form-value > .antd-Form-group {
|
29714
30090
|
margin-bottom: 0.375rem;
|
29715
30091
|
}
|
@@ -31384,6 +31760,18 @@ readers do not read off random characters that represent icons */
|
|
31384
31760
|
border-left: none;
|
31385
31761
|
}
|
31386
31762
|
|
31763
|
+
.amis-scope .antd-NumberControl--withUnit {
|
31764
|
+
display: flex;
|
31765
|
+
}
|
31766
|
+
|
31767
|
+
.amis-scope .antd-NumberControl--withUnit .antd-Number {
|
31768
|
+
flex-grow: 1;
|
31769
|
+
}
|
31770
|
+
|
31771
|
+
.amis-scope .antd-NumberControl--withUnit .antd-Select {
|
31772
|
+
border-left: 0;
|
31773
|
+
}
|
31774
|
+
|
31387
31775
|
.amis-scope .antd-Select {
|
31388
31776
|
display: inline-flex;
|
31389
31777
|
vertical-align: middle;
|
@@ -32478,7 +32866,7 @@ readers do not read off random characters that represent icons */
|
|
32478
32866
|
}
|
32479
32867
|
|
32480
32868
|
.amis-scope .antd-CalendarCounter-btn:hover {
|
32481
|
-
color: #
|
32869
|
+
color: #1C53C1;
|
32482
32870
|
}
|
32483
32871
|
|
32484
32872
|
.amis-scope .antd-CalendarCounter-btn > svg {
|
@@ -32555,6 +32943,12 @@ readers do not read off random characters that represent icons */
|
|
32555
32943
|
border-color: #0076e4;
|
32556
32944
|
}
|
32557
32945
|
|
32946
|
+
.amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
|
32947
|
+
color: #fff;
|
32948
|
+
background: #0076e4;
|
32949
|
+
border-color: #0070d7;
|
32950
|
+
}
|
32951
|
+
|
32558
32952
|
.amis-scope .rdtBtn:hover:focus {
|
32559
32953
|
box-shadow: none;
|
32560
32954
|
}
|
@@ -32577,6 +32971,12 @@ readers do not read off random characters that represent icons */
|
|
32577
32971
|
border-color: #40a9ff;
|
32578
32972
|
}
|
32579
32973
|
|
32974
|
+
.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
|
32975
|
+
color: #096dd9;
|
32976
|
+
background: #fff;
|
32977
|
+
border-color: #096dd9;
|
32978
|
+
}
|
32979
|
+
|
32580
32980
|
.amis-scope .rdtBtnCancel:hover:focus {
|
32581
32981
|
box-shadow: none;
|
32582
32982
|
}
|
@@ -32905,6 +33305,12 @@ readers do not read off random characters that represent icons */
|
|
32905
33305
|
border-color: #b4bbc5;
|
32906
33306
|
}
|
32907
33307
|
|
33308
|
+
.amis-scope .antd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
33309
|
+
color: rgba(0, 0, 0, 0.85);
|
33310
|
+
background: #e6e6e6;
|
33311
|
+
border-color: #adb4bf;
|
33312
|
+
}
|
33313
|
+
|
32908
33314
|
.amis-scope .antd-ImageControl-addBtn:hover:focus {
|
32909
33315
|
box-shadow: none;
|
32910
33316
|
}
|
@@ -34206,6 +34612,17 @@ readers do not read off random characters that represent icons */
|
|
34206
34612
|
margin-left: 0.5rem;
|
34207
34613
|
}
|
34208
34614
|
|
34615
|
+
.amis-scope .antd-Combo-addBtn .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
34616
|
+
.amis-scope .antd-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
|
34617
|
+
.amis-scope .antd-Combo-addBtn > .pull-left {
|
34618
|
+
margin-right: 0.5rem;
|
34619
|
+
}
|
34620
|
+
|
34621
|
+
.amis-scope .antd-Combo-addBtn .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
34622
|
+
.amis-scope .antd-Combo-addBtn > .pull-right {
|
34623
|
+
margin-left: 0.5rem;
|
34624
|
+
}
|
34625
|
+
|
34209
34626
|
.amis-scope .antd-Combo-addBtn img.antd-Button-icon {
|
34210
34627
|
height: 0.875rem;
|
34211
34628
|
vertical-align: middle;
|
@@ -34217,6 +34634,12 @@ readers do not read off random characters that represent icons */
|
|
34217
34634
|
border-color: #b4bbc5;
|
34218
34635
|
}
|
34219
34636
|
|
34637
|
+
.amis-scope .antd-Combo-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
34638
|
+
color: #fff;
|
34639
|
+
background: #0076e4;
|
34640
|
+
border-color: #adb4bf;
|
34641
|
+
}
|
34642
|
+
|
34220
34643
|
.amis-scope .antd-Combo-addBtn:hover:focus {
|
34221
34644
|
box-shadow: none;
|
34222
34645
|
}
|
@@ -34575,7 +34998,7 @@ readers do not read off random characters that represent icons */
|
|
34575
34998
|
}
|
34576
34999
|
|
34577
35000
|
.amis-scope .antd-SubForm-addBtn:hover:focus {
|
34578
|
-
color: #
|
35001
|
+
color: #4F86F4;
|
34579
35002
|
text-decoration: none;
|
34580
35003
|
box-shadow: none;
|
34581
35004
|
}
|
@@ -34913,6 +35336,17 @@ readers do not read off random characters that represent icons */
|
|
34913
35336
|
margin-left: 0.5rem;
|
34914
35337
|
}
|
34915
35338
|
|
35339
|
+
.amis-scope .antd-TagControl-sugItem .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
35340
|
+
.amis-scope .antd-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
|
35341
|
+
.amis-scope .antd-TagControl-sugItem > .pull-left {
|
35342
|
+
margin-right: 0.5rem;
|
35343
|
+
}
|
35344
|
+
|
35345
|
+
.amis-scope .antd-TagControl-sugItem .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
35346
|
+
.amis-scope .antd-TagControl-sugItem > .pull-right {
|
35347
|
+
margin-left: 0.5rem;
|
35348
|
+
}
|
35349
|
+
|
34916
35350
|
.amis-scope .antd-TagControl-sugItem img.antd-Button-icon {
|
34917
35351
|
height: 0.875rem;
|
34918
35352
|
vertical-align: middle;
|
@@ -34924,6 +35358,12 @@ readers do not read off random characters that represent icons */
|
|
34924
35358
|
border-color: #b4bbc5;
|
34925
35359
|
}
|
34926
35360
|
|
35361
|
+
.amis-scope .antd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
|
35362
|
+
color: rgba(0, 0, 0, 0.85);
|
35363
|
+
background: #e6e6e6;
|
35364
|
+
border-color: #adb4bf;
|
35365
|
+
}
|
35366
|
+
|
34927
35367
|
.amis-scope .antd-TagControl-sugItem:hover:focus {
|
34928
35368
|
box-shadow: none;
|
34929
35369
|
}
|
@@ -35661,10 +36101,6 @@ readers do not read off random characters that represent icons */
|
|
35661
36101
|
width: 5rem;
|
35662
36102
|
}
|
35663
36103
|
|
35664
|
-
.amis-scope .antd-Form-control--sizeXs.antd-TextareaControl {
|
35665
|
-
width: auto;
|
35666
|
-
}
|
35667
|
-
|
35668
36104
|
.amis-scope .antd-Form-control--sizeSm {
|
35669
36105
|
width: 10rem;
|
35670
36106
|
max-width: 100%;
|
@@ -35676,10 +36112,6 @@ readers do not read off random characters that represent icons */
|
|
35676
36112
|
width: 10rem;
|
35677
36113
|
}
|
35678
36114
|
|
35679
|
-
.amis-scope .antd-Form-control--sizeSm.antd-TextareaControl {
|
35680
|
-
width: auto;
|
35681
|
-
}
|
35682
|
-
|
35683
36115
|
.amis-scope .antd-Form-control--sizeMd {
|
35684
36116
|
width: 15rem;
|
35685
36117
|
max-width: 100%;
|
@@ -35687,10 +36119,6 @@ readers do not read off random characters that represent icons */
|
|
35687
36119
|
vertical-align: top;
|
35688
36120
|
}
|
35689
36121
|
|
35690
|
-
.amis-scope .antd-Form-control--sizeMd.antd-TextareaControl {
|
35691
|
-
width: auto;
|
35692
|
-
}
|
35693
|
-
|
35694
36122
|
.amis-scope .antd-Form-control--sizeLg {
|
35695
36123
|
width: 20rem;
|
35696
36124
|
max-width: 100%;
|
@@ -35702,10 +36130,6 @@ readers do not read off random characters that represent icons */
|
|
35702
36130
|
width: 20rem;
|
35703
36131
|
}
|
35704
36132
|
|
35705
|
-
.amis-scope .antd-Form-control--sizeLg.antd-TextareaControl {
|
35706
|
-
width: auto;
|
35707
|
-
}
|
35708
|
-
|
35709
36133
|
.amis-scope .antd-Form-item--horizontal {
|
35710
36134
|
display: flex;
|
35711
36135
|
flex-wrap: nowrap;
|
@@ -35865,7 +36289,9 @@ readers do not read off random characters that represent icons */
|
|
35865
36289
|
}
|
35866
36290
|
|
35867
36291
|
.amis-scope .antd-Form-item--inline > .antd-Form-label .antd-Form-star {
|
35868
|
-
position:
|
36292
|
+
position: absolute;
|
36293
|
+
left: -0.375rem;
|
36294
|
+
top: 0.1875rem;
|
35869
36295
|
}
|
35870
36296
|
|
35871
36297
|
.amis-scope .antd-Form-item--inline > .antd-Form-value {
|
@@ -35995,6 +36421,271 @@ readers do not read off random characters that represent icons */
|
|
35995
36421
|
padding: 0.75rem;
|
35996
36422
|
}
|
35997
36423
|
|
36424
|
+
.amis-scope .antd-Markdown strong {
|
36425
|
+
font-weight: bolder;
|
36426
|
+
}
|
36427
|
+
|
36428
|
+
.amis-scope .antd-Markdown img {
|
36429
|
+
border-style: none;
|
36430
|
+
}
|
36431
|
+
|
36432
|
+
.amis-scope .antd-Markdown svg:not(:root) {
|
36433
|
+
overflow: hidden;
|
36434
|
+
}
|
36435
|
+
|
36436
|
+
.amis-scope .antd-Markdown button:-moz-focusring,
|
36437
|
+
.amis-scope .antd-Markdown [type=button]:-moz-focusring,
|
36438
|
+
.amis-scope .antd-Markdown [type=reset]:-moz-focusring,
|
36439
|
+
.amis-scope .antd-Markdown [type=submit]:-moz-focusring {
|
36440
|
+
outline: 1px dotted ButtonText;
|
36441
|
+
}
|
36442
|
+
|
36443
|
+
.amis-scope .antd-Markdown [type=checkbox] {
|
36444
|
+
box-sizing: border-box;
|
36445
|
+
padding: 0;
|
36446
|
+
}
|
36447
|
+
|
36448
|
+
.amis-scope .antd-Markdown table {
|
36449
|
+
border-spacing: 0;
|
36450
|
+
border-collapse: collapse;
|
36451
|
+
}
|
36452
|
+
|
36453
|
+
.amis-scope .antd-Markdown table td,
|
36454
|
+
.amis-scope .antd-Markdown table th {
|
36455
|
+
padding: 0;
|
36456
|
+
}
|
36457
|
+
|
36458
|
+
.amis-scope .antd-Markdown hr {
|
36459
|
+
height: 0;
|
36460
|
+
margin: 15px 0;
|
36461
|
+
overflow: hidden;
|
36462
|
+
background: transparent;
|
36463
|
+
border: 0;
|
36464
|
+
border-bottom: 1px solid #ddd;
|
36465
|
+
}
|
36466
|
+
|
36467
|
+
.amis-scope .antd-Markdown hr::before {
|
36468
|
+
display: table;
|
36469
|
+
content: "";
|
36470
|
+
}
|
36471
|
+
|
36472
|
+
.amis-scope .antd-Markdown hr::after {
|
36473
|
+
display: table;
|
36474
|
+
clear: both;
|
36475
|
+
content: "";
|
36476
|
+
}
|
36477
|
+
|
36478
|
+
.amis-scope .antd-Markdown p {
|
36479
|
+
margin-top: 0;
|
36480
|
+
margin-bottom: 10px;
|
36481
|
+
}
|
36482
|
+
|
36483
|
+
.amis-scope .antd-Markdown blockquote {
|
36484
|
+
margin: 0;
|
36485
|
+
}
|
36486
|
+
|
36487
|
+
.amis-scope .antd-Markdown ul,
|
36488
|
+
.amis-scope .antd-Markdown ol {
|
36489
|
+
padding-left: 0;
|
36490
|
+
margin-top: 0;
|
36491
|
+
margin-bottom: 0;
|
36492
|
+
}
|
36493
|
+
|
36494
|
+
.amis-scope .antd-Markdown ol ol,
|
36495
|
+
.amis-scope .antd-Markdown ul ol {
|
36496
|
+
list-style-type: lower-roman;
|
36497
|
+
}
|
36498
|
+
|
36499
|
+
.amis-scope .antd-Markdown ul ul ol,
|
36500
|
+
.amis-scope .antd-Markdown ul ol ol,
|
36501
|
+
.amis-scope .antd-Markdown ol ul ol,
|
36502
|
+
.amis-scope .antd-Markdown ol ol ol {
|
36503
|
+
list-style-type: lower-alpha;
|
36504
|
+
}
|
36505
|
+
|
36506
|
+
.amis-scope .antd-Markdown dd {
|
36507
|
+
margin-left: 0;
|
36508
|
+
}
|
36509
|
+
|
36510
|
+
.amis-scope .antd-Markdown p,
|
36511
|
+
.amis-scope .antd-Markdown blockquote,
|
36512
|
+
.amis-scope .antd-Markdown ul,
|
36513
|
+
.amis-scope .antd-Markdown ol,
|
36514
|
+
.amis-scope .antd-Markdown dl,
|
36515
|
+
.amis-scope .antd-Markdown table,
|
36516
|
+
.amis-scope .antd-Markdown pre {
|
36517
|
+
margin-top: 0;
|
36518
|
+
margin-bottom: 16px;
|
36519
|
+
}
|
36520
|
+
|
36521
|
+
.amis-scope .antd-Markdown hr {
|
36522
|
+
height: 4px;
|
36523
|
+
padding: 0;
|
36524
|
+
margin: 16px 0;
|
36525
|
+
background-color: #e7e7e7;
|
36526
|
+
border: 0 none;
|
36527
|
+
}
|
36528
|
+
|
36529
|
+
.amis-scope .antd-Markdown ul:not(.dropdown-menu):not(.nav),
|
36530
|
+
.amis-scope .antd-Markdown ol {
|
36531
|
+
padding-left: 2em;
|
36532
|
+
}
|
36533
|
+
|
36534
|
+
.amis-scope .antd-Markdown ul ul,
|
36535
|
+
.amis-scope .antd-Markdown ul ol,
|
36536
|
+
.amis-scope .antd-Markdown ol ol,
|
36537
|
+
.amis-scope .antd-Markdown ol ul {
|
36538
|
+
margin-top: 0;
|
36539
|
+
margin-bottom: 0;
|
36540
|
+
}
|
36541
|
+
|
36542
|
+
.amis-scope .antd-Markdown li > p {
|
36543
|
+
margin-top: 16px;
|
36544
|
+
}
|
36545
|
+
|
36546
|
+
.amis-scope .antd-Markdown dl {
|
36547
|
+
padding: 0;
|
36548
|
+
}
|
36549
|
+
|
36550
|
+
.amis-scope .antd-Markdown dl dt {
|
36551
|
+
padding: 0;
|
36552
|
+
margin-top: 16px;
|
36553
|
+
font-size: 1em;
|
36554
|
+
font-style: italic;
|
36555
|
+
font-weight: bold;
|
36556
|
+
}
|
36557
|
+
|
36558
|
+
.amis-scope .antd-Markdown dl dd {
|
36559
|
+
padding: 0 16px;
|
36560
|
+
margin-bottom: 16px;
|
36561
|
+
}
|
36562
|
+
|
36563
|
+
.amis-scope .antd-Markdown blockquote {
|
36564
|
+
padding: 0 15px;
|
36565
|
+
color: #777;
|
36566
|
+
border-left: 4px solid #ddd;
|
36567
|
+
}
|
36568
|
+
|
36569
|
+
.amis-scope .antd-Markdown blockquote > :first-child {
|
36570
|
+
margin-top: 0;
|
36571
|
+
}
|
36572
|
+
|
36573
|
+
.amis-scope .antd-Markdown blockquote > :last-child {
|
36574
|
+
margin-bottom: 0;
|
36575
|
+
}
|
36576
|
+
|
36577
|
+
.amis-scope .antd-Markdown table {
|
36578
|
+
display: block;
|
36579
|
+
width: 100%;
|
36580
|
+
overflow: auto;
|
36581
|
+
word-break: normal;
|
36582
|
+
}
|
36583
|
+
|
36584
|
+
.amis-scope .antd-Markdown table th {
|
36585
|
+
font-weight: bold;
|
36586
|
+
}
|
36587
|
+
|
36588
|
+
.amis-scope .antd-Markdown table th,
|
36589
|
+
.amis-scope .antd-Markdown table td {
|
36590
|
+
padding: 6px 13px;
|
36591
|
+
border: 1px solid #ddd;
|
36592
|
+
}
|
36593
|
+
|
36594
|
+
.amis-scope .antd-Markdown table tr {
|
36595
|
+
background-color: #fff;
|
36596
|
+
border-top: 1px solid #ccc;
|
36597
|
+
}
|
36598
|
+
|
36599
|
+
.amis-scope .antd-Markdown table tr:nth-child(2n) {
|
36600
|
+
background-color: #f8f8f8;
|
36601
|
+
}
|
36602
|
+
|
36603
|
+
@media (min-width: 1200px) {
|
36604
|
+
.amis-scope .antd-Markdown img {
|
36605
|
+
max-width: 800px;
|
36606
|
+
}
|
36607
|
+
}
|
36608
|
+
|
36609
|
+
.amis-scope .antd-Markdown code {
|
36610
|
+
padding: 0;
|
36611
|
+
padding-top: 0.2em;
|
36612
|
+
padding-bottom: 0.2em;
|
36613
|
+
margin: 0;
|
36614
|
+
background-color: rgba(0, 0, 0, 0.04);
|
36615
|
+
border-radius: 3px;
|
36616
|
+
}
|
36617
|
+
|
36618
|
+
.amis-scope .antd-Markdown code:before,
|
36619
|
+
.amis-scope .antd-Markdown code:after {
|
36620
|
+
letter-spacing: -0.2em;
|
36621
|
+
content: " ";
|
36622
|
+
}
|
36623
|
+
|
36624
|
+
.amis-scope .antd-Markdown pre > code {
|
36625
|
+
padding: 0;
|
36626
|
+
margin: 0;
|
36627
|
+
word-break: normal;
|
36628
|
+
white-space: pre;
|
36629
|
+
background: transparent;
|
36630
|
+
border: 0;
|
36631
|
+
}
|
36632
|
+
|
36633
|
+
.amis-scope .antd-Markdown .highlight {
|
36634
|
+
margin-bottom: 16px;
|
36635
|
+
}
|
36636
|
+
|
36637
|
+
.amis-scope .antd-Markdown .highlight pre,
|
36638
|
+
.amis-scope .antd-Markdown pre {
|
36639
|
+
padding: 16px;
|
36640
|
+
overflow: auto;
|
36641
|
+
line-height: 1.45;
|
36642
|
+
background-color: #f7f7f7;
|
36643
|
+
border-radius: 3px;
|
36644
|
+
}
|
36645
|
+
|
36646
|
+
.amis-scope .antd-Markdown .highlight pre {
|
36647
|
+
margin-bottom: 0;
|
36648
|
+
word-break: normal;
|
36649
|
+
}
|
36650
|
+
|
36651
|
+
.amis-scope .antd-Markdown pre {
|
36652
|
+
word-wrap: normal;
|
36653
|
+
}
|
36654
|
+
|
36655
|
+
.amis-scope .antd-Markdown pre code {
|
36656
|
+
display: inline;
|
36657
|
+
max-width: initial;
|
36658
|
+
padding: 0;
|
36659
|
+
margin: 0;
|
36660
|
+
overflow: initial;
|
36661
|
+
line-height: inherit;
|
36662
|
+
word-wrap: normal;
|
36663
|
+
background-color: transparent;
|
36664
|
+
border: 0;
|
36665
|
+
}
|
36666
|
+
|
36667
|
+
.amis-scope .antd-Markdown pre code:before,
|
36668
|
+
.amis-scope .antd-Markdown pre code:after {
|
36669
|
+
content: normal;
|
36670
|
+
}
|
36671
|
+
|
36672
|
+
.amis-scope .antd-Markdown kbd {
|
36673
|
+
display: inline-block;
|
36674
|
+
padding: 3px 5px;
|
36675
|
+
line-height: 10px;
|
36676
|
+
color: #555;
|
36677
|
+
vertical-align: middle;
|
36678
|
+
background-color: #fcfcfc;
|
36679
|
+
border: solid 1px #ccc;
|
36680
|
+
border-bottom-color: #bbb;
|
36681
|
+
border-radius: 3px;
|
36682
|
+
box-shadow: inset 0 -1px 0 #bbb;
|
36683
|
+
}
|
36684
|
+
|
36685
|
+
.amis-scope .antd-Markdown hr {
|
36686
|
+
border-bottom-color: #eee;
|
36687
|
+
}
|
36688
|
+
|
35998
36689
|
/*
|
35999
36690
|
* utilities
|
36000
36691
|
*/
|