@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.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const _default: {
3
4
  Code: any;
@@ -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
@@ -5,6 +5,7 @@ body {
5
5
  height: 100%;
6
6
  margin: 0;
7
7
  padding: 0;
8
+ background-color: @colorBgLayout;
8
9
  }
9
10
 
10
11
  #root {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const _default: {
3
4
  Code: any;
@@ -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
@@ -5,6 +5,7 @@ body {
5
5
  height: 100%;
6
6
  margin: 0;
7
7
  padding: 0;
8
+ background-color: @colorBgLayout;
8
9
  }
9
10
 
10
11
  #root {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oceanbase/ui",
3
- "version": "0.2.4",
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.4",
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": "1d271a0b8bfe3d9412495d63fa581a1eb9231ed9"
70
+ "gitHead": "fa3eea6c268ba32858604c74c853147006c20e98"
71
71
  }