@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
|
// 分页
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/business-lib",
|
|
3
|
-
"version": "1.0.
|
|
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": "
|
|
61
|
+
"gitHead": "33ccb58ff1d6bc4dbba6ea9da76bca13550efb20"
|
|
62
62
|
}
|