@nutui/nutui-react-taro 3.0.19-cpp.22-4 → 3.0.19-cpp.22-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.
@@ -37,13 +37,9 @@ if (process.env.TARO_ENV === 'jdharmony_cpp') {
37
37
  }
38
38
  var Icon = function Icon(param) {
39
39
  var url = param.url;
40
- var style = {
41
- width: 18,
42
- height: 18
43
- };
44
40
  return /*#__PURE__*/ _react.default.createElement(_components.Image, {
41
+ className: "nut-calendarcard-icon",
45
42
  src: url,
46
- style: style,
47
43
  mode: "aspectFit"
48
44
  });
49
45
  };
@@ -30,6 +30,12 @@
30
30
  }
31
31
  }
32
32
 
33
+ &-icon {
34
+ width: 18px;
35
+ height: 18px;
36
+ display: block;
37
+ }
38
+
33
39
  &-days {
34
40
  display: flex;
35
41
  flex-direction: row;
@@ -29,6 +29,11 @@
29
29
  .nut-calendarcard-header-left .right, .nut-calendarcard-header-right .right {
30
30
  margin-right: 8px;
31
31
  }
32
+ .nut-calendarcard-icon {
33
+ width: 18px;
34
+ height: 18px;
35
+ display: block;
36
+ }
32
37
  .nut-calendarcard-days {
33
38
  display: flex;
34
39
  flex-direction: row;
@@ -29,6 +29,11 @@
29
29
  .nut-calendarcard-header-left .right, .nut-calendarcard-header-right .right {
30
30
  margin-right: 8px;
31
31
  }
32
+ .nut-calendarcard-icon {
33
+ width: 18px;
34
+ height: 18px;
35
+ display: block;
36
+ }
32
37
  .nut-calendarcard-days {
33
38
  display: flex;
34
39
  flex-direction: row;
@@ -30,6 +30,12 @@
30
30
  }
31
31
  }
32
32
 
33
+ &-icon {
34
+ width: 18px;
35
+ height: 18px;
36
+ display: block;
37
+ }
38
+
33
39
  &-days {
34
40
  display: flex;
35
41
  flex-direction: row;
@@ -29,6 +29,11 @@
29
29
  .nut-calendarcard-header-left .right, .nut-calendarcard-header-right .right {
30
30
  margin-right: 8px;
31
31
  }
32
+ .nut-calendarcard-icon {
33
+ width: 18px;
34
+ height: 18px;
35
+ display: block;
36
+ }
32
37
  .nut-calendarcard-days {
33
38
  display: flex;
34
39
  flex-direction: row;
@@ -30,6 +30,12 @@
30
30
  }
31
31
  }
32
32
 
33
+ &-icon {
34
+ width: 18px;
35
+ height: 18px;
36
+ display: block;
37
+ }
38
+
33
39
  &-days {
34
40
  display: flex;
35
41
  flex-direction: row;
@@ -29,6 +29,11 @@
29
29
  .nut-calendarcard-header-left .right, .nut-calendarcard-header-right .right {
30
30
  margin-right: 8px;
31
31
  }
32
+ .nut-calendarcard-icon {
33
+ width: 18px;
34
+ height: 18px;
35
+ display: block;
36
+ }
32
37
  .nut-calendarcard-days {
33
38
  display: flex;
34
39
  flex-direction: row;
@@ -12,13 +12,9 @@ if (process.env.TARO_ENV === 'jdharmony_cpp') {
12
12
  }
13
13
  var Icon = function(param) {
14
14
  var url = param.url;
15
- var style = {
16
- width: 18,
17
- height: 18
18
- };
19
15
  return /*#__PURE__*/ React.createElement(Image, {
16
+ className: "nut-calendarcard-icon",
20
17
  src: url,
21
- style: style,
22
18
  mode: "aspectFit"
23
19
  });
24
20
  };
@@ -30,6 +30,12 @@
30
30
  }
31
31
  }
32
32
 
33
+ &-icon {
34
+ width: 18px;
35
+ height: 18px;
36
+ display: block;
37
+ }
38
+
33
39
  &-days {
34
40
  display: flex;
35
41
  flex-direction: row;
@@ -29,6 +29,11 @@
29
29
  .nut-calendarcard-header-left .right, .nut-calendarcard-header-right .right {
30
30
  margin-right: 8px;
31
31
  }
32
+ .nut-calendarcard-icon {
33
+ width: 18px;
34
+ height: 18px;
35
+ display: block;
36
+ }
32
37
  .nut-calendarcard-days {
33
38
  display: flex;
34
39
  flex-direction: row;
@@ -29,6 +29,11 @@
29
29
  .nut-calendarcard-header-left .right, .nut-calendarcard-header-right .right {
30
30
  margin-right: 8px;
31
31
  }
32
+ .nut-calendarcard-icon {
33
+ width: 18px;
34
+ height: 18px;
35
+ display: block;
36
+ }
32
37
  .nut-calendarcard-days {
33
38
  display: flex;
34
39
  flex-direction: row;
@@ -30,6 +30,12 @@
30
30
  }
31
31
  }
32
32
 
33
+ &-icon {
34
+ width: 18px;
35
+ height: 18px;
36
+ display: block;
37
+ }
38
+
33
39
  &-days {
34
40
  display: flex;
35
41
  flex-direction: row;
@@ -29,6 +29,11 @@
29
29
  .nut-calendarcard-header-left .right, .nut-calendarcard-header-right .right {
30
30
  margin-right: 8px;
31
31
  }
32
+ .nut-calendarcard-icon {
33
+ width: 18px;
34
+ height: 18px;
35
+ display: block;
36
+ }
32
37
  .nut-calendarcard-days {
33
38
  display: flex;
34
39
  flex-direction: row;
@@ -30,6 +30,12 @@
30
30
  }
31
31
  }
32
32
 
33
+ &-icon {
34
+ width: 18px;
35
+ height: 18px;
36
+ display: block;
37
+ }
38
+
33
39
  &-days {
34
40
  display: flex;
35
41
  flex-direction: row;
@@ -29,6 +29,11 @@
29
29
  .nut-calendarcard-header-left .right, .nut-calendarcard-header-right .right {
30
30
  margin-right: 8px;
31
31
  }
32
+ .nut-calendarcard-icon {
33
+ width: 18px;
34
+ height: 18px;
35
+ display: block;
36
+ }
32
37
  .nut-calendarcard-days {
33
38
  display: flex;
34
39
  flex-direction: row;
@@ -6494,13 +6494,9 @@
6494
6494
  }
6495
6495
  var Icon = function(param) {
6496
6496
  var url = param.url;
6497
- var style = {
6498
- width: 18,
6499
- height: 18
6500
- };
6501
6497
  return /* @__PURE__ */ React.createElement(components.Image, {
6498
+ className: "nut-calendarcard-icon",
6502
6499
  src: url,
6503
- style,
6504
6500
  mode: "aspectFit"
6505
6501
  });
6506
6502
  };