fmui-base 2.1.44 → 2.1.46

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.46:流程支持发起子流程
6
7
  - 2.1.44:流程转交批示意见必填校验
7
8
  - 2.1.43:选人支持自定义扩展
8
9
  - 2.1.42:签名图片样式修改
@@ -0,0 +1,8 @@
1
+ .searchActive .t-search-bar-holder {
2
+ left: 0;
3
+ -webkit-transform: translate3d(0, 0, 0);
4
+ transform: translate3d(0, 0, 0);
5
+ }
6
+ .t-mask {
7
+ display: none;
8
+ }