@indfnd/common 1.1.20 → 1.1.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indfnd/common",
3
- "version": "1.1.20",
3
+ "version": "1.1.23",
4
4
  "author": "huxuetong",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -252,6 +252,17 @@
252
252
  font-weight: bold;
253
253
  }
254
254
  }
255
+ .ind-page-help-content-box {
256
+ ol {
257
+ margin-left: 20px;
258
+ }
259
+ ul {
260
+ margin-left: 20px;
261
+ }
262
+ img {
263
+ width: 200px;
264
+ }
265
+ }
255
266
 
256
267
  .ind-menu-help-panel {
257
268
  line-height: 2;