fmui-base 2.1.61 → 2.1.62

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
@@ -3,6 +3,7 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.1.62:表单单选多选支持200字换行显示
6
7
  - 2.1.61:表单单选多选支持200字换行显示
7
8
  - 2.1.60:加载中增加遮罩层
8
9
  - 2.1.59:关联表字段必填校验
@@ -1,3 +1,3 @@
1
1
  .t-select-field-content>.t-select-field-value>.t-omit {
2
- -webkit-line-clamp: none !important;
2
+ -webkit-line-clamp: initial !important;
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.1.61",
3
+ "version": "2.1.62",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",