component_ryl 1.0.62 → 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
@@ -54,6 +54,7 @@
54
54
  # tips: {name: 'hot'} // 表示 小红点 提示
55
55
  # tips: {name: 'new'} // 表示 new字样 提示
56
56
  # tips: {name: 'num',value:72} // 表示 数字 提示
57
+ # tips: {name: 'run',value:'hot'} // 表示 运动的样式
57
58
  # }
58
59
  # menuList: {
59
60
  # type: Object,
@@ -87,7 +88,12 @@
87
88
  # // 侧边栏的宽度
88
89
  # width: {
89
90
  # type: Number,
90
- # default: 208,
91
+ # default: 200,
92
+ # },
93
+ # //内容区域的最小宽度
94
+ # minWidth: {
95
+ # type: Number,
96
+ # default: 1500,
91
97
  # },
92
98
  # // 返回saas的其他信息
93
99
  # userInfo: {
@@ -113,7 +119,8 @@
113
119
  true, #显示几个按钮,true为2个按钮,false为一个按钮 -- 默认true
114
120
  "warning", #展示图标 -- 默认warning
115
121
  "进入系统", #确认按钮的名称 -- 默认确定
116
- "复制域名" #取消按钮的名称 -- 默认取消
122
+ "复制域名", #取消按钮的名称 -- 默认取消
123
+ 'initClass' #自定义类名,可不传
117
124
  )
118
125
  .then(() => {
119
126
  window.open("https://www.baidu.com");
@@ -133,6 +140,7 @@
133
140
  :cancelText="'自定义取消按钮的名称'"
134
141
  @cancel="取消按钮的事件"
135
142
  @confirm="确定按钮的事件"
143
+ customClass="" # 自定义样式,默认为空
136
144
  >
137
145
  <div slot="content">
138
146
  插槽中的内容
@@ -326,7 +334,8 @@
326
334
  #1.0.52: 指令优化 新增
327
335
  #1.0.61: 修改主题色
328
336
  #1.0.62: 置顶 v-number 正则替换空 为 0
329
-
337
+ #1.0.63: 菜单栏,添加hot动画展示
338
+ #1.0.64: header组件结构更新
330
339
 
331
340
 
332
341
  ```