@fle-ui/plus-choose-mall-goods 1.0.9 → 1.0.10
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/README.md +18 -18
- package/es/components/changePrice/index.less +97 -97
- package/es/components/changePriceConfirm/index.less +78 -78
- package/es/index.less +100 -100
- package/lib/components/changePrice/index.less +97 -97
- package/lib/components/changePriceConfirm/index.less +78 -78
- package/lib/index.less +100 -100
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
# @fle-ui/plus-choose-mall-goods
|
|
2
|
-
|
|
3
|
-
> @fle-ui/plus-choose-mall-goods
|
|
4
|
-
|
|
5
|
-
## Install
|
|
6
|
-
|
|
7
|
-
Using npm:
|
|
8
|
-
|
|
9
|
-
```bash
|
|
10
|
-
$ npm install --save @fle-ui/plus-choose-mall-goods
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
or using yarn:
|
|
14
|
-
|
|
15
|
-
```bash
|
|
16
|
-
$ yarn add @fle-ui/plus-choose-mall-goods
|
|
17
|
-
```
|
|
18
|
-
|
|
1
|
+
# @fle-ui/plus-choose-mall-goods
|
|
2
|
+
|
|
3
|
+
> @fle-ui/plus-choose-mall-goods
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
Using npm:
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
$ npm install --save @fle-ui/plus-choose-mall-goods
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
or using yarn:
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
$ yarn add @fle-ui/plus-choose-mall-goods
|
|
17
|
+
```
|
|
18
|
+
|
|
19
19
|
|
|
@@ -1,97 +1,97 @@
|
|
|
1
|
-
.change-price {
|
|
2
|
-
.change-price-body {
|
|
3
|
-
margin: 0 20px;
|
|
4
|
-
.cpb-header {
|
|
5
|
-
.cpb-header-title {
|
|
6
|
-
color: #000;
|
|
7
|
-
font-size: 16px;
|
|
8
|
-
font-weight: 500;
|
|
9
|
-
height: 22px;
|
|
10
|
-
line-height: 22px;
|
|
11
|
-
}
|
|
12
|
-
.cpb-header-desc {
|
|
13
|
-
color: #999;
|
|
14
|
-
font-size: 12px;
|
|
15
|
-
font-weight: 400;
|
|
16
|
-
line-height: 17px;
|
|
17
|
-
margin-top: 11px;
|
|
18
|
-
width: 100%;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
.cpb-rules {
|
|
22
|
-
margin-top: 20px;
|
|
23
|
-
.rule-flex {
|
|
24
|
-
display: flex;
|
|
25
|
-
align-items: center;
|
|
26
|
-
}
|
|
27
|
-
.rule-tip {
|
|
28
|
-
color: #2c68ff;
|
|
29
|
-
font-size: 12px;
|
|
30
|
-
font-weight: 400;
|
|
31
|
-
height: 17px;
|
|
32
|
-
line-height: 17px;
|
|
33
|
-
margin-bottom: 10px;
|
|
34
|
-
margin-top: 10px;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
.cpb-bot-tip {
|
|
38
|
-
display: flex;
|
|
39
|
-
margin-top: 20px;
|
|
40
|
-
.cpb-bot-tip-left {
|
|
41
|
-
color: #999;
|
|
42
|
-
line-height: 20px;
|
|
43
|
-
font-size: 12px;
|
|
44
|
-
}
|
|
45
|
-
.cpb-bot-tip-right {
|
|
46
|
-
color: #999;
|
|
47
|
-
line-height: 20px;
|
|
48
|
-
font-size: 12px;
|
|
49
|
-
margin-left: 8px;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
.cpb-save {
|
|
53
|
-
margin: 0 auto;
|
|
54
|
-
margin-top: 30px;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
.alter_price_content_wrapper {
|
|
58
|
-
border: 1px solid #e2e2e2;
|
|
59
|
-
display: flex;
|
|
60
|
-
margin-bottom: 19px;
|
|
61
|
-
margin-top: 12px;
|
|
62
|
-
width: 100%;
|
|
63
|
-
.alter_price_content_wrapper_item {
|
|
64
|
-
display: inline-block;
|
|
65
|
-
width: 50%;
|
|
66
|
-
&:first-child {
|
|
67
|
-
border-right: 1px solid #e2e2e2;
|
|
68
|
-
}
|
|
69
|
-
.alter_price_content_wrapper_item_title {
|
|
70
|
-
background: #f0f0f0;
|
|
71
|
-
border-bottom: 1px solid #e2e2e2;
|
|
72
|
-
color: #4c4c4c;
|
|
73
|
-
font-size: 14px;
|
|
74
|
-
font-weight: 500;
|
|
75
|
-
height: 44px;
|
|
76
|
-
line-height: 44px;
|
|
77
|
-
text-align: center;
|
|
78
|
-
}
|
|
79
|
-
.alter_price_content_wrapper_item_content {
|
|
80
|
-
padding: 20px 15px;
|
|
81
|
-
.rule-flex {
|
|
82
|
-
display: flex;
|
|
83
|
-
align-items: center;
|
|
84
|
-
}
|
|
85
|
-
.rule-tip {
|
|
86
|
-
color: #2c68ff;
|
|
87
|
-
font-size: 12px;
|
|
88
|
-
font-weight: 400;
|
|
89
|
-
height: 17px;
|
|
90
|
-
line-height: 17px;
|
|
91
|
-
margin-bottom: 10px;
|
|
92
|
-
margin-top: 10px;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
1
|
+
.change-price {
|
|
2
|
+
.change-price-body {
|
|
3
|
+
margin: 0 20px;
|
|
4
|
+
.cpb-header {
|
|
5
|
+
.cpb-header-title {
|
|
6
|
+
color: #000;
|
|
7
|
+
font-size: 16px;
|
|
8
|
+
font-weight: 500;
|
|
9
|
+
height: 22px;
|
|
10
|
+
line-height: 22px;
|
|
11
|
+
}
|
|
12
|
+
.cpb-header-desc {
|
|
13
|
+
color: #999;
|
|
14
|
+
font-size: 12px;
|
|
15
|
+
font-weight: 400;
|
|
16
|
+
line-height: 17px;
|
|
17
|
+
margin-top: 11px;
|
|
18
|
+
width: 100%;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
.cpb-rules {
|
|
22
|
+
margin-top: 20px;
|
|
23
|
+
.rule-flex {
|
|
24
|
+
display: flex;
|
|
25
|
+
align-items: center;
|
|
26
|
+
}
|
|
27
|
+
.rule-tip {
|
|
28
|
+
color: #2c68ff;
|
|
29
|
+
font-size: 12px;
|
|
30
|
+
font-weight: 400;
|
|
31
|
+
height: 17px;
|
|
32
|
+
line-height: 17px;
|
|
33
|
+
margin-bottom: 10px;
|
|
34
|
+
margin-top: 10px;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
.cpb-bot-tip {
|
|
38
|
+
display: flex;
|
|
39
|
+
margin-top: 20px;
|
|
40
|
+
.cpb-bot-tip-left {
|
|
41
|
+
color: #999;
|
|
42
|
+
line-height: 20px;
|
|
43
|
+
font-size: 12px;
|
|
44
|
+
}
|
|
45
|
+
.cpb-bot-tip-right {
|
|
46
|
+
color: #999;
|
|
47
|
+
line-height: 20px;
|
|
48
|
+
font-size: 12px;
|
|
49
|
+
margin-left: 8px;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
.cpb-save {
|
|
53
|
+
margin: 0 auto;
|
|
54
|
+
margin-top: 30px;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
.alter_price_content_wrapper {
|
|
58
|
+
border: 1px solid #e2e2e2;
|
|
59
|
+
display: flex;
|
|
60
|
+
margin-bottom: 19px;
|
|
61
|
+
margin-top: 12px;
|
|
62
|
+
width: 100%;
|
|
63
|
+
.alter_price_content_wrapper_item {
|
|
64
|
+
display: inline-block;
|
|
65
|
+
width: 50%;
|
|
66
|
+
&:first-child {
|
|
67
|
+
border-right: 1px solid #e2e2e2;
|
|
68
|
+
}
|
|
69
|
+
.alter_price_content_wrapper_item_title {
|
|
70
|
+
background: #f0f0f0;
|
|
71
|
+
border-bottom: 1px solid #e2e2e2;
|
|
72
|
+
color: #4c4c4c;
|
|
73
|
+
font-size: 14px;
|
|
74
|
+
font-weight: 500;
|
|
75
|
+
height: 44px;
|
|
76
|
+
line-height: 44px;
|
|
77
|
+
text-align: center;
|
|
78
|
+
}
|
|
79
|
+
.alter_price_content_wrapper_item_content {
|
|
80
|
+
padding: 20px 15px;
|
|
81
|
+
.rule-flex {
|
|
82
|
+
display: flex;
|
|
83
|
+
align-items: center;
|
|
84
|
+
}
|
|
85
|
+
.rule-tip {
|
|
86
|
+
color: #2c68ff;
|
|
87
|
+
font-size: 12px;
|
|
88
|
+
font-weight: 400;
|
|
89
|
+
height: 17px;
|
|
90
|
+
line-height: 17px;
|
|
91
|
+
margin-bottom: 10px;
|
|
92
|
+
margin-top: 10px;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
.after-price-confirm-components {
|
|
2
|
-
.ant-modal-body {
|
|
3
|
-
padding: 0px;
|
|
4
|
-
overflow: hidden;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.after-price-confirm-icon-wrap {
|
|
8
|
-
text-align: center;
|
|
9
|
-
|
|
10
|
-
.after-price-confirm-icon {
|
|
11
|
-
color: #faad14;
|
|
12
|
-
font-size: 38px;
|
|
13
|
-
margin: 45px auto 0 auto;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.main-tips {
|
|
18
|
-
height: 28px;
|
|
19
|
-
font-size: 20px;
|
|
20
|
-
font-weight: 600;
|
|
21
|
-
color: #494949;
|
|
22
|
-
line-height: 28px;
|
|
23
|
-
margin-top: 14px;
|
|
24
|
-
text-align: center;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.sub-tips {
|
|
28
|
-
margin-top: 20px;
|
|
29
|
-
text-align: center;
|
|
30
|
-
// height: 20px;
|
|
31
|
-
font-size: 14px;
|
|
32
|
-
font-weight: 400;
|
|
33
|
-
color: #666666;
|
|
34
|
-
line-height: 20px;
|
|
35
|
-
padding: 0 44px;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.alter-buttons {
|
|
39
|
-
margin-top: 28px;
|
|
40
|
-
padding-bottom: 45px;
|
|
41
|
-
display: flex;
|
|
42
|
-
justify-content: center;
|
|
43
|
-
|
|
44
|
-
.alter-button {
|
|
45
|
-
width: 123px;
|
|
46
|
-
height: 32px;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.select {
|
|
51
|
-
margin-top: 15px;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.radio_select {
|
|
55
|
-
width: 480px;
|
|
56
|
-
height: 25px;
|
|
57
|
-
line-height: 20px;
|
|
58
|
-
display: flex;
|
|
59
|
-
|
|
60
|
-
.radio_label {
|
|
61
|
-
width: 100px;
|
|
62
|
-
font-size: 14px;
|
|
63
|
-
float: left;
|
|
64
|
-
text-align: right;
|
|
65
|
-
margin-right: 15px;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.radio_bottom,
|
|
69
|
-
.radio_top {
|
|
70
|
-
flex: 1;
|
|
71
|
-
margin-left: 14px;
|
|
72
|
-
|
|
73
|
-
.ant-radio-wrapper:nth-child(2) {
|
|
74
|
-
margin-left: 43px;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
}
|
|
1
|
+
.after-price-confirm-components {
|
|
2
|
+
.ant-modal-body {
|
|
3
|
+
padding: 0px;
|
|
4
|
+
overflow: hidden;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.after-price-confirm-icon-wrap {
|
|
8
|
+
text-align: center;
|
|
9
|
+
|
|
10
|
+
.after-price-confirm-icon {
|
|
11
|
+
color: #faad14;
|
|
12
|
+
font-size: 38px;
|
|
13
|
+
margin: 45px auto 0 auto;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.main-tips {
|
|
18
|
+
height: 28px;
|
|
19
|
+
font-size: 20px;
|
|
20
|
+
font-weight: 600;
|
|
21
|
+
color: #494949;
|
|
22
|
+
line-height: 28px;
|
|
23
|
+
margin-top: 14px;
|
|
24
|
+
text-align: center;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.sub-tips {
|
|
28
|
+
margin-top: 20px;
|
|
29
|
+
text-align: center;
|
|
30
|
+
// height: 20px;
|
|
31
|
+
font-size: 14px;
|
|
32
|
+
font-weight: 400;
|
|
33
|
+
color: #666666;
|
|
34
|
+
line-height: 20px;
|
|
35
|
+
padding: 0 44px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.alter-buttons {
|
|
39
|
+
margin-top: 28px;
|
|
40
|
+
padding-bottom: 45px;
|
|
41
|
+
display: flex;
|
|
42
|
+
justify-content: center;
|
|
43
|
+
|
|
44
|
+
.alter-button {
|
|
45
|
+
width: 123px;
|
|
46
|
+
height: 32px;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.select {
|
|
51
|
+
margin-top: 15px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.radio_select {
|
|
55
|
+
width: 480px;
|
|
56
|
+
height: 25px;
|
|
57
|
+
line-height: 20px;
|
|
58
|
+
display: flex;
|
|
59
|
+
|
|
60
|
+
.radio_label {
|
|
61
|
+
width: 100px;
|
|
62
|
+
font-size: 14px;
|
|
63
|
+
float: left;
|
|
64
|
+
text-align: right;
|
|
65
|
+
margin-right: 15px;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.radio_bottom,
|
|
69
|
+
.radio_top {
|
|
70
|
+
flex: 1;
|
|
71
|
+
margin-left: 14px;
|
|
72
|
+
|
|
73
|
+
.ant-radio-wrapper:nth-child(2) {
|
|
74
|
+
margin-left: 43px;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
package/es/index.less
CHANGED
|
@@ -1,100 +1,100 @@
|
|
|
1
|
-
.choose-mall-goods-modal {
|
|
2
|
-
.ww-search {
|
|
3
|
-
background-color: #fafafa;
|
|
4
|
-
padding: 20px;
|
|
5
|
-
.ww-search-flex {
|
|
6
|
-
width: 100%;
|
|
7
|
-
display: flex;
|
|
8
|
-
align-items: center;
|
|
9
|
-
overflow: hidden;
|
|
10
|
-
.ww-search-range-input {
|
|
11
|
-
flex: 1;
|
|
12
|
-
display: flex;
|
|
13
|
-
align-items: center;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
.main-search {
|
|
18
|
-
display: flex;
|
|
19
|
-
justify-content: center;
|
|
20
|
-
margin-bottom: 16px;
|
|
21
|
-
}
|
|
22
|
-
.search-2 {
|
|
23
|
-
.sort-item {
|
|
24
|
-
display: flex;
|
|
25
|
-
align-items: center;
|
|
26
|
-
.sort-item-label {
|
|
27
|
-
font-size: 12px;
|
|
28
|
-
}
|
|
29
|
-
.sort-item-icon {
|
|
30
|
-
font-size: 10px;
|
|
31
|
-
margin-left: 4px;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
.ant-radio-button-wrapper {
|
|
35
|
-
padding: 0 10px !important;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
.table-goods-wrap {
|
|
39
|
-
display: flex;
|
|
40
|
-
|
|
41
|
-
.table-goods-img-wrap {
|
|
42
|
-
width: 60px;
|
|
43
|
-
height: 60px;
|
|
44
|
-
background: #ffffff;
|
|
45
|
-
border-radius: 1px;
|
|
46
|
-
border: 1px solid #cccccc;
|
|
47
|
-
box-sizing: border-box;
|
|
48
|
-
display: flex;
|
|
49
|
-
align-items: center;
|
|
50
|
-
overflow: hidden;
|
|
51
|
-
.pro-image {
|
|
52
|
-
width: 100%;
|
|
53
|
-
height: 100%;
|
|
54
|
-
object-fit: cover;
|
|
55
|
-
.ant-image {
|
|
56
|
-
width: 100%;
|
|
57
|
-
height: 100%;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.table-goods-content {
|
|
63
|
-
margin-left: 10px;
|
|
64
|
-
flex: 1;
|
|
65
|
-
|
|
66
|
-
.table-goods-content-title {
|
|
67
|
-
height: 34px;
|
|
68
|
-
font-size: 12px;
|
|
69
|
-
font-weight: 500;
|
|
70
|
-
color: #666666;
|
|
71
|
-
line-height: 17px;
|
|
72
|
-
text-overflow: -o-ellipsis-lastline;
|
|
73
|
-
overflow: hidden;
|
|
74
|
-
text-overflow: ellipsis;
|
|
75
|
-
display: -webkit-box;
|
|
76
|
-
-webkit-line-clamp: 2;
|
|
77
|
-
line-clamp: 2;
|
|
78
|
-
-webkit-box-orient: vertical;
|
|
79
|
-
text-align: left;
|
|
80
|
-
color: #2c68ff;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.table-goods-content-sub-title {
|
|
84
|
-
text-align: left;
|
|
85
|
-
height: 17px;
|
|
86
|
-
font-size: 12px;
|
|
87
|
-
font-weight: 400;
|
|
88
|
-
color: #666666;
|
|
89
|
-
overflow: hidden;
|
|
90
|
-
text-overflow: ellipsis;
|
|
91
|
-
white-space: nowrap;
|
|
92
|
-
margin-top: 9px;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.ml-3 {
|
|
98
|
-
margin-left: 3px;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
1
|
+
.choose-mall-goods-modal {
|
|
2
|
+
.ww-search {
|
|
3
|
+
background-color: #fafafa;
|
|
4
|
+
padding: 20px;
|
|
5
|
+
.ww-search-flex {
|
|
6
|
+
width: 100%;
|
|
7
|
+
display: flex;
|
|
8
|
+
align-items: center;
|
|
9
|
+
overflow: hidden;
|
|
10
|
+
.ww-search-range-input {
|
|
11
|
+
flex: 1;
|
|
12
|
+
display: flex;
|
|
13
|
+
align-items: center;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
.main-search {
|
|
18
|
+
display: flex;
|
|
19
|
+
justify-content: center;
|
|
20
|
+
margin-bottom: 16px;
|
|
21
|
+
}
|
|
22
|
+
.search-2 {
|
|
23
|
+
.sort-item {
|
|
24
|
+
display: flex;
|
|
25
|
+
align-items: center;
|
|
26
|
+
.sort-item-label {
|
|
27
|
+
font-size: 12px;
|
|
28
|
+
}
|
|
29
|
+
.sort-item-icon {
|
|
30
|
+
font-size: 10px;
|
|
31
|
+
margin-left: 4px;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
.ant-radio-button-wrapper {
|
|
35
|
+
padding: 0 10px !important;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
.table-goods-wrap {
|
|
39
|
+
display: flex;
|
|
40
|
+
|
|
41
|
+
.table-goods-img-wrap {
|
|
42
|
+
width: 60px;
|
|
43
|
+
height: 60px;
|
|
44
|
+
background: #ffffff;
|
|
45
|
+
border-radius: 1px;
|
|
46
|
+
border: 1px solid #cccccc;
|
|
47
|
+
box-sizing: border-box;
|
|
48
|
+
display: flex;
|
|
49
|
+
align-items: center;
|
|
50
|
+
overflow: hidden;
|
|
51
|
+
.pro-image {
|
|
52
|
+
width: 100%;
|
|
53
|
+
height: 100%;
|
|
54
|
+
object-fit: cover;
|
|
55
|
+
.ant-image {
|
|
56
|
+
width: 100%;
|
|
57
|
+
height: 100%;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.table-goods-content {
|
|
63
|
+
margin-left: 10px;
|
|
64
|
+
flex: 1;
|
|
65
|
+
|
|
66
|
+
.table-goods-content-title {
|
|
67
|
+
height: 34px;
|
|
68
|
+
font-size: 12px;
|
|
69
|
+
font-weight: 500;
|
|
70
|
+
color: #666666;
|
|
71
|
+
line-height: 17px;
|
|
72
|
+
text-overflow: -o-ellipsis-lastline;
|
|
73
|
+
overflow: hidden;
|
|
74
|
+
text-overflow: ellipsis;
|
|
75
|
+
display: -webkit-box;
|
|
76
|
+
-webkit-line-clamp: 2;
|
|
77
|
+
line-clamp: 2;
|
|
78
|
+
-webkit-box-orient: vertical;
|
|
79
|
+
text-align: left;
|
|
80
|
+
color: #2c68ff;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.table-goods-content-sub-title {
|
|
84
|
+
text-align: left;
|
|
85
|
+
height: 17px;
|
|
86
|
+
font-size: 12px;
|
|
87
|
+
font-weight: 400;
|
|
88
|
+
color: #666666;
|
|
89
|
+
overflow: hidden;
|
|
90
|
+
text-overflow: ellipsis;
|
|
91
|
+
white-space: nowrap;
|
|
92
|
+
margin-top: 9px;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.ml-3 {
|
|
98
|
+
margin-left: 3px;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
@@ -1,97 +1,97 @@
|
|
|
1
|
-
.change-price {
|
|
2
|
-
.change-price-body {
|
|
3
|
-
margin: 0 20px;
|
|
4
|
-
.cpb-header {
|
|
5
|
-
.cpb-header-title {
|
|
6
|
-
color: #000;
|
|
7
|
-
font-size: 16px;
|
|
8
|
-
font-weight: 500;
|
|
9
|
-
height: 22px;
|
|
10
|
-
line-height: 22px;
|
|
11
|
-
}
|
|
12
|
-
.cpb-header-desc {
|
|
13
|
-
color: #999;
|
|
14
|
-
font-size: 12px;
|
|
15
|
-
font-weight: 400;
|
|
16
|
-
line-height: 17px;
|
|
17
|
-
margin-top: 11px;
|
|
18
|
-
width: 100%;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
.cpb-rules {
|
|
22
|
-
margin-top: 20px;
|
|
23
|
-
.rule-flex {
|
|
24
|
-
display: flex;
|
|
25
|
-
align-items: center;
|
|
26
|
-
}
|
|
27
|
-
.rule-tip {
|
|
28
|
-
color: #2c68ff;
|
|
29
|
-
font-size: 12px;
|
|
30
|
-
font-weight: 400;
|
|
31
|
-
height: 17px;
|
|
32
|
-
line-height: 17px;
|
|
33
|
-
margin-bottom: 10px;
|
|
34
|
-
margin-top: 10px;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
.cpb-bot-tip {
|
|
38
|
-
display: flex;
|
|
39
|
-
margin-top: 20px;
|
|
40
|
-
.cpb-bot-tip-left {
|
|
41
|
-
color: #999;
|
|
42
|
-
line-height: 20px;
|
|
43
|
-
font-size: 12px;
|
|
44
|
-
}
|
|
45
|
-
.cpb-bot-tip-right {
|
|
46
|
-
color: #999;
|
|
47
|
-
line-height: 20px;
|
|
48
|
-
font-size: 12px;
|
|
49
|
-
margin-left: 8px;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
.cpb-save {
|
|
53
|
-
margin: 0 auto;
|
|
54
|
-
margin-top: 30px;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
.alter_price_content_wrapper {
|
|
58
|
-
border: 1px solid #e2e2e2;
|
|
59
|
-
display: flex;
|
|
60
|
-
margin-bottom: 19px;
|
|
61
|
-
margin-top: 12px;
|
|
62
|
-
width: 100%;
|
|
63
|
-
.alter_price_content_wrapper_item {
|
|
64
|
-
display: inline-block;
|
|
65
|
-
width: 50%;
|
|
66
|
-
&:first-child {
|
|
67
|
-
border-right: 1px solid #e2e2e2;
|
|
68
|
-
}
|
|
69
|
-
.alter_price_content_wrapper_item_title {
|
|
70
|
-
background: #f0f0f0;
|
|
71
|
-
border-bottom: 1px solid #e2e2e2;
|
|
72
|
-
color: #4c4c4c;
|
|
73
|
-
font-size: 14px;
|
|
74
|
-
font-weight: 500;
|
|
75
|
-
height: 44px;
|
|
76
|
-
line-height: 44px;
|
|
77
|
-
text-align: center;
|
|
78
|
-
}
|
|
79
|
-
.alter_price_content_wrapper_item_content {
|
|
80
|
-
padding: 20px 15px;
|
|
81
|
-
.rule-flex {
|
|
82
|
-
display: flex;
|
|
83
|
-
align-items: center;
|
|
84
|
-
}
|
|
85
|
-
.rule-tip {
|
|
86
|
-
color: #2c68ff;
|
|
87
|
-
font-size: 12px;
|
|
88
|
-
font-weight: 400;
|
|
89
|
-
height: 17px;
|
|
90
|
-
line-height: 17px;
|
|
91
|
-
margin-bottom: 10px;
|
|
92
|
-
margin-top: 10px;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
1
|
+
.change-price {
|
|
2
|
+
.change-price-body {
|
|
3
|
+
margin: 0 20px;
|
|
4
|
+
.cpb-header {
|
|
5
|
+
.cpb-header-title {
|
|
6
|
+
color: #000;
|
|
7
|
+
font-size: 16px;
|
|
8
|
+
font-weight: 500;
|
|
9
|
+
height: 22px;
|
|
10
|
+
line-height: 22px;
|
|
11
|
+
}
|
|
12
|
+
.cpb-header-desc {
|
|
13
|
+
color: #999;
|
|
14
|
+
font-size: 12px;
|
|
15
|
+
font-weight: 400;
|
|
16
|
+
line-height: 17px;
|
|
17
|
+
margin-top: 11px;
|
|
18
|
+
width: 100%;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
.cpb-rules {
|
|
22
|
+
margin-top: 20px;
|
|
23
|
+
.rule-flex {
|
|
24
|
+
display: flex;
|
|
25
|
+
align-items: center;
|
|
26
|
+
}
|
|
27
|
+
.rule-tip {
|
|
28
|
+
color: #2c68ff;
|
|
29
|
+
font-size: 12px;
|
|
30
|
+
font-weight: 400;
|
|
31
|
+
height: 17px;
|
|
32
|
+
line-height: 17px;
|
|
33
|
+
margin-bottom: 10px;
|
|
34
|
+
margin-top: 10px;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
.cpb-bot-tip {
|
|
38
|
+
display: flex;
|
|
39
|
+
margin-top: 20px;
|
|
40
|
+
.cpb-bot-tip-left {
|
|
41
|
+
color: #999;
|
|
42
|
+
line-height: 20px;
|
|
43
|
+
font-size: 12px;
|
|
44
|
+
}
|
|
45
|
+
.cpb-bot-tip-right {
|
|
46
|
+
color: #999;
|
|
47
|
+
line-height: 20px;
|
|
48
|
+
font-size: 12px;
|
|
49
|
+
margin-left: 8px;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
.cpb-save {
|
|
53
|
+
margin: 0 auto;
|
|
54
|
+
margin-top: 30px;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
.alter_price_content_wrapper {
|
|
58
|
+
border: 1px solid #e2e2e2;
|
|
59
|
+
display: flex;
|
|
60
|
+
margin-bottom: 19px;
|
|
61
|
+
margin-top: 12px;
|
|
62
|
+
width: 100%;
|
|
63
|
+
.alter_price_content_wrapper_item {
|
|
64
|
+
display: inline-block;
|
|
65
|
+
width: 50%;
|
|
66
|
+
&:first-child {
|
|
67
|
+
border-right: 1px solid #e2e2e2;
|
|
68
|
+
}
|
|
69
|
+
.alter_price_content_wrapper_item_title {
|
|
70
|
+
background: #f0f0f0;
|
|
71
|
+
border-bottom: 1px solid #e2e2e2;
|
|
72
|
+
color: #4c4c4c;
|
|
73
|
+
font-size: 14px;
|
|
74
|
+
font-weight: 500;
|
|
75
|
+
height: 44px;
|
|
76
|
+
line-height: 44px;
|
|
77
|
+
text-align: center;
|
|
78
|
+
}
|
|
79
|
+
.alter_price_content_wrapper_item_content {
|
|
80
|
+
padding: 20px 15px;
|
|
81
|
+
.rule-flex {
|
|
82
|
+
display: flex;
|
|
83
|
+
align-items: center;
|
|
84
|
+
}
|
|
85
|
+
.rule-tip {
|
|
86
|
+
color: #2c68ff;
|
|
87
|
+
font-size: 12px;
|
|
88
|
+
font-weight: 400;
|
|
89
|
+
height: 17px;
|
|
90
|
+
line-height: 17px;
|
|
91
|
+
margin-bottom: 10px;
|
|
92
|
+
margin-top: 10px;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
.after-price-confirm-components {
|
|
2
|
-
.ant-modal-body {
|
|
3
|
-
padding: 0px;
|
|
4
|
-
overflow: hidden;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.after-price-confirm-icon-wrap {
|
|
8
|
-
text-align: center;
|
|
9
|
-
|
|
10
|
-
.after-price-confirm-icon {
|
|
11
|
-
color: #faad14;
|
|
12
|
-
font-size: 38px;
|
|
13
|
-
margin: 45px auto 0 auto;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.main-tips {
|
|
18
|
-
height: 28px;
|
|
19
|
-
font-size: 20px;
|
|
20
|
-
font-weight: 600;
|
|
21
|
-
color: #494949;
|
|
22
|
-
line-height: 28px;
|
|
23
|
-
margin-top: 14px;
|
|
24
|
-
text-align: center;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.sub-tips {
|
|
28
|
-
margin-top: 20px;
|
|
29
|
-
text-align: center;
|
|
30
|
-
// height: 20px;
|
|
31
|
-
font-size: 14px;
|
|
32
|
-
font-weight: 400;
|
|
33
|
-
color: #666666;
|
|
34
|
-
line-height: 20px;
|
|
35
|
-
padding: 0 44px;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.alter-buttons {
|
|
39
|
-
margin-top: 28px;
|
|
40
|
-
padding-bottom: 45px;
|
|
41
|
-
display: flex;
|
|
42
|
-
justify-content: center;
|
|
43
|
-
|
|
44
|
-
.alter-button {
|
|
45
|
-
width: 123px;
|
|
46
|
-
height: 32px;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.select {
|
|
51
|
-
margin-top: 15px;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.radio_select {
|
|
55
|
-
width: 480px;
|
|
56
|
-
height: 25px;
|
|
57
|
-
line-height: 20px;
|
|
58
|
-
display: flex;
|
|
59
|
-
|
|
60
|
-
.radio_label {
|
|
61
|
-
width: 100px;
|
|
62
|
-
font-size: 14px;
|
|
63
|
-
float: left;
|
|
64
|
-
text-align: right;
|
|
65
|
-
margin-right: 15px;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.radio_bottom,
|
|
69
|
-
.radio_top {
|
|
70
|
-
flex: 1;
|
|
71
|
-
margin-left: 14px;
|
|
72
|
-
|
|
73
|
-
.ant-radio-wrapper:nth-child(2) {
|
|
74
|
-
margin-left: 43px;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
}
|
|
1
|
+
.after-price-confirm-components {
|
|
2
|
+
.ant-modal-body {
|
|
3
|
+
padding: 0px;
|
|
4
|
+
overflow: hidden;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.after-price-confirm-icon-wrap {
|
|
8
|
+
text-align: center;
|
|
9
|
+
|
|
10
|
+
.after-price-confirm-icon {
|
|
11
|
+
color: #faad14;
|
|
12
|
+
font-size: 38px;
|
|
13
|
+
margin: 45px auto 0 auto;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.main-tips {
|
|
18
|
+
height: 28px;
|
|
19
|
+
font-size: 20px;
|
|
20
|
+
font-weight: 600;
|
|
21
|
+
color: #494949;
|
|
22
|
+
line-height: 28px;
|
|
23
|
+
margin-top: 14px;
|
|
24
|
+
text-align: center;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.sub-tips {
|
|
28
|
+
margin-top: 20px;
|
|
29
|
+
text-align: center;
|
|
30
|
+
// height: 20px;
|
|
31
|
+
font-size: 14px;
|
|
32
|
+
font-weight: 400;
|
|
33
|
+
color: #666666;
|
|
34
|
+
line-height: 20px;
|
|
35
|
+
padding: 0 44px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.alter-buttons {
|
|
39
|
+
margin-top: 28px;
|
|
40
|
+
padding-bottom: 45px;
|
|
41
|
+
display: flex;
|
|
42
|
+
justify-content: center;
|
|
43
|
+
|
|
44
|
+
.alter-button {
|
|
45
|
+
width: 123px;
|
|
46
|
+
height: 32px;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.select {
|
|
51
|
+
margin-top: 15px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.radio_select {
|
|
55
|
+
width: 480px;
|
|
56
|
+
height: 25px;
|
|
57
|
+
line-height: 20px;
|
|
58
|
+
display: flex;
|
|
59
|
+
|
|
60
|
+
.radio_label {
|
|
61
|
+
width: 100px;
|
|
62
|
+
font-size: 14px;
|
|
63
|
+
float: left;
|
|
64
|
+
text-align: right;
|
|
65
|
+
margin-right: 15px;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.radio_bottom,
|
|
69
|
+
.radio_top {
|
|
70
|
+
flex: 1;
|
|
71
|
+
margin-left: 14px;
|
|
72
|
+
|
|
73
|
+
.ant-radio-wrapper:nth-child(2) {
|
|
74
|
+
margin-left: 43px;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
package/lib/index.less
CHANGED
|
@@ -1,100 +1,100 @@
|
|
|
1
|
-
.choose-mall-goods-modal {
|
|
2
|
-
.ww-search {
|
|
3
|
-
background-color: #fafafa;
|
|
4
|
-
padding: 20px;
|
|
5
|
-
.ww-search-flex {
|
|
6
|
-
width: 100%;
|
|
7
|
-
display: flex;
|
|
8
|
-
align-items: center;
|
|
9
|
-
overflow: hidden;
|
|
10
|
-
.ww-search-range-input {
|
|
11
|
-
flex: 1;
|
|
12
|
-
display: flex;
|
|
13
|
-
align-items: center;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
.main-search {
|
|
18
|
-
display: flex;
|
|
19
|
-
justify-content: center;
|
|
20
|
-
margin-bottom: 16px;
|
|
21
|
-
}
|
|
22
|
-
.search-2 {
|
|
23
|
-
.sort-item {
|
|
24
|
-
display: flex;
|
|
25
|
-
align-items: center;
|
|
26
|
-
.sort-item-label {
|
|
27
|
-
font-size: 12px;
|
|
28
|
-
}
|
|
29
|
-
.sort-item-icon {
|
|
30
|
-
font-size: 10px;
|
|
31
|
-
margin-left: 4px;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
.ant-radio-button-wrapper {
|
|
35
|
-
padding: 0 10px !important;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
.table-goods-wrap {
|
|
39
|
-
display: flex;
|
|
40
|
-
|
|
41
|
-
.table-goods-img-wrap {
|
|
42
|
-
width: 60px;
|
|
43
|
-
height: 60px;
|
|
44
|
-
background: #ffffff;
|
|
45
|
-
border-radius: 1px;
|
|
46
|
-
border: 1px solid #cccccc;
|
|
47
|
-
box-sizing: border-box;
|
|
48
|
-
display: flex;
|
|
49
|
-
align-items: center;
|
|
50
|
-
overflow: hidden;
|
|
51
|
-
.pro-image {
|
|
52
|
-
width: 100%;
|
|
53
|
-
height: 100%;
|
|
54
|
-
object-fit: cover;
|
|
55
|
-
.ant-image {
|
|
56
|
-
width: 100%;
|
|
57
|
-
height: 100%;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.table-goods-content {
|
|
63
|
-
margin-left: 10px;
|
|
64
|
-
flex: 1;
|
|
65
|
-
|
|
66
|
-
.table-goods-content-title {
|
|
67
|
-
height: 34px;
|
|
68
|
-
font-size: 12px;
|
|
69
|
-
font-weight: 500;
|
|
70
|
-
color: #666666;
|
|
71
|
-
line-height: 17px;
|
|
72
|
-
text-overflow: -o-ellipsis-lastline;
|
|
73
|
-
overflow: hidden;
|
|
74
|
-
text-overflow: ellipsis;
|
|
75
|
-
display: -webkit-box;
|
|
76
|
-
-webkit-line-clamp: 2;
|
|
77
|
-
line-clamp: 2;
|
|
78
|
-
-webkit-box-orient: vertical;
|
|
79
|
-
text-align: left;
|
|
80
|
-
color: #2c68ff;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.table-goods-content-sub-title {
|
|
84
|
-
text-align: left;
|
|
85
|
-
height: 17px;
|
|
86
|
-
font-size: 12px;
|
|
87
|
-
font-weight: 400;
|
|
88
|
-
color: #666666;
|
|
89
|
-
overflow: hidden;
|
|
90
|
-
text-overflow: ellipsis;
|
|
91
|
-
white-space: nowrap;
|
|
92
|
-
margin-top: 9px;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.ml-3 {
|
|
98
|
-
margin-left: 3px;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
1
|
+
.choose-mall-goods-modal {
|
|
2
|
+
.ww-search {
|
|
3
|
+
background-color: #fafafa;
|
|
4
|
+
padding: 20px;
|
|
5
|
+
.ww-search-flex {
|
|
6
|
+
width: 100%;
|
|
7
|
+
display: flex;
|
|
8
|
+
align-items: center;
|
|
9
|
+
overflow: hidden;
|
|
10
|
+
.ww-search-range-input {
|
|
11
|
+
flex: 1;
|
|
12
|
+
display: flex;
|
|
13
|
+
align-items: center;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
.main-search {
|
|
18
|
+
display: flex;
|
|
19
|
+
justify-content: center;
|
|
20
|
+
margin-bottom: 16px;
|
|
21
|
+
}
|
|
22
|
+
.search-2 {
|
|
23
|
+
.sort-item {
|
|
24
|
+
display: flex;
|
|
25
|
+
align-items: center;
|
|
26
|
+
.sort-item-label {
|
|
27
|
+
font-size: 12px;
|
|
28
|
+
}
|
|
29
|
+
.sort-item-icon {
|
|
30
|
+
font-size: 10px;
|
|
31
|
+
margin-left: 4px;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
.ant-radio-button-wrapper {
|
|
35
|
+
padding: 0 10px !important;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
.table-goods-wrap {
|
|
39
|
+
display: flex;
|
|
40
|
+
|
|
41
|
+
.table-goods-img-wrap {
|
|
42
|
+
width: 60px;
|
|
43
|
+
height: 60px;
|
|
44
|
+
background: #ffffff;
|
|
45
|
+
border-radius: 1px;
|
|
46
|
+
border: 1px solid #cccccc;
|
|
47
|
+
box-sizing: border-box;
|
|
48
|
+
display: flex;
|
|
49
|
+
align-items: center;
|
|
50
|
+
overflow: hidden;
|
|
51
|
+
.pro-image {
|
|
52
|
+
width: 100%;
|
|
53
|
+
height: 100%;
|
|
54
|
+
object-fit: cover;
|
|
55
|
+
.ant-image {
|
|
56
|
+
width: 100%;
|
|
57
|
+
height: 100%;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.table-goods-content {
|
|
63
|
+
margin-left: 10px;
|
|
64
|
+
flex: 1;
|
|
65
|
+
|
|
66
|
+
.table-goods-content-title {
|
|
67
|
+
height: 34px;
|
|
68
|
+
font-size: 12px;
|
|
69
|
+
font-weight: 500;
|
|
70
|
+
color: #666666;
|
|
71
|
+
line-height: 17px;
|
|
72
|
+
text-overflow: -o-ellipsis-lastline;
|
|
73
|
+
overflow: hidden;
|
|
74
|
+
text-overflow: ellipsis;
|
|
75
|
+
display: -webkit-box;
|
|
76
|
+
-webkit-line-clamp: 2;
|
|
77
|
+
line-clamp: 2;
|
|
78
|
+
-webkit-box-orient: vertical;
|
|
79
|
+
text-align: left;
|
|
80
|
+
color: #2c68ff;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.table-goods-content-sub-title {
|
|
84
|
+
text-align: left;
|
|
85
|
+
height: 17px;
|
|
86
|
+
font-size: 12px;
|
|
87
|
+
font-weight: 400;
|
|
88
|
+
color: #666666;
|
|
89
|
+
overflow: hidden;
|
|
90
|
+
text-overflow: ellipsis;
|
|
91
|
+
white-space: nowrap;
|
|
92
|
+
margin-top: 9px;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.ml-3 {
|
|
98
|
+
margin-left: 3px;
|
|
99
|
+
}
|
|
100
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fle-ui/plus-choose-mall-goods",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"description": "@fle-ui/plus-choose-mall-goods",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fle-ui",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@ant-design/icons": "^5.3.0",
|
|
29
29
|
"@fle-tools/env": "^1.0.3",
|
|
30
|
-
"@fle-ui/plus-address-selection": "^1.0.
|
|
30
|
+
"@fle-ui/plus-address-selection": "^1.0.9"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"antd": ">=4.23.0 || >=5.0.0",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "972b1d9ea3ad7e0185860d1a7e947c72b3948e16"
|
|
48
48
|
}
|