@fonixtree/magic-design 2.0.70 → 2.0.71

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.
Binary file
@@ -2,7 +2,7 @@
2
2
  margin-bottom: 0.14rem;
3
3
  }
4
4
  .m-Wallet-mobile .item-wrap .text-content {
5
- position: relative;
5
+ position: relative !important;
6
6
  display: flex;
7
7
  align-items: center;
8
8
  justify-content: center;
@@ -17,8 +17,6 @@ var _currencyUtil = require("../../../../../utils/currencyUtil");
17
17
 
18
18
  var _ConfigPanel = require("../../../../../core/Designer/ConfigPanel");
19
19
 
20
- require("./index.less");
21
-
22
20
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
23
21
 
24
22
  var __extends = void 0 && (void 0).__extends || function () {
@@ -1,40 +1 @@
1
- .m-Wallet-pc {
2
-
3
- .headline {
4
- margin-bottom: 20px;
5
- }
6
-
7
- .content {
8
- display: flex;
9
- flex-wrap: wrap;
10
-
11
- &.column_3 {
12
- .item-wrap {
13
- .title {
14
- top: 24%;
15
- }
16
-
17
- .amount {
18
- bottom: 14%;
19
- }
20
- }
21
- }
22
-
23
- .item-wrap {
24
- display: flex;
25
- align-items: center;
26
- justify-content: center;
27
- position: relative;
28
- border-radius: 10px;
29
-
30
- .image {
31
- border-radius: 10px;
32
- overflow: hidden;
33
- }
34
-
35
- .text-content {
36
- position: absolute;
37
- }
38
- }
39
- }
40
- }
1
+ .m-Wallet-pc {}
Binary file
@@ -2,7 +2,7 @@
2
2
  margin-bottom: 0.14rem;
3
3
  }
4
4
  .m-Wallet-mobile .item-wrap .text-content {
5
- position: relative;
5
+ position: relative !important;
6
6
  display: flex;
7
7
  align-items: center;
8
8
  justify-content: center;
@@ -17,8 +17,6 @@ var _currencyUtil = require("../../../../../utils/currencyUtil");
17
17
 
18
18
  var _ConfigPanel = require("../../../../../core/Designer/ConfigPanel");
19
19
 
20
- require("./index.less");
21
-
22
20
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
23
21
 
24
22
  var __extends = void 0 && (void 0).__extends || function () {
@@ -1,40 +1 @@
1
- .m-Wallet-pc {
2
-
3
- .headline {
4
- margin-bottom: 20px;
5
- }
6
-
7
- .content {
8
- display: flex;
9
- flex-wrap: wrap;
10
-
11
- &.column_3 {
12
- .item-wrap {
13
- .title {
14
- top: 24%;
15
- }
16
-
17
- .amount {
18
- bottom: 14%;
19
- }
20
- }
21
- }
22
-
23
- .item-wrap {
24
- display: flex;
25
- align-items: center;
26
- justify-content: center;
27
- position: relative;
28
- border-radius: 10px;
29
-
30
- .image {
31
- border-radius: 10px;
32
- overflow: hidden;
33
- }
34
-
35
- .text-content {
36
- position: absolute;
37
- }
38
- }
39
- }
40
- }
1
+ .m-Wallet-pc {}
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.70",
4
+ "version": "2.0.71",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",