s-material-react 1.4.21 → 1.4.22
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/pages/afterSalesTypeGroup/afterSalesType.scss +7 -7
- package/css/theme/regular.scss +1 -1
- package/dist/components/AfterSalesTypeGroup/AfterSalesType/components/Item.d.ts +1 -1
- package/dist/components/AfterSalesTypeGroup/AfterSalesType/components/type.d.ts +1 -1
- package/package.json +1 -1
- package/dist/components/AfterSalesTypeGroup/AfterSalesType/components/tipConfig.d.ts +0 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
@import '../../theme/regular';
|
|
2
2
|
|
|
3
3
|
.afterSalesType {
|
|
4
|
-
background-color: #
|
|
4
|
+
background-color: #f9fafb;
|
|
5
5
|
padding: 12px;
|
|
6
6
|
|
|
7
7
|
.afterSalesTypeItem {
|
|
8
8
|
width: 100%;
|
|
9
9
|
padding: 12px;
|
|
10
|
-
background-color: #
|
|
10
|
+
background-color: #ffffff;
|
|
11
11
|
border-radius: 6px;
|
|
12
12
|
margin-bottom: 12px;
|
|
13
13
|
box-sizing: border-box;
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
.size {
|
|
63
63
|
font-size: 12px;
|
|
64
64
|
font-weight: 400;
|
|
65
|
-
color: #
|
|
65
|
+
color: #888e9b;
|
|
66
66
|
line-height: 18px;
|
|
67
67
|
}
|
|
68
68
|
|
|
@@ -79,11 +79,11 @@
|
|
|
79
79
|
|
|
80
80
|
.tip {
|
|
81
81
|
padding: 2px 6px;
|
|
82
|
-
color: #
|
|
82
|
+
color: #888e9b;
|
|
83
83
|
font-size: 12px;
|
|
84
|
-
background-color: #
|
|
84
|
+
background-color: #ffffff;
|
|
85
85
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
|
|
86
|
-
border: 1px solid #
|
|
86
|
+
border: 1px solid #eaeaea;
|
|
87
87
|
margin-top: 4px;
|
|
88
88
|
border-radius: 4px;
|
|
89
89
|
line-height: 15px;
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
.afterSalesTypeType {
|
|
96
96
|
padding: 12px;
|
|
97
97
|
border-radius: 6px;
|
|
98
|
-
background-color: #
|
|
98
|
+
background-color: #ffffff;
|
|
99
99
|
|
|
100
100
|
.title {
|
|
101
101
|
font-size: 14px;
|
package/css/theme/regular.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// 基础文字颜色
|
|
2
|
-
$fontColor: #
|
|
2
|
+
$fontColor: #1c253a;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export declare const Item: React.NamedExoticComponent<{}>;
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const tipWord = "\u5982\u90E8\u5206\u5546\u54C1\u672A\u552E\u540E\u6210\u529F, \u5269\u4F59\u5546\u54C1\u5C06\u4E0D\u80FD\u7533\u8BF7\u552E\u540E";
|