fmui-base 2.1.37 → 2.1.39

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,8 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.1.39:子表明细删除表字段带$异常处理
7
+ - 2.1.38:修改审批下拉遮罩样式
6
8
  - 2.1.37:子表合计字段表字段带$异常处理
7
9
  - 2.1.36:签名图片使用原图去掉宽度高度
8
10
  - 2.1.35:统一待办科研跳转特殊处理
@@ -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
+ }