@xatlas/rainbow-core 2.2.1 → 2.2.3

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": "@xatlas/rainbow-core",
3
- "version": "2.2.1",
3
+ "version": "2.2.3",
4
4
  "main": "dist/core.umd.js",
5
5
  "repository": {
6
6
  "type": "git",
package/variable.less ADDED
@@ -0,0 +1,3 @@
1
+ // 视图属性格式化使用
2
+ // 用于富文本格式化 去掉内部p的外边距以保证图片拼接正常
3
+ .ead-disable-p-margin p {margin: 0;}