@fonixtree/magic-design 2.0.37 → 2.0.38

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.
@@ -619,7 +619,7 @@ function (_super) {
619
619
  pl_140: layout === 'layout5'
620
620
  })
621
621
  }, /*#__PURE__*/_react["default"].createElement("div", {
622
- className: "scrollProductList"
622
+ className: "scrollProductListRow"
623
623
  }, products.map(function (item) {
624
624
  return /*#__PURE__*/_react["default"].createElement("div", {
625
625
  className: "productCardRow"
@@ -67,9 +67,25 @@
67
67
  .m-recommend-mobile .scrollContainer .scrollProductList .productCard {
68
68
  margin-right: 0.24rem;
69
69
  }
70
- .m-recommend-mobile .scrollContainer .scrollProductList .productCardRow {
70
+ .m-recommend-mobile .scrollContainer .scrollProductListRow {
71
+ display: flex;
72
+ flex-direction: row;
73
+ align-items: stretch;
74
+ }
75
+ .m-recommend-mobile .scrollContainer .scrollProductListRow .productCardRow {
71
76
  margin-right: 0.16rem;
72
77
  }
78
+ .m-recommend-mobile .scrollContainer .scrollProductListRow .productCardRow .m-product-item-wrap {
79
+ height: 100%;
80
+ }
81
+ .m-recommend-mobile .scrollContainer .scrollProductListRow .productCardRow .m-product-item-wrap .contentWrap {
82
+ flex: 1;
83
+ flex-direction: column;
84
+ display: flex;
85
+ }
86
+ .m-recommend-mobile .scrollContainer .scrollProductListRow .productCardRow .m-product-item-wrap .contentWrap .productItemContent {
87
+ margin-bottom: auto;
88
+ }
73
89
  .m-recommend-mobile .btnSeeAll {
74
90
  display: block;
75
91
  width: fit-content;
@@ -619,7 +619,7 @@ function (_super) {
619
619
  pl_140: layout === 'layout5'
620
620
  })
621
621
  }, /*#__PURE__*/_react["default"].createElement("div", {
622
- className: "scrollProductList"
622
+ className: "scrollProductListRow"
623
623
  }, products.map(function (item) {
624
624
  return /*#__PURE__*/_react["default"].createElement("div", {
625
625
  className: "productCardRow"
@@ -67,9 +67,25 @@
67
67
  .m-recommend-mobile .scrollContainer .scrollProductList .productCard {
68
68
  margin-right: 0.24rem;
69
69
  }
70
- .m-recommend-mobile .scrollContainer .scrollProductList .productCardRow {
70
+ .m-recommend-mobile .scrollContainer .scrollProductListRow {
71
+ display: flex;
72
+ flex-direction: row;
73
+ align-items: stretch;
74
+ }
75
+ .m-recommend-mobile .scrollContainer .scrollProductListRow .productCardRow {
71
76
  margin-right: 0.16rem;
72
77
  }
78
+ .m-recommend-mobile .scrollContainer .scrollProductListRow .productCardRow .m-product-item-wrap {
79
+ height: 100%;
80
+ }
81
+ .m-recommend-mobile .scrollContainer .scrollProductListRow .productCardRow .m-product-item-wrap .contentWrap {
82
+ flex: 1;
83
+ flex-direction: column;
84
+ display: flex;
85
+ }
86
+ .m-recommend-mobile .scrollContainer .scrollProductListRow .productCardRow .m-product-item-wrap .contentWrap .productItemContent {
87
+ margin-bottom: auto;
88
+ }
73
89
  .m-recommend-mobile .btnSeeAll {
74
90
  display: block;
75
91
  width: fit-content;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "2.0.37",
4
+ "version": "2.0.38",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",