ebaoferc 2.0.0 → 2.0.1

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.
@@ -1,9 +1,9 @@
1
1
  .custom-filter-card-container-wrapper {
2
2
  .ant-pro-card-body {
3
- padding-bottom: 0 !important;
3
+ padding: 24px 16px 0 !important;
4
4
  }
5
5
 
6
6
  .ant-form-item {
7
- margin-bottom: 16px;
7
+ margin-bottom: 24px;
8
8
  }
9
9
  }
@@ -13,14 +13,14 @@ import "./index.less";
13
13
 
14
14
  // 继承 QueryFilterProps 并重写我们想要设置默认值的属性为可选
15
15
  import { jsx as _jsx } from "react/jsx-runtime";
16
- /**
17
- * 增强的 QueryFilter 组件
18
- *
19
- * 默认参数:
20
- * - colon: false (不显示冒号)
21
- * - labelWidth: 80 (标签宽度为80px)
22
- * - defaultFormItemsNumber: 7 (默认展示7个表单项)
23
- * ```
16
+ /**
17
+ * 增强的 QueryFilter 组件
18
+ *
19
+ * 默认参数:
20
+ * - colon: false (不显示冒号)
21
+ * - labelWidth: 80 (标签宽度为80px)
22
+ * - defaultFormItemsNumber: 7 (默认展示7个表单项)
23
+ * ```
24
24
  */
25
25
  var StyledQueryFilter = function StyledQueryFilter(props) {
26
26
  var _props$colon = props.colon,
@@ -1,26 +1,26 @@
1
- .custom-styled-query-filter {
2
- /** QueryFilter 查询表单样式复写 **/
3
- .ant-pro-query-filter {
4
- padding: 0;
5
-
6
- .ant-pro-query-filter-row {
7
- row-gap: 0;
8
-
9
- .ant-form-item {
10
- margin-bottom: 16px;
11
- }
12
-
13
- .ant-form-item-control .ant-space-align-center {
14
- flex-direction: row-reverse;
15
- }
16
- }
17
- }
18
-
19
- .ant-form-item-no-colon {
20
- margin-right: 10px;
21
-
22
- &::after {
23
- display: none;
24
- }
25
- }
26
- }
1
+ .custom-styled-query-filter {
2
+ /** QueryFilter 查询表单样式复写 **/
3
+ .ant-pro-query-filter {
4
+ padding: 0;
5
+
6
+ .ant-pro-query-filter-row {
7
+ row-gap: 0;
8
+
9
+ .ant-form-item {
10
+ margin-bottom: 24px;
11
+ }
12
+
13
+ .ant-form-item-control .ant-space-align-center {
14
+ flex-direction: row-reverse;
15
+ }
16
+ }
17
+ }
18
+
19
+ .ant-form-item-no-colon {
20
+ margin-right: 10px;
21
+
22
+ &::after {
23
+ display: none;
24
+ }
25
+ }
26
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ebaoferc",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "A react library developed with dumi",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",