@fonixtree/magic-design 0.1.10 → 0.1.11

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.
@@ -467,7 +467,7 @@ function (_super) {
467
467
  })), /*#__PURE__*/_react["default"].createElement("div", {
468
468
  className: "category",
469
469
  style: {
470
- bottom: -("" + data.spacing.pc.paddingBottom)
470
+ bottom: 40 - data.spacing.pc.paddingBottom + "px"
471
471
  }
472
472
  }, list.map(function (arrItem, index) {
473
473
  return _this.renderMenuList(arrItem, index);
@@ -7,8 +7,9 @@
7
7
  display: flex;
8
8
  align-items: center;
9
9
  min-width: 130px;
10
- margin-right: 44px;
11
-
10
+ // margin-right: 44px;
11
+ padding: 40px 0;
12
+ margin: -40px 44px -40px 0;
12
13
  &:hover {
13
14
  @keyframes show-active{
14
15
  0% {
@@ -467,7 +467,7 @@ function (_super) {
467
467
  })), /*#__PURE__*/_react["default"].createElement("div", {
468
468
  className: "category",
469
469
  style: {
470
- bottom: -("" + data.spacing.pc.paddingBottom)
470
+ bottom: 40 - data.spacing.pc.paddingBottom + "px"
471
471
  }
472
472
  }, list.map(function (arrItem, index) {
473
473
  return _this.renderMenuList(arrItem, index);
@@ -7,8 +7,9 @@
7
7
  display: flex;
8
8
  align-items: center;
9
9
  min-width: 130px;
10
- margin-right: 44px;
11
-
10
+ // margin-right: 44px;
11
+ padding: 40px 0;
12
+ margin: -40px 44px -40px 0;
12
13
  &:hover {
13
14
  @keyframes show-active{
14
15
  0% {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "0.1.10",
4
+ "version": "0.1.11",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",