fmui-base 1.0.7 → 1.0.8

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.
@@ -6856,7 +6856,7 @@ var Page = function (_React$Component) {
6856
6856
  {animationType:'slide-left'}
6857
6857
  ); */
6858
6858
  this.instance = {
6859
- popupSelect: _Popup2.default.show(this.getContent(), { animationType: 'slide-left' }),
6859
+ popupSelect: _Popup2.default.show(this.getContent(), { animationType: 'slide-left', className: "select-member-div-top" }),
6860
6860
  update: function update(content, isCheckItem) {
6861
6861
  this.popupSelect.update(content);
6862
6862
  if (isCheckItem) {
@@ -6865,7 +6865,7 @@ var Page = function (_React$Component) {
6865
6865
  $('#anchor').scrollTop(0);
6866
6866
  }
6867
6867
  };
6868
- $(".select-member-div-class").parents(".t-popup").css({ "left": "0", "background": "#f7f7f7" });
6868
+ // $(".select-member-div-class").parents(".t-popup").css({ "left": "0", "background": "#f7f7f7" });
6869
6869
  var curOrgUserUrl = t.getFetchUrl("curOrgUser", '', '', false, false);
6870
6870
  //获取当前组织所有用户
6871
6871
  fetch(curOrgUserUrl, {
@@ -22,4 +22,8 @@
22
22
  }
23
23
  .t-checkbox-field-icon-list {
24
24
  background: #38adff;
25
+ }
26
+ .select-member-div-top{
27
+ left: 0;
28
+ background: #f7f7f7;
25
29
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "title": "fmui-base",
5
- "description": "subForm文件中单词错误",
5
+ "description": "选人组件样式调整",
6
6
  "main": "lib/index.js",
7
7
  "files": [
8
8
  "dist",