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.
- package/css/common/card.scss +1 -3
- package/css/common/icon.scss +7 -8
- package/css/common/index.scss +1 -1
- package/css/common/uploading.scss +54 -56
- package/css/common/uploadingImg.scss +14 -14
- package/css/pages/afterSalesApplyGroup/afterSalesApply.scss +14 -14
- package/css/pages/afterSalesDetailGroup/afterSalesDetail.scss +1 -13
- package/css/pages/afterSalesDetailGroup/index.scss +1 -1
- package/css/pages/afterSalesListGroup/afterSalesList.scss +6 -8
- package/css/pages/mySettingGroup/index.scss +1 -1
- package/css/pages/mySettingGroup/mySetting.scss +1 -1
- package/css/pages/refundOnlyGroup/refundOnly.scss +1 -1
- package/dist/common/card/index.d.ts +1 -1
- package/dist/components/AfterSalesApplyGroup/AfterSalesApply/components/fillIn.d.ts +1 -1
- package/dist/components/AfterSalesApplyGroup/AfterSalesApply/components/fillInPopup.d.ts +1 -1
- package/dist/components/AfterSalesApplyGroup/AfterSalesApply/components/subFillIn.d.ts +1 -1
- package/dist/components/AfterSalesApplyGroup/AfterSalesApply/context.d.ts +2 -0
- package/dist/components/AfterSalesApplyGroup/AfterSalesApply/index.d.ts +1 -2
- package/dist/components/AfterSalesDetailGroup/AfterSalesDetail/components/expressPopup.d.ts +1 -1
- package/dist/components/AfterSalesDetailGroup/AfterSalesDetail/context.d.ts +2 -0
- package/dist/components/AfterSalesDetailGroup/AfterSalesDetail/index.d.ts +0 -1
- package/dist/components/AfterSalesListGroup/AfterSalesList/components/item.d.ts +1 -1
- package/dist/components/AfterSalesTypeGroup/AfterSalesType/context.d.ts +2 -0
- package/dist/components/AfterSalesTypeGroup/AfterSalesType/index.d.ts +2 -3
- package/dist/components/MySettingGroup/MySetting/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/components/AfterSalesDetailGroup/AfterSalesDetail/mock.d.ts +0 -199
- package/dist/components/AfterSalesDetailGroup/component/mock.d.ts +0 -199
- package/dist/components/AfterSalesDetailGroup/component/senderWrite.d.ts +0 -1
- package/dist/components/AfterSalesDetailGroup/component/state.d.ts +0 -1
package/css/common/card.scss
CHANGED
package/css/common/icon.scss
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
@font-face {
|
|
2
|
-
font-family: 'iconfont';
|
|
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
|
-
|
|
5
|
-
|
|
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:
|
|
26
|
+
content: '\e606';
|
|
28
27
|
}
|
|
29
28
|
|
|
30
29
|
.icon-tuihuotuikuan:before {
|
|
31
|
-
content:
|
|
30
|
+
content: '\e609';
|
|
32
31
|
}
|
|
33
32
|
|
|
34
33
|
.icon-shangchuanpingzheng:before {
|
|
35
|
-
content:
|
|
34
|
+
content: '\e66b';
|
|
36
35
|
}
|
|
37
36
|
|
|
38
37
|
.icon-wujiaoxing-:before {
|
|
39
|
-
content:
|
|
38
|
+
content: '\e647';
|
|
40
39
|
}
|
|
41
40
|
|
|
42
41
|
.icon-bianzu:before {
|
package/css/common/index.scss
CHANGED
|
@@ -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
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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
|
-
.
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
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
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
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
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
background: #fff;
|
|
3
|
+
border-radius: 6px;
|
|
4
|
+
padding: 10px;
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
.uploadingContent {
|
|
7
|
+
font-size: 15px;
|
|
8
|
+
font-weight: 600;
|
|
9
|
+
}
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
.uploadingText {
|
|
12
|
+
background: #f6f6f6;
|
|
13
|
+
padding: 10px;
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
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: #
|
|
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: #
|
|
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: #
|
|
25
|
+
color: #ed4444;
|
|
26
26
|
border-radius: 6px;
|
|
27
27
|
text-align: center;
|
|
28
|
-
background-color: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
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 #
|
|
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: #
|
|
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: #
|
|
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: #
|
|
4
|
+
background-color: #f7f7f7;
|
|
5
5
|
padding: 20px 0;
|
|
6
6
|
|
|
7
7
|
.qj-tabs {
|
|
8
|
-
background-color: #
|
|
8
|
+
background-color: #ffffff;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.afterSalesListItem {
|
|
12
|
-
background-color: #
|
|
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 #
|
|
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: #
|
|
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: #
|
|
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
|
|
1
|
+
@import './mySetting';
|
|
@@ -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
|
|
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
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export declare const FillIn: React.NamedExoticComponent<{}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export declare const SubFillIn: React.NamedExoticComponent<{}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export declare const ExpressPopup: React.NamedExoticComponent<{}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export declare const Item: React.NamedExoticComponent<any>;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
export declare const
|
|
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;
|