s-material-react 1.4.26 → 1.4.28

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.
Files changed (31) hide show
  1. package/css/common/card.scss +1 -3
  2. package/css/common/icon.scss +7 -8
  3. package/css/common/index.scss +1 -1
  4. package/css/common/uploading.scss +54 -56
  5. package/css/common/uploadingImg.scss +14 -14
  6. package/css/pages/afterSalesApplyGroup/afterSalesApply.scss +14 -14
  7. package/css/pages/afterSalesDetailGroup/afterSalesDetail.scss +1 -13
  8. package/css/pages/afterSalesDetailGroup/index.scss +1 -1
  9. package/css/pages/afterSalesListGroup/afterSalesList.scss +6 -8
  10. package/css/pages/mySettingGroup/index.scss +1 -1
  11. package/css/pages/mySettingGroup/mySetting.scss +1 -1
  12. package/css/pages/refundOnlyGroup/refundOnly.scss +1 -1
  13. package/dist/common/card/index.d.ts +1 -1
  14. package/dist/components/AfterSalesApplyGroup/AfterSalesApply/components/fillIn.d.ts +1 -1
  15. package/dist/components/AfterSalesApplyGroup/AfterSalesApply/components/fillInPopup.d.ts +1 -1
  16. package/dist/components/AfterSalesApplyGroup/AfterSalesApply/components/subFillIn.d.ts +1 -1
  17. package/dist/components/AfterSalesApplyGroup/AfterSalesApply/context.d.ts +2 -0
  18. package/dist/components/AfterSalesApplyGroup/AfterSalesApply/index.d.ts +1 -2
  19. package/dist/components/AfterSalesDetailGroup/AfterSalesDetail/components/expressPopup.d.ts +1 -1
  20. package/dist/components/AfterSalesDetailGroup/AfterSalesDetail/context.d.ts +2 -0
  21. package/dist/components/AfterSalesDetailGroup/AfterSalesDetail/index.d.ts +0 -1
  22. package/dist/components/AfterSalesListGroup/AfterSalesList/components/item.d.ts +1 -1
  23. package/dist/components/AfterSalesTypeGroup/AfterSalesType/context.d.ts +2 -0
  24. package/dist/components/AfterSalesTypeGroup/AfterSalesType/index.d.ts +2 -3
  25. package/dist/components/MySettingGroup/MySetting/index.d.ts +1 -1
  26. package/dist/index.js +1 -1
  27. package/package.json +1 -1
  28. package/dist/components/AfterSalesDetailGroup/AfterSalesDetail/mock.d.ts +0 -199
  29. package/dist/components/AfterSalesDetailGroup/component/mock.d.ts +0 -199
  30. package/dist/components/AfterSalesDetailGroup/component/senderWrite.d.ts +0 -1
  31. package/dist/components/AfterSalesDetailGroup/component/state.d.ts +0 -1
@@ -12,8 +12,6 @@
12
12
  border-radius: 8px;
13
13
  }
14
14
 
15
-
16
-
17
15
  &-info {
18
16
  &-container {
19
17
  display: grid;
@@ -67,4 +65,4 @@
67
65
  padding: 0 2px;
68
66
  }
69
67
  }
70
- }
68
+ }
@@ -1,12 +1,11 @@
1
1
  @font-face {
2
- font-family: 'iconfont'; /* Project id 3540782 */
2
+ font-family: 'iconfont'; /* Project id 3540782 */
3
3
  src: url('//at.alicdn.com/t/c/font_3540782_bsflztyc45f.woff2?t=1686895966279') format('woff2'),
4
- url('//at.alicdn.com/t/c/font_3540782_bsflztyc45f.woff?t=1686895966279') format('woff'),
5
- url('//at.alicdn.com/t/c/font_3540782_bsflztyc45f.ttf?t=1686895966279') format('truetype');
4
+ url('//at.alicdn.com/t/c/font_3540782_bsflztyc45f.woff?t=1686895966279') format('woff'),
5
+ url('//at.alicdn.com/t/c/font_3540782_bsflztyc45f.ttf?t=1686895966279') format('truetype');
6
6
  }
7
7
 
8
8
  .iconfont {
9
-
10
9
  //display: inline-block;
11
10
  font: {
12
11
  family: iconfont;
@@ -24,19 +23,19 @@
24
23
  }
25
24
 
26
25
  .icon-tuikuan1:before {
27
- content: "\e606";
26
+ content: '\e606';
28
27
  }
29
28
 
30
29
  .icon-tuihuotuikuan:before {
31
- content: "\e609";
30
+ content: '\e609';
32
31
  }
33
32
 
34
33
  .icon-shangchuanpingzheng:before {
35
- content: "\e66b";
34
+ content: '\e66b';
36
35
  }
37
36
 
38
37
  .icon-wujiaoxing-:before {
39
- content: "\e647";
38
+ content: '\e647';
40
39
  }
41
40
 
42
41
  .icon-bianzu:before {
@@ -12,4 +12,4 @@
12
12
  @import './countNum.scss';
13
13
  @import './refundMsg.scss';
14
14
  @import './uploadingImg.scss';
15
- @import './uploading.scss';
15
+ @import './uploading.scss';
@@ -1,64 +1,62 @@
1
1
  .select_img {
2
+ display: flex;
3
+ align-items: center;
4
+
5
+ .icon_img {
6
+ width: 60px;
7
+ height: 60px;
8
+ border: 1px dashed #9e9e9e;
9
+ color: #9e9e9e;
2
10
  display: flex;
11
+ flex-direction: column;
3
12
  align-items: center;
4
-
5
- .icon_img {
6
- width: 60px;
7
- height: 60px;
8
- border: 1px dashed #9e9e9e;
9
- color: #9e9e9e;
10
- display: flex;
11
- flex-direction: column;
12
- align-items: center;
13
- justify-content: space-around;
14
- padding: 3px;
15
- font-size: 12px;
13
+ justify-content: space-around;
14
+ padding: 3px;
15
+ font-size: 12px;
16
+ }
17
+
18
+ .show_img {
19
+ position: relative;
20
+
21
+ .delete_btn {
22
+ display: block;
23
+ width: 16px;
24
+ height: 16px;
25
+ // border: 2rpx solid #9e9e9e;
26
+ border-radius: 50%;
27
+ position: absolute;
28
+ line-height: 16px;
29
+ text-align: center;
30
+ background: #000;
31
+ color: #fff;
32
+ right: -5px;
33
+ top: -6px;
16
34
  }
17
35
 
18
- .show_img {
19
- position: relative;
20
-
21
- .delete_btn {
22
- display: block;
23
- width: 16px;
24
- height: 16px;
25
- // border: 2rpx solid #9e9e9e;
26
- border-radius: 50%;
27
- position: absolute;
28
- line-height: 16px;
29
- text-align: center;
30
- background: #000;
31
- color: #fff;
32
- right: -5px;
33
- top: -6px;
34
- }
35
-
36
- .img {
37
- width: 65px;
38
- height: 65px;
39
- margin-left: 7px;
40
- }
36
+ .img {
37
+ width: 65px;
38
+ height: 65px;
39
+ margin-left: 7px;
40
+ }
41
+ }
42
+
43
+ .upload_content {
44
+ .upload_btn {
45
+ width: 100%;
46
+ height: 40px;
47
+ line-height: 40px;
48
+ font-size: 14px;
49
+ text-align: center;
50
+ border-bottom: 2px solid #000;
41
51
  }
42
52
 
43
-
44
-
45
- .upload_content {
46
- .upload_btn {
47
- width: 100%;
48
- height: 40px;
49
- line-height: 40px;
50
- font-size: 14px;
51
- text-align: center;
52
- border-bottom: 2px solid #000;
53
- }
54
-
55
- .upload_unbtn {
56
- width: 100%;
57
- height: 30px;
58
- line-height: 30px;
59
- font-size: 15px;
60
- text-align: center;
61
- border-top: 1px solid #000;
62
- }
53
+ .upload_unbtn {
54
+ width: 100%;
55
+ height: 30px;
56
+ line-height: 30px;
57
+ font-size: 15px;
58
+ text-align: center;
59
+ border-top: 1px solid #000;
63
60
  }
64
- }
61
+ }
62
+ }
@@ -1,19 +1,19 @@
1
1
  .uploadingPage {
2
- background: #fff;
3
- border-radius: 6px;
4
- padding: 10px;
2
+ background: #fff;
3
+ border-radius: 6px;
4
+ padding: 10px;
5
5
 
6
- .uploadingContent {
7
- font-size: 15px;
8
- font-weight: 600;
9
- }
6
+ .uploadingContent {
7
+ font-size: 15px;
8
+ font-weight: 600;
9
+ }
10
10
 
11
- .uploadingText {
12
- background: #f6f6f6;
13
- padding: 10px;
11
+ .uploadingText {
12
+ background: #f6f6f6;
13
+ padding: 10px;
14
14
 
15
- .uploadImg {
16
- display: flex;
17
- }
15
+ .uploadImg {
16
+ display: flex;
18
17
  }
19
- }
18
+ }
19
+ }
@@ -1,7 +1,7 @@
1
1
  @import '../../theme/regular';
2
2
 
3
3
  .afterSalesApply {
4
- background-color: #F9FAFB;
4
+ background-color: #f9fafb;
5
5
  //background-color: green;
6
6
  width: 100%;
7
7
  padding: 12px;
@@ -13,7 +13,7 @@
13
13
  border-radius: 20px;
14
14
  font-size: 14px;
15
15
  background-color: #000000;
16
- color: #FFFFFF;
16
+ color: #ffffff;
17
17
  display: flex;
18
18
  align-items: center;
19
19
  justify-content: center;
@@ -22,10 +22,10 @@
22
22
  .afterSalesApplyTip {
23
23
  line-height: 18px;
24
24
  font-size: 12px;
25
- color: #ED4444;
25
+ color: #ed4444;
26
26
  border-radius: 6px;
27
27
  text-align: center;
28
- background-color: #FFFFFF;
28
+ background-color: #ffffff;
29
29
  padding: 12px 0;
30
30
  margin-bottom: 12px;
31
31
  }
@@ -33,7 +33,7 @@
33
33
  .afterSalesApplyFillIn {
34
34
  padding: 16px 12px;
35
35
  position: relative;
36
- background-color: #FFFFFF;
36
+ background-color: #ffffff;
37
37
  border-radius: 6px;
38
38
  margin-bottom: 12px;
39
39
 
@@ -43,12 +43,12 @@
43
43
 
44
44
  .icon {
45
45
  font-size: 14px;
46
- color: #ED4444;
46
+ color: #ed4444;
47
47
  }
48
48
 
49
49
  .word {
50
50
  font-size: 14px;
51
- color: $fontColor;;
51
+ color: $fontColor;
52
52
  }
53
53
  }
54
54
 
@@ -60,7 +60,7 @@
60
60
  .rPart {
61
61
  .choose {
62
62
  font-size: 14px;
63
- color: #C3C6CD;
63
+ color: #c3c6cd;
64
64
  align-items: center;
65
65
 
66
66
  .chooseResult {
@@ -88,7 +88,7 @@
88
88
 
89
89
  .count {
90
90
  font-size: 12px;
91
- color: #DDDDDD;
91
+ color: #dddddd;
92
92
  }
93
93
  }
94
94
  }
@@ -115,7 +115,7 @@
115
115
 
116
116
  .afterSalesApplySubFillIn {
117
117
  padding: 12px;
118
- background-color: #FFFFFF;
118
+ background-color: #ffffff;
119
119
  border-radius: 6px;
120
120
  margin-bottom: 50px;
121
121
 
@@ -127,7 +127,7 @@
127
127
  }
128
128
 
129
129
  .content {
130
- background-color: #F9FAFB;
130
+ background-color: #f9fafb;
131
131
  border-radius: 6px;
132
132
  padding: 12px;
133
133
  box-sizing: border-box;
@@ -139,7 +139,7 @@
139
139
  .add {
140
140
  width: 60px;
141
141
  height: 60px;
142
- border: 1px dashed #C3C6CD;
142
+ border: 1px dashed #c3c6cd;
143
143
  border-radius: 6px;
144
144
  display: flex;
145
145
  align-items: center;
@@ -150,7 +150,7 @@
150
150
  .icon {
151
151
  display: block;
152
152
  margin: 0 auto 4px;
153
- color: #C3C6CD !important;
153
+ color: #c3c6cd !important;
154
154
  font-size: 20px !important;
155
155
  text-align: center;
156
156
  }
@@ -186,7 +186,7 @@
186
186
  position: absolute;
187
187
  top: -10px;
188
188
  right: -10px;
189
- color: #FFFFFF;
189
+ color: #ffffff;
190
190
  background-color: #979797;
191
191
  display: flex;
192
192
  align-items: center;
@@ -17,10 +17,8 @@
17
17
  color: #fff;
18
18
  padding: 0 16px;
19
19
 
20
-
21
20
  .left_text {
22
21
  font-size: 18px;
23
-
24
22
  }
25
23
 
26
24
  .right_time {
@@ -135,7 +133,6 @@
135
133
  font-size: 14px;
136
134
  }
137
135
  }
138
-
139
136
  }
140
137
 
141
138
  // .name_style {
@@ -178,7 +175,6 @@
178
175
  display: flex;
179
176
  justify-content: space-between;
180
177
  }
181
-
182
178
  }
183
179
  }
184
180
  }
@@ -200,14 +196,6 @@
200
196
  text-align: center;
201
197
 
202
198
  color: $fontColor;
203
-
204
-
205
199
  }
206
-
207
-
208
-
209
200
  }
210
-
211
-
212
-
213
- }
201
+ }
@@ -1 +1 @@
1
- @import './afterSalesDetail.scss';
1
+ @import './afterSalesDetail.scss';
@@ -1,15 +1,15 @@
1
1
  @import '../../theme/regular';
2
2
 
3
3
  .afterSalesList {
4
- background-color: #F7F7F7;
4
+ background-color: #f7f7f7;
5
5
  padding: 20px 0;
6
6
 
7
7
  .qj-tabs {
8
- background-color: #FFFFFF;
8
+ background-color: #ffffff;
9
9
  }
10
10
 
11
11
  .afterSalesListItem {
12
- background-color: #FFFFFF;
12
+ background-color: #ffffff;
13
13
  border-radius: 12px;
14
14
  padding: 0 12px 12px;
15
15
  box-sizing: border-box;
@@ -17,7 +17,7 @@
17
17
 
18
18
  .title {
19
19
  padding: 6px 0;
20
- border-bottom: 1px solid #F1F1F1;
20
+ border-bottom: 1px solid #f1f1f1;
21
21
  display: flex;
22
22
  align-items: center;
23
23
  justify-content: space-between;
@@ -39,7 +39,6 @@
39
39
  }
40
40
  }
41
41
 
42
-
43
42
  .goodsInfo {
44
43
  display: flex;
45
44
  padding: 12px 0;
@@ -65,7 +64,7 @@
65
64
 
66
65
  .count {
67
66
  font-size: 12px;
68
- color: #A5A5A5;
67
+ color: #a5a5a5;
69
68
  }
70
69
  }
71
70
  }
@@ -75,14 +74,13 @@
75
74
  line-height: 40px;
76
75
  width: 100%;
77
76
  border-radius: 4px;
78
- background-color: #F5F5F5;
77
+ background-color: #f5f5f5;
79
78
  display: flex;
80
79
  justify-content: space-between;
81
80
  align-items: center;
82
81
  padding: 0 12px;
83
82
  box-sizing: border-box;
84
83
 
85
-
86
84
  .lPart {
87
85
  color: $fontColor;
88
86
  font-size: 12px;
@@ -1 +1 @@
1
- @import "./mySetting";
1
+ @import './mySetting';
@@ -15,7 +15,7 @@
15
15
  height: 50px;
16
16
  line-height: 50px;
17
17
  background-color: #000;
18
- color: #FFF;
18
+ color: #fff;
19
19
  border-radius: 50px;
20
20
  text-align: center;
21
21
  font-size: 14px;
@@ -17,4 +17,4 @@
17
17
  .refundUploading {
18
18
  margin-top: 15px;
19
19
  }
20
- }
20
+ }
@@ -8,4 +8,4 @@ export interface CardItemType {
8
8
  skuCode?: string;
9
9
  children?: React.ReactNode;
10
10
  }
11
- export declare const CardJsx: ({ dataPic, goodsName, goodsCamount, pricesetNprice, skuName, children, }: CardItemType) => import("react/jsx-runtime").JSX.Element;
11
+ export declare const CardJsx: ({ dataPic, goodsName, goodsCamount, pricesetNprice, skuName, children }: CardItemType) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  export declare const FillIn: React.NamedExoticComponent<{}>;
@@ -1,4 +1,4 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  interface FillInPopupTye {
3
3
  popupShow: boolean;
4
4
  }
@@ -1,2 +1,2 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  export declare const SubFillIn: React.NamedExoticComponent<{}>;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const MCAfterSalesApply: React.Context<any>;
@@ -1,5 +1,4 @@
1
- import React from "react";
2
- export declare const MC: React.Context<any>;
1
+ import React from 'react';
3
2
  interface AfterSalesApplyType {
4
3
  refundType: string;
5
4
  contractBillcode: string;
@@ -1,2 +1,2 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  export declare const ExpressPopup: React.NamedExoticComponent<{}>;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const MCAfterSalesDetail: React.Context<any>;
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
- export declare const MCAfterSalesDetail: React.Context<any>;
3
2
  export declare const AfterSalesDetail: React.NamedExoticComponent<{
4
3
  refundCode: string;
5
4
  }>;
@@ -1,2 +1,2 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  export declare const Item: React.NamedExoticComponent<any>;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const MCAfterSalesType: React.Context<any>;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- export declare const MCAfterSalesType: React.Context<any>;
3
- export declare const AfterSalesType: (props: any) => import("react/jsx-runtime").JSX.Element;
1
+ import React from 'react';
2
+ export declare const AfterSalesType: React.FC;
@@ -1,3 +1,3 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  export declare const MySettingJsx: React.FC;
3
3
  export declare const MySetting: React.NamedExoticComponent<{}>;