@oceanbase/ui 0.2.4 → 0.2.5
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/dist/ui.min.css +1 -1
- package/dist/ui.min.js +1 -1
- package/es/Boundary/index.d.ts +1 -0
- package/es/PageContainer/style/index.js +2 -2
- package/es/index.less +1 -0
- package/lib/Boundary/index.d.ts +1 -0
- package/lib/PageContainer/style/index.js +2 -2
- package/lib/index.less +1 -0
- package/package.json +3 -3
package/es/Boundary/index.d.ts
CHANGED
|
@@ -43,8 +43,8 @@ export var genPageContainerStyle = function genPageContainerStyle(token) {
|
|
|
43
43
|
}), _$concat)), _defineProperty(_$concat2, "".concat(antCls, "-page-header-footer"), {
|
|
44
44
|
marginBlockStart: 0
|
|
45
45
|
}), _$concat2)), _defineProperty(_$concat3, "".concat(componentCls, "-warp-page-header"), {
|
|
46
|
-
paddingInline: paddingLG,
|
|
47
|
-
paddingBlock: padding
|
|
46
|
+
paddingInline: "".concat(paddingLG, "px !important"),
|
|
47
|
+
paddingBlock: "".concat(padding, "px !important")
|
|
48
48
|
}), _defineProperty(_$concat3, "".concat(componentCls, "-children-container"), {
|
|
49
49
|
paddingInline: paddingLG,
|
|
50
50
|
paddingBlockStart: 0,
|
package/es/index.less
CHANGED
package/lib/Boundary/index.d.ts
CHANGED
|
@@ -79,8 +79,8 @@ var genPageContainerStyle = (token) => {
|
|
|
79
79
|
},
|
|
80
80
|
// 减小内容区左右两侧间距
|
|
81
81
|
[`${componentCls}-warp-page-header`]: {
|
|
82
|
-
paddingInline: paddingLG
|
|
83
|
-
paddingBlock: padding
|
|
82
|
+
paddingInline: `${paddingLG}px !important`,
|
|
83
|
+
paddingBlock: `${padding}px !important`
|
|
84
84
|
},
|
|
85
85
|
[`${componentCls}-children-container`]: {
|
|
86
86
|
paddingInline: paddingLG,
|
package/lib/index.less
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oceanbase/ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"description": "The UI library based on OceanBase Design",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"OceanBase",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@ant-design/cssinjs": "^1.9.1",
|
|
39
39
|
"@ant-design/pro-components": "^2.4.12",
|
|
40
|
-
"@oceanbase/design": "^0.2.
|
|
40
|
+
"@oceanbase/design": "^0.2.5",
|
|
41
41
|
"@oceanbase/icons": "^0.2.1",
|
|
42
42
|
"@oceanbase/util": "^0.2.2",
|
|
43
43
|
"ahooks": "^2.10.0",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"react-dom": "^16.9.0",
|
|
68
68
|
"react-router-dom": ">=5.2.0"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "fa3eea6c268ba32858604c74c853147006c20e98"
|
|
71
71
|
}
|