uepay-mesh 4.0.8 → 4.0.9

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.
@@ -45,12 +45,14 @@ class PopSelectQueryAbleTable extends _react.default.Component {
45
45
  closable: true,
46
46
  onClose: this.handleClose,
47
47
  visible: props.visible
48
+ }, /*#__PURE__*/_react.default.createElement("div", {
49
+ className: "ue-tab-p-w"
48
50
  }, /*#__PURE__*/_react.default.createElement(_selectQueryAbleTable.default, {
49
51
  host: props.host,
50
52
  onSelect: props.onSelect,
51
53
  collectId: props.collectId,
52
54
  onSearch: props.onSearch
53
- }));
55
+ })));
54
56
  }
55
57
 
56
58
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uepay-mesh",
3
- "version": "4.0.8",
3
+ "version": "4.0.9",
4
4
  "description": "数据中心数据集设计工具前端",
5
5
  "main": "index.js",
6
6
  "typings": "index.d.ts",
package/style.css CHANGED
@@ -4,6 +4,13 @@
4
4
 
5
5
  /*table*/
6
6
  /*standard-table*/
7
+ /*uepay table pop wrapper用于对弹窗进行包装*/
8
+ .ue-tab-p-w{
9
+ display: flex;
10
+ height: 100%;
11
+ flex-direction: column;
12
+ }
13
+
7
14
  .uepay-standard-table-contain{
8
15
  }
9
16