@doreamonjs/page-detail 1.12.23 → 1.12.24

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.12.24](https://github.com/doreamonjs/doreamon/compare/v1.12.23...v1.12.24) (2024-08-08)
7
+
8
+ **Note:** Version bump only for package @doreamonjs/page-detail
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.12.23](https://github.com/doreamonjs/doreamon/compare/v1.12.22...v1.12.23) (2024-08-08)
7
15
 
8
16
  **Note:** Version bump only for package @doreamonjs/page-detail
package/lib/index.less CHANGED
@@ -14,6 +14,28 @@
14
14
  // align-items: center;
15
15
  }
16
16
  }
17
+
18
+ // @TODO 详情页面 tab 模块下嵌套的列表页,如果存在搜索表单,设置了一样式
19
+ .tab {
20
+ // 搜索表单
21
+ .doreamonjs-design-form-table.container {
22
+ padding-top: 16px !important;
23
+ margin-bottom: 0 !important;
24
+
25
+ .ant-legacy-form-item {
26
+ margin-bottom: 0 !important;
27
+ }
28
+
29
+ // 搜索表单下的列表
30
+ +.doreamonjs-design-table {
31
+ padding-top: 0 !important;
32
+
33
+ &>.table-header {
34
+ display: none;
35
+ }
36
+ }
37
+ }
38
+ }
17
39
  }
18
40
 
19
41
  @media (max-width: 767px) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doreamonjs/page-detail",
3
- "version": "1.12.23",
3
+ "version": "1.12.24",
4
4
  "description": "detail page",
5
5
  "keywords": [
6
6
  "doreamonjs",
@@ -71,7 +71,7 @@
71
71
  "@znode/fs": "^1.0.2"
72
72
  },
73
73
  "dependencies": {
74
- "@doreamonjs/components": "^1.12.23",
74
+ "@doreamonjs/components": "^1.12.24",
75
75
  "@zodash/doreamon": "^1.1.5",
76
76
  "antd": "4.18.9",
77
77
  "react-monaco-editor": "^0.50.1",
@@ -80,5 +80,5 @@
80
80
  "xterm-addon-attach": "^0.6.0",
81
81
  "xterm-addon-fit": "^0.5.0"
82
82
  },
83
- "gitHead": "b33946f7da3c0b7a927983f81f2d1413f12afcdc"
83
+ "gitHead": "f6589b1cd7fbd045a789de32ade9ddea9796e564"
84
84
  }