fmui-base 2.0.96 → 2.0.97

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.0.97:流程列表页增加分类查询
6
7
  - 2.0.96:流程列表页增加分类查询
7
8
  - 2.0.95:弹出选择内容高度优化
8
9
  - 2.0.94:子表字段支持计算,批示意见支持上传附件
@@ -3,3 +3,7 @@
3
3
  -webkit-transform: translate3d(0, 0, 0);
4
4
  transform: translate3d(0, 0, 0);
5
5
  }
6
+
7
+ .t-mask {
8
+ display: none !important;
9
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.0.96",
3
+ "version": "2.0.97",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",