component_ryl 1.0.63 → 1.0.64

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
@@ -88,7 +88,12 @@
88
88
  # // 侧边栏的宽度
89
89
  # width: {
90
90
  # type: Number,
91
- # default: 208,
91
+ # default: 200,
92
+ # },
93
+ # //内容区域的最小宽度
94
+ # minWidth: {
95
+ # type: Number,
96
+ # default: 1500,
92
97
  # },
93
98
  # // 返回saas的其他信息
94
99
  # userInfo: {
@@ -330,7 +335,7 @@
330
335
  #1.0.61: 修改主题色
331
336
  #1.0.62: 置顶 v-number 正则替换空 为 0
332
337
  #1.0.63: 菜单栏,添加hot动画展示
333
-
338
+ #1.0.64: header组件结构更新
334
339
 
335
340
 
336
341
  ```