gp-designer 1.0.51 → 1.0.52

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/README.md CHANGED
@@ -22,6 +22,7 @@
22
22
  - 当模板较多时,推荐规则:每个模板都有自己独立的文件夹。
23
23
  - 当模板较少时,可以使用统一的 css 等。
24
24
  - 关于字体问题,如果统一名称为 `iconfont`,则需要确保引入多套 `iconfont` 时,确保命名没有冲突,否则就需要重新命名 `iconfont`
25
+ - 块最外层 `box` 对象不能设置:`margin、gap` 等外边距,因为块对象会进行百分比排版,每个块占比 n%,设置 `margin` 会导致百分比对应的数量错误。
25
26
 
26
27
  #### 主题色设计
27
28