@zgfe/modules-dm 1.0.36 → 1.0.37

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.
@@ -102,18 +102,14 @@
102
102
  }
103
103
  .table-plus {
104
104
  &-table {
105
- overflow: hidden;
106
- border-radius: 8px !important;
107
105
  .ant-table {
106
+ border-radius: 8px !important;
108
107
  .ant-table-thead {
109
108
  > tr > th {
110
109
  height: 50px;
111
110
  padding: 0 16px;
112
111
  }
113
112
  }
114
- .ant-table-body {
115
- min-height: 300px;
116
- }
117
113
  .ant-table-tbody {
118
114
  > tr > td {
119
115
  height: 50px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -51,7 +51,7 @@
51
51
  "umi-request": "^1.4.0",
52
52
  "yorkie": "^2.0.0"
53
53
  },
54
- "gitHead": "8566a791a1fb6827c821ff763562717b19017b59",
54
+ "gitHead": "951170e644a46fd388269e91dea5d98e9f52bb2b",
55
55
  "gitHooks": {
56
56
  "pre-commit": "lint-staged"
57
57
  }