fmui-base 2.1.71 → 2.1.72

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.72:弹出选择框搜索高度
6
7
  - 2.1.71:传阅支持选择到组织、职务、群组
7
8
  - 2.1.70:移动端流程发起推送标题实时更新
8
9
  - 2.1.69:移动端流程办理推送标题
@@ -618,11 +618,12 @@ var PageHome = function (_React$Component) {
618
618
  ),
619
619
  _react2.default.createElement(
620
620
  'div',
621
- { className: 'dd-checkbox-wrap', style: { overflow: "auto", height: '' + winHeight } },
621
+ { className: 'dd-checkbox-wrap', style: { overflow: "auto" } },
622
622
  _react2.default.createElement(_RadioField2.default, {
623
623
  data: data,
624
624
  mode: 'list',
625
625
  iconPosition: 'left',
626
+ className: 'poppage-list-search',
626
627
  onChange: this.changeSelectBox2.bind(this)
627
628
  })
628
629
  )
@@ -32,4 +32,12 @@
32
32
 
33
33
  .t-radio-field-content{
34
34
  white-space:pre !important;
35
+ }
36
+ // .poppage-list-search{
37
+ // // height: 600px;
38
+ // background-color: red;
39
+ // }
40
+ .dd-checkbox-wrap {
41
+ height: 100%;
42
+ padding-bottom: 50px;
35
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.1.71",
3
+ "version": "2.1.72",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",