@zgfe/modules-dm 1.0.37-sessopm.0 → 1.0.38-session.0

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.
@@ -5,8 +5,8 @@
5
5
  padding: 24px;
6
6
  background: #fff;
7
7
  border-radius: 8px;
8
- .ant-select{
9
- border-radius: 4px!important;
8
+ .ant-select {
9
+ border-radius: 4px !important;
10
10
  }
11
11
  .loading {
12
12
  position: fixed;
@@ -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;
@@ -402,8 +398,8 @@
402
398
  }
403
399
 
404
400
  .event-list-drawer {
405
- .ant-select{
406
- border-radius: 4px!important;
401
+ .ant-select {
402
+ border-radius: 4px !important;
407
403
  }
408
404
  .ant-drawer-header-title {
409
405
  height: 20px;
@@ -418,8 +414,8 @@
418
414
  }
419
415
 
420
416
  .create-virtual-drawer {
421
- .ant-select{
422
- border-radius: 4px!important;
417
+ .ant-select {
418
+ border-radius: 4px !important;
423
419
  }
424
420
  #basic {
425
421
  padding-bottom: 100px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.37-sessopm.0",
3
+ "version": "1.0.38-session.0",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -52,7 +52,7 @@
52
52
  "umi-request": "^1.4.0",
53
53
  "yorkie": "^2.0.0"
54
54
  },
55
- "gitHead": "a549a9990b4acee97db13a3661109a46ad6f83ef",
55
+ "gitHead": "e3f7e70f36fb32359a4bc51b64a7289265959be9",
56
56
  "gitHooks": {
57
57
  "pre-commit": "lint-staged"
58
58
  }