@zgfe/business-lib 1.0.24 → 1.0.25-insight.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.
@@ -303,13 +303,15 @@
303
303
  .ant-modal-body {
304
304
  max-height: 400px;
305
305
  max-height: 400px !important;
306
- padding-top: @padding-xs !important;
307
- // padding-bottom: 0 !important;
308
306
  overflow: auto !important;
309
307
  &:not(:last-child) {
310
308
  padding-bottom: 0 !important;
311
309
  }
312
310
  }
311
+ //只有当有header的时候才修改body的间距
312
+ .ant-modal-header + .ant-modal-body {
313
+ padding-top: @padding-xs !important;
314
+ }
313
315
  }
314
316
 
315
317
  // 分页
@@ -4,8 +4,7 @@
4
4
  &-input {
5
5
  position: relative;
6
6
  flex: 1;
7
- padding: 0px 8px;
8
-
7
+ padding: 0px 25px 0 8px;
9
8
  &.disable {
10
9
  .__disable();
11
10
  .bsicon {
@@ -7,6 +7,7 @@
7
7
 
8
8
  .biz-event-select {
9
9
  flex: 1;
10
+ width: 0;
10
11
  }
11
12
 
12
13
  .biz-event-select-handle {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.0.24",
3
+ "version": "1.0.25-insight.0",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -58,5 +58,5 @@
58
58
  "react": "^16.12.0 || ^17.0.0",
59
59
  "yorkie": "^2.0.0"
60
60
  },
61
- "gitHead": "ac0ce337e692e43ec70d2ae2fadb4a4927904478"
61
+ "gitHead": "33ccb58ff1d6bc4dbba6ea9da76bca13550efb20"
62
62
  }