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
@@ -0,0 +1,266 @@
|
|
1
|
+
.#{$ns}Markdown {
|
2
|
+
strong {
|
3
|
+
font-weight: bolder;
|
4
|
+
}
|
5
|
+
|
6
|
+
img {
|
7
|
+
border-style: none;
|
8
|
+
}
|
9
|
+
|
10
|
+
svg:not(:root) {
|
11
|
+
overflow: hidden;
|
12
|
+
}
|
13
|
+
|
14
|
+
button:-moz-focusring,
|
15
|
+
[type='button']:-moz-focusring,
|
16
|
+
[type='reset']:-moz-focusring,
|
17
|
+
[type='submit']:-moz-focusring {
|
18
|
+
outline: 1px dotted ButtonText;
|
19
|
+
}
|
20
|
+
|
21
|
+
[type='checkbox'] {
|
22
|
+
box-sizing: border-box;
|
23
|
+
padding: 0;
|
24
|
+
}
|
25
|
+
|
26
|
+
table {
|
27
|
+
border-spacing: 0;
|
28
|
+
border-collapse: collapse;
|
29
|
+
}
|
30
|
+
|
31
|
+
table td,
|
32
|
+
table th {
|
33
|
+
padding: 0;
|
34
|
+
}
|
35
|
+
|
36
|
+
hr {
|
37
|
+
height: 0;
|
38
|
+
margin: 15px 0;
|
39
|
+
overflow: hidden;
|
40
|
+
background: transparent;
|
41
|
+
border: 0;
|
42
|
+
border-bottom: 1px solid #ddd;
|
43
|
+
}
|
44
|
+
|
45
|
+
hr::before {
|
46
|
+
display: table;
|
47
|
+
content: '';
|
48
|
+
}
|
49
|
+
|
50
|
+
hr::after {
|
51
|
+
display: table;
|
52
|
+
clear: both;
|
53
|
+
content: '';
|
54
|
+
}
|
55
|
+
|
56
|
+
p {
|
57
|
+
margin-top: 0;
|
58
|
+
margin-bottom: 10px;
|
59
|
+
}
|
60
|
+
|
61
|
+
blockquote {
|
62
|
+
margin: 0;
|
63
|
+
}
|
64
|
+
|
65
|
+
ul,
|
66
|
+
ol {
|
67
|
+
padding-left: 0;
|
68
|
+
margin-top: 0;
|
69
|
+
margin-bottom: 0;
|
70
|
+
}
|
71
|
+
|
72
|
+
ol ol,
|
73
|
+
ul ol {
|
74
|
+
list-style-type: lower-roman;
|
75
|
+
}
|
76
|
+
|
77
|
+
ul ul ol,
|
78
|
+
ul ol ol,
|
79
|
+
ol ul ol,
|
80
|
+
ol ol ol {
|
81
|
+
list-style-type: lower-alpha;
|
82
|
+
}
|
83
|
+
|
84
|
+
dd {
|
85
|
+
margin-left: 0;
|
86
|
+
}
|
87
|
+
|
88
|
+
p,
|
89
|
+
blockquote,
|
90
|
+
ul,
|
91
|
+
ol,
|
92
|
+
dl,
|
93
|
+
table,
|
94
|
+
pre {
|
95
|
+
margin-top: 0;
|
96
|
+
margin-bottom: 16px;
|
97
|
+
}
|
98
|
+
|
99
|
+
hr {
|
100
|
+
height: 4px;
|
101
|
+
padding: 0;
|
102
|
+
margin: 16px 0;
|
103
|
+
background-color: #e7e7e7;
|
104
|
+
border: 0 none;
|
105
|
+
}
|
106
|
+
|
107
|
+
ul:not(.dropdown-menu):not(.nav),
|
108
|
+
ol {
|
109
|
+
padding-left: 2em;
|
110
|
+
}
|
111
|
+
|
112
|
+
ul ul,
|
113
|
+
ul ol,
|
114
|
+
ol ol,
|
115
|
+
ol ul {
|
116
|
+
margin-top: 0;
|
117
|
+
margin-bottom: 0;
|
118
|
+
}
|
119
|
+
|
120
|
+
li > p {
|
121
|
+
margin-top: 16px;
|
122
|
+
}
|
123
|
+
|
124
|
+
dl {
|
125
|
+
padding: 0;
|
126
|
+
}
|
127
|
+
|
128
|
+
dl dt {
|
129
|
+
padding: 0;
|
130
|
+
margin-top: 16px;
|
131
|
+
font-size: 1em;
|
132
|
+
font-style: italic;
|
133
|
+
font-weight: bold;
|
134
|
+
}
|
135
|
+
|
136
|
+
dl dd {
|
137
|
+
padding: 0 16px;
|
138
|
+
margin-bottom: 16px;
|
139
|
+
}
|
140
|
+
|
141
|
+
blockquote {
|
142
|
+
padding: 0 15px;
|
143
|
+
color: #777;
|
144
|
+
border-left: 4px solid #ddd;
|
145
|
+
}
|
146
|
+
|
147
|
+
blockquote > :first-child {
|
148
|
+
margin-top: 0;
|
149
|
+
}
|
150
|
+
|
151
|
+
blockquote > :last-child {
|
152
|
+
margin-bottom: 0;
|
153
|
+
}
|
154
|
+
|
155
|
+
table {
|
156
|
+
display: block;
|
157
|
+
width: 100%;
|
158
|
+
overflow: auto;
|
159
|
+
word-break: normal;
|
160
|
+
}
|
161
|
+
|
162
|
+
table th {
|
163
|
+
font-weight: bold;
|
164
|
+
}
|
165
|
+
|
166
|
+
table th,
|
167
|
+
table td {
|
168
|
+
padding: 6px 13px;
|
169
|
+
border: 1px solid #ddd;
|
170
|
+
}
|
171
|
+
|
172
|
+
table tr {
|
173
|
+
background-color: #fff;
|
174
|
+
border-top: 1px solid #ccc;
|
175
|
+
}
|
176
|
+
|
177
|
+
table tr:nth-child(2n) {
|
178
|
+
background-color: #f8f8f8;
|
179
|
+
}
|
180
|
+
|
181
|
+
@media (min-width: 1200px) {
|
182
|
+
img {
|
183
|
+
max-width: 800px;
|
184
|
+
}
|
185
|
+
}
|
186
|
+
|
187
|
+
code {
|
188
|
+
padding: 0;
|
189
|
+
padding-top: 0.2em;
|
190
|
+
padding-bottom: 0.2em;
|
191
|
+
margin: 0;
|
192
|
+
background-color: rgba(0, 0, 0, 0.04);
|
193
|
+
border-radius: 3px;
|
194
|
+
}
|
195
|
+
|
196
|
+
code:before,
|
197
|
+
code:after {
|
198
|
+
letter-spacing: -0.2em;
|
199
|
+
content: '\00a0';
|
200
|
+
}
|
201
|
+
|
202
|
+
pre > code {
|
203
|
+
padding: 0;
|
204
|
+
margin: 0;
|
205
|
+
word-break: normal;
|
206
|
+
white-space: pre;
|
207
|
+
background: transparent;
|
208
|
+
border: 0;
|
209
|
+
}
|
210
|
+
|
211
|
+
.highlight {
|
212
|
+
margin-bottom: 16px;
|
213
|
+
}
|
214
|
+
|
215
|
+
.highlight pre,
|
216
|
+
pre {
|
217
|
+
padding: 16px;
|
218
|
+
overflow: auto;
|
219
|
+
line-height: 1.45;
|
220
|
+
background-color: #f7f7f7;
|
221
|
+
border-radius: 3px;
|
222
|
+
}
|
223
|
+
|
224
|
+
.highlight pre {
|
225
|
+
margin-bottom: 0;
|
226
|
+
word-break: normal;
|
227
|
+
}
|
228
|
+
|
229
|
+
pre {
|
230
|
+
word-wrap: normal;
|
231
|
+
}
|
232
|
+
|
233
|
+
pre code {
|
234
|
+
display: inline;
|
235
|
+
max-width: initial;
|
236
|
+
padding: 0;
|
237
|
+
margin: 0;
|
238
|
+
overflow: initial;
|
239
|
+
line-height: inherit;
|
240
|
+
word-wrap: normal;
|
241
|
+
background-color: transparent;
|
242
|
+
border: 0;
|
243
|
+
}
|
244
|
+
|
245
|
+
pre code:before,
|
246
|
+
pre code:after {
|
247
|
+
content: normal;
|
248
|
+
}
|
249
|
+
|
250
|
+
kbd {
|
251
|
+
display: inline-block;
|
252
|
+
padding: 3px 5px;
|
253
|
+
line-height: 10px;
|
254
|
+
color: #555;
|
255
|
+
vertical-align: middle;
|
256
|
+
background-color: #fcfcfc;
|
257
|
+
border: solid 1px #ccc;
|
258
|
+
border-bottom-color: #bbb;
|
259
|
+
border-radius: 3px;
|
260
|
+
box-shadow: inset 0 -1px 0 #bbb;
|
261
|
+
}
|
262
|
+
|
263
|
+
hr {
|
264
|
+
border-bottom-color: #eee;
|
265
|
+
}
|
266
|
+
}
|
@@ -62,8 +62,12 @@
|
|
62
62
|
&--icon {
|
63
63
|
background: transparent;
|
64
64
|
animation: spin 2s linear infinite;
|
65
|
-
width:
|
66
|
-
height:
|
65
|
+
width: var(--fontSizeLg);
|
66
|
+
height: var(--fontSizeLg);
|
67
|
+
svg.icon {
|
68
|
+
width: var(--fontSizeLg);
|
69
|
+
height: var(--fontSizeLg);
|
70
|
+
}
|
67
71
|
}
|
68
72
|
}
|
69
73
|
|
package/scss/themes/_common.scss
CHANGED
package/sdk/ang-ie11.css
CHANGED
@@ -21587,7 +21587,6 @@ readers do not read off random characters that represent icons */
|
|
21587
21587
|
transform-origin: 100% 0;
|
21588
21588
|
z-index: auto;
|
21589
21589
|
border-radius: calc(1rem / 2);
|
21590
|
-
box-shadow: 0 0 0 1px #fff;
|
21591
21590
|
}
|
21592
21591
|
|
21593
21592
|
.amis-scope .a-Badge--top-left {
|
@@ -21613,6 +21612,22 @@ readers do not read off random characters that represent icons */
|
|
21613
21612
|
transform: translate(50%, 50%);
|
21614
21613
|
}
|
21615
21614
|
|
21615
|
+
.amis-scope .a-Badge--danger {
|
21616
|
+
background: #f05050;
|
21617
|
+
}
|
21618
|
+
|
21619
|
+
.amis-scope .a-Badge--info {
|
21620
|
+
background: #23b7e5;
|
21621
|
+
}
|
21622
|
+
|
21623
|
+
.amis-scope .a-Badge--success {
|
21624
|
+
background: #27c24c;
|
21625
|
+
}
|
21626
|
+
|
21627
|
+
.amis-scope .a-Badge--warning {
|
21628
|
+
background: #fad733;
|
21629
|
+
}
|
21630
|
+
|
21616
21631
|
.amis-scope .a-Badge-text {
|
21617
21632
|
color: #fff;
|
21618
21633
|
height: 1rem;
|
@@ -24299,8 +24314,13 @@ readers do not read off random characters that represent icons */
|
|
24299
24314
|
.amis-scope .a-Spinner--icon {
|
24300
24315
|
background: transparent;
|
24301
24316
|
animation: spin 2s linear infinite;
|
24302
|
-
width:
|
24303
|
-
height:
|
24317
|
+
width: 1rem;
|
24318
|
+
height: 1rem;
|
24319
|
+
}
|
24320
|
+
|
24321
|
+
.amis-scope .a-Spinner--icon svg.icon {
|
24322
|
+
width: 1rem;
|
24323
|
+
height: 1rem;
|
24304
24324
|
}
|
24305
24325
|
|
24306
24326
|
.amis-scope .a-Spinner--overlay {
|
@@ -29743,6 +29763,10 @@ readers do not read off random characters that represent icons */
|
|
29743
29763
|
margin-bottom: 0.75rem;
|
29744
29764
|
}
|
29745
29765
|
|
29766
|
+
.amis-scope .a-Form-group:last-child {
|
29767
|
+
margin-bottom: 0;
|
29768
|
+
}
|
29769
|
+
|
29746
29770
|
.amis-scope .a-Form-value > .a-Form-group {
|
29747
29771
|
margin-bottom: 0.375rem;
|
29748
29772
|
}
|
@@ -36034,6 +36058,271 @@ readers do not read off random characters that represent icons */
|
|
36034
36058
|
padding: 0.75rem;
|
36035
36059
|
}
|
36036
36060
|
|
36061
|
+
.amis-scope .a-Markdown strong {
|
36062
|
+
font-weight: bolder;
|
36063
|
+
}
|
36064
|
+
|
36065
|
+
.amis-scope .a-Markdown img {
|
36066
|
+
border-style: none;
|
36067
|
+
}
|
36068
|
+
|
36069
|
+
.amis-scope .a-Markdown svg:not(:root) {
|
36070
|
+
overflow: hidden;
|
36071
|
+
}
|
36072
|
+
|
36073
|
+
.amis-scope .a-Markdown button:-moz-focusring,
|
36074
|
+
.amis-scope .a-Markdown [type=button]:-moz-focusring,
|
36075
|
+
.amis-scope .a-Markdown [type=reset]:-moz-focusring,
|
36076
|
+
.amis-scope .a-Markdown [type=submit]:-moz-focusring {
|
36077
|
+
outline: 1px dotted ButtonText;
|
36078
|
+
}
|
36079
|
+
|
36080
|
+
.amis-scope .a-Markdown [type=checkbox] {
|
36081
|
+
box-sizing: border-box;
|
36082
|
+
padding: 0;
|
36083
|
+
}
|
36084
|
+
|
36085
|
+
.amis-scope .a-Markdown table {
|
36086
|
+
border-spacing: 0;
|
36087
|
+
border-collapse: collapse;
|
36088
|
+
}
|
36089
|
+
|
36090
|
+
.amis-scope .a-Markdown table td,
|
36091
|
+
.amis-scope .a-Markdown table th {
|
36092
|
+
padding: 0;
|
36093
|
+
}
|
36094
|
+
|
36095
|
+
.amis-scope .a-Markdown hr {
|
36096
|
+
height: 0;
|
36097
|
+
margin: 15px 0;
|
36098
|
+
overflow: hidden;
|
36099
|
+
background: transparent;
|
36100
|
+
border: 0;
|
36101
|
+
border-bottom: 1px solid #ddd;
|
36102
|
+
}
|
36103
|
+
|
36104
|
+
.amis-scope .a-Markdown hr::before {
|
36105
|
+
display: table;
|
36106
|
+
content: "";
|
36107
|
+
}
|
36108
|
+
|
36109
|
+
.amis-scope .a-Markdown hr::after {
|
36110
|
+
display: table;
|
36111
|
+
clear: both;
|
36112
|
+
content: "";
|
36113
|
+
}
|
36114
|
+
|
36115
|
+
.amis-scope .a-Markdown p {
|
36116
|
+
margin-top: 0;
|
36117
|
+
margin-bottom: 10px;
|
36118
|
+
}
|
36119
|
+
|
36120
|
+
.amis-scope .a-Markdown blockquote {
|
36121
|
+
margin: 0;
|
36122
|
+
}
|
36123
|
+
|
36124
|
+
.amis-scope .a-Markdown ul,
|
36125
|
+
.amis-scope .a-Markdown ol {
|
36126
|
+
padding-left: 0;
|
36127
|
+
margin-top: 0;
|
36128
|
+
margin-bottom: 0;
|
36129
|
+
}
|
36130
|
+
|
36131
|
+
.amis-scope .a-Markdown ol ol,
|
36132
|
+
.amis-scope .a-Markdown ul ol {
|
36133
|
+
list-style-type: lower-roman;
|
36134
|
+
}
|
36135
|
+
|
36136
|
+
.amis-scope .a-Markdown ul ul ol,
|
36137
|
+
.amis-scope .a-Markdown ul ol ol,
|
36138
|
+
.amis-scope .a-Markdown ol ul ol,
|
36139
|
+
.amis-scope .a-Markdown ol ol ol {
|
36140
|
+
list-style-type: lower-alpha;
|
36141
|
+
}
|
36142
|
+
|
36143
|
+
.amis-scope .a-Markdown dd {
|
36144
|
+
margin-left: 0;
|
36145
|
+
}
|
36146
|
+
|
36147
|
+
.amis-scope .a-Markdown p,
|
36148
|
+
.amis-scope .a-Markdown blockquote,
|
36149
|
+
.amis-scope .a-Markdown ul,
|
36150
|
+
.amis-scope .a-Markdown ol,
|
36151
|
+
.amis-scope .a-Markdown dl,
|
36152
|
+
.amis-scope .a-Markdown table,
|
36153
|
+
.amis-scope .a-Markdown pre {
|
36154
|
+
margin-top: 0;
|
36155
|
+
margin-bottom: 16px;
|
36156
|
+
}
|
36157
|
+
|
36158
|
+
.amis-scope .a-Markdown hr {
|
36159
|
+
height: 4px;
|
36160
|
+
padding: 0;
|
36161
|
+
margin: 16px 0;
|
36162
|
+
background-color: #e7e7e7;
|
36163
|
+
border: 0 none;
|
36164
|
+
}
|
36165
|
+
|
36166
|
+
.amis-scope .a-Markdown ul:not(.dropdown-menu):not(.nav),
|
36167
|
+
.amis-scope .a-Markdown ol {
|
36168
|
+
padding-left: 2em;
|
36169
|
+
}
|
36170
|
+
|
36171
|
+
.amis-scope .a-Markdown ul ul,
|
36172
|
+
.amis-scope .a-Markdown ul ol,
|
36173
|
+
.amis-scope .a-Markdown ol ol,
|
36174
|
+
.amis-scope .a-Markdown ol ul {
|
36175
|
+
margin-top: 0;
|
36176
|
+
margin-bottom: 0;
|
36177
|
+
}
|
36178
|
+
|
36179
|
+
.amis-scope .a-Markdown li > p {
|
36180
|
+
margin-top: 16px;
|
36181
|
+
}
|
36182
|
+
|
36183
|
+
.amis-scope .a-Markdown dl {
|
36184
|
+
padding: 0;
|
36185
|
+
}
|
36186
|
+
|
36187
|
+
.amis-scope .a-Markdown dl dt {
|
36188
|
+
padding: 0;
|
36189
|
+
margin-top: 16px;
|
36190
|
+
font-size: 1em;
|
36191
|
+
font-style: italic;
|
36192
|
+
font-weight: bold;
|
36193
|
+
}
|
36194
|
+
|
36195
|
+
.amis-scope .a-Markdown dl dd {
|
36196
|
+
padding: 0 16px;
|
36197
|
+
margin-bottom: 16px;
|
36198
|
+
}
|
36199
|
+
|
36200
|
+
.amis-scope .a-Markdown blockquote {
|
36201
|
+
padding: 0 15px;
|
36202
|
+
color: #777;
|
36203
|
+
border-left: 4px solid #ddd;
|
36204
|
+
}
|
36205
|
+
|
36206
|
+
.amis-scope .a-Markdown blockquote > :first-child {
|
36207
|
+
margin-top: 0;
|
36208
|
+
}
|
36209
|
+
|
36210
|
+
.amis-scope .a-Markdown blockquote > :last-child {
|
36211
|
+
margin-bottom: 0;
|
36212
|
+
}
|
36213
|
+
|
36214
|
+
.amis-scope .a-Markdown table {
|
36215
|
+
display: block;
|
36216
|
+
width: 100%;
|
36217
|
+
overflow: auto;
|
36218
|
+
word-break: normal;
|
36219
|
+
}
|
36220
|
+
|
36221
|
+
.amis-scope .a-Markdown table th {
|
36222
|
+
font-weight: bold;
|
36223
|
+
}
|
36224
|
+
|
36225
|
+
.amis-scope .a-Markdown table th,
|
36226
|
+
.amis-scope .a-Markdown table td {
|
36227
|
+
padding: 6px 13px;
|
36228
|
+
border: 1px solid #ddd;
|
36229
|
+
}
|
36230
|
+
|
36231
|
+
.amis-scope .a-Markdown table tr {
|
36232
|
+
background-color: #fff;
|
36233
|
+
border-top: 1px solid #ccc;
|
36234
|
+
}
|
36235
|
+
|
36236
|
+
.amis-scope .a-Markdown table tr:nth-child(2n) {
|
36237
|
+
background-color: #f8f8f8;
|
36238
|
+
}
|
36239
|
+
|
36240
|
+
@media (min-width: 1200px) {
|
36241
|
+
.amis-scope .a-Markdown img {
|
36242
|
+
max-width: 800px;
|
36243
|
+
}
|
36244
|
+
}
|
36245
|
+
|
36246
|
+
.amis-scope .a-Markdown code {
|
36247
|
+
padding: 0;
|
36248
|
+
padding-top: 0.2em;
|
36249
|
+
padding-bottom: 0.2em;
|
36250
|
+
margin: 0;
|
36251
|
+
background-color: rgba(0, 0, 0, 0.04);
|
36252
|
+
border-radius: 3px;
|
36253
|
+
}
|
36254
|
+
|
36255
|
+
.amis-scope .a-Markdown code:before,
|
36256
|
+
.amis-scope .a-Markdown code:after {
|
36257
|
+
letter-spacing: -0.2em;
|
36258
|
+
content: " ";
|
36259
|
+
}
|
36260
|
+
|
36261
|
+
.amis-scope .a-Markdown pre > code {
|
36262
|
+
padding: 0;
|
36263
|
+
margin: 0;
|
36264
|
+
word-break: normal;
|
36265
|
+
white-space: pre;
|
36266
|
+
background: transparent;
|
36267
|
+
border: 0;
|
36268
|
+
}
|
36269
|
+
|
36270
|
+
.amis-scope .a-Markdown .highlight {
|
36271
|
+
margin-bottom: 16px;
|
36272
|
+
}
|
36273
|
+
|
36274
|
+
.amis-scope .a-Markdown .highlight pre,
|
36275
|
+
.amis-scope .a-Markdown pre {
|
36276
|
+
padding: 16px;
|
36277
|
+
overflow: auto;
|
36278
|
+
line-height: 1.45;
|
36279
|
+
background-color: #f7f7f7;
|
36280
|
+
border-radius: 3px;
|
36281
|
+
}
|
36282
|
+
|
36283
|
+
.amis-scope .a-Markdown .highlight pre {
|
36284
|
+
margin-bottom: 0;
|
36285
|
+
word-break: normal;
|
36286
|
+
}
|
36287
|
+
|
36288
|
+
.amis-scope .a-Markdown pre {
|
36289
|
+
word-wrap: normal;
|
36290
|
+
}
|
36291
|
+
|
36292
|
+
.amis-scope .a-Markdown pre code {
|
36293
|
+
display: inline;
|
36294
|
+
max-width: initial;
|
36295
|
+
padding: 0;
|
36296
|
+
margin: 0;
|
36297
|
+
overflow: initial;
|
36298
|
+
line-height: inherit;
|
36299
|
+
word-wrap: normal;
|
36300
|
+
background-color: transparent;
|
36301
|
+
border: 0;
|
36302
|
+
}
|
36303
|
+
|
36304
|
+
.amis-scope .a-Markdown pre code:before,
|
36305
|
+
.amis-scope .a-Markdown pre code:after {
|
36306
|
+
content: normal;
|
36307
|
+
}
|
36308
|
+
|
36309
|
+
.amis-scope .a-Markdown kbd {
|
36310
|
+
display: inline-block;
|
36311
|
+
padding: 3px 5px;
|
36312
|
+
line-height: 10px;
|
36313
|
+
color: #555;
|
36314
|
+
vertical-align: middle;
|
36315
|
+
background-color: #fcfcfc;
|
36316
|
+
border: solid 1px #ccc;
|
36317
|
+
border-bottom-color: #bbb;
|
36318
|
+
border-radius: 3px;
|
36319
|
+
box-shadow: inset 0 -1px 0 #bbb;
|
36320
|
+
}
|
36321
|
+
|
36322
|
+
.amis-scope .a-Markdown hr {
|
36323
|
+
border-bottom-color: #eee;
|
36324
|
+
}
|
36325
|
+
|
36037
36326
|
/*
|
36038
36327
|
* utilities
|
36039
36328
|
*/
|