@fle-ui/plus-choose-goods 0.0.16-beta.1 → 0.0.17-beta.0
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 +17 -17
- package/es/index.js +2 -2
- package/es/index.less +77 -77
- package/lib/index.js +2 -2
- package/lib/index.less +77 -77
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
# @fle-ui/plus-choose-goods
|
|
2
|
-
|
|
3
|
-
> @fle-ui/plus-choose-site-goods
|
|
4
|
-
|
|
5
|
-
## Install
|
|
6
|
-
|
|
7
|
-
Using npm:
|
|
8
|
-
|
|
9
|
-
```bash
|
|
10
|
-
npm install --save @fle-ui/plus-choose-goods
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
or using yarn:
|
|
14
|
-
|
|
15
|
-
```bash
|
|
16
|
-
yarn add @fle-ui/plus-choose-goods
|
|
17
|
-
```
|
|
1
|
+
# @fle-ui/plus-choose-goods
|
|
2
|
+
|
|
3
|
+
> @fle-ui/plus-choose-site-goods
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
Using npm:
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
npm install --save @fle-ui/plus-choose-goods
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
or using yarn:
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
yarn add @fle-ui/plus-choose-goods
|
|
17
|
+
```
|
package/es/index.js
CHANGED
package/es/index.less
CHANGED
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
@primar-color: #2c68ff;
|
|
2
|
-
|
|
3
|
-
.choose-goods-modal {
|
|
4
|
-
.fle-modal-body {
|
|
5
|
-
padding: 0 !important;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.fle-radio-button-wrapper {
|
|
9
|
-
padding-inline: 12px;
|
|
10
|
-
}
|
|
11
|
-
.fle-pro-query-filter-actions {
|
|
12
|
-
.fle-space-item:first-child > div {
|
|
13
|
-
flex-direction: row-reverse;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
.table-goods-wrap {
|
|
17
|
-
display: flex;
|
|
18
|
-
|
|
19
|
-
.table-goods-img-wrap {
|
|
20
|
-
width: 60px;
|
|
21
|
-
height: 60px;
|
|
22
|
-
background: #f2f2f2;
|
|
23
|
-
border-radius: 1px;
|
|
24
|
-
box-sizing: border-box;
|
|
25
|
-
display: flex;
|
|
26
|
-
align-items: center;
|
|
27
|
-
overflow: hidden;
|
|
28
|
-
.pro-image {
|
|
29
|
-
width: 100%;
|
|
30
|
-
height: 100%;
|
|
31
|
-
object-fit: cover;
|
|
32
|
-
.fle-image {
|
|
33
|
-
width: 100%;
|
|
34
|
-
height: 100%;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.table-goods-content {
|
|
40
|
-
margin-left: 10px;
|
|
41
|
-
flex: 1;
|
|
42
|
-
|
|
43
|
-
.table-goods-content-title {
|
|
44
|
-
height: 34px;
|
|
45
|
-
font-size: 12px;
|
|
46
|
-
font-weight: 500;
|
|
47
|
-
color: #666666;
|
|
48
|
-
line-height: 17px;
|
|
49
|
-
text-align: left;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.table-goods-content-sub-title {
|
|
53
|
-
text-align: left;
|
|
54
|
-
height: 17px;
|
|
55
|
-
font-size: 12px;
|
|
56
|
-
font-weight: 400;
|
|
57
|
-
color: #666666;
|
|
58
|
-
overflow: hidden;
|
|
59
|
-
text-overflow: ellipsis;
|
|
60
|
-
white-space: nowrap;
|
|
61
|
-
margin-top: 9px;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.sort-item {
|
|
67
|
-
display: flex;
|
|
68
|
-
align-items: center;
|
|
69
|
-
.sort-item-label {
|
|
70
|
-
font-size: 12px;
|
|
71
|
-
}
|
|
72
|
-
.sort-item-icon {
|
|
73
|
-
font-size: 10px;
|
|
74
|
-
margin-left: 4px;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
1
|
+
@primar-color: #2c68ff;
|
|
2
|
+
|
|
3
|
+
.choose-goods-modal {
|
|
4
|
+
.fle-modal-body {
|
|
5
|
+
padding: 0 !important;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.fle-radio-button-wrapper {
|
|
9
|
+
padding-inline: 12px;
|
|
10
|
+
}
|
|
11
|
+
.fle-pro-query-filter-actions {
|
|
12
|
+
.fle-space-item:first-child > div {
|
|
13
|
+
flex-direction: row-reverse;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
.table-goods-wrap {
|
|
17
|
+
display: flex;
|
|
18
|
+
|
|
19
|
+
.table-goods-img-wrap {
|
|
20
|
+
width: 60px;
|
|
21
|
+
height: 60px;
|
|
22
|
+
background: #f2f2f2;
|
|
23
|
+
border-radius: 1px;
|
|
24
|
+
box-sizing: border-box;
|
|
25
|
+
display: flex;
|
|
26
|
+
align-items: center;
|
|
27
|
+
overflow: hidden;
|
|
28
|
+
.pro-image {
|
|
29
|
+
width: 100%;
|
|
30
|
+
height: 100%;
|
|
31
|
+
object-fit: cover;
|
|
32
|
+
.fle-image {
|
|
33
|
+
width: 100%;
|
|
34
|
+
height: 100%;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.table-goods-content {
|
|
40
|
+
margin-left: 10px;
|
|
41
|
+
flex: 1;
|
|
42
|
+
|
|
43
|
+
.table-goods-content-title {
|
|
44
|
+
height: 34px;
|
|
45
|
+
font-size: 12px;
|
|
46
|
+
font-weight: 500;
|
|
47
|
+
color: #666666;
|
|
48
|
+
line-height: 17px;
|
|
49
|
+
text-align: left;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.table-goods-content-sub-title {
|
|
53
|
+
text-align: left;
|
|
54
|
+
height: 17px;
|
|
55
|
+
font-size: 12px;
|
|
56
|
+
font-weight: 400;
|
|
57
|
+
color: #666666;
|
|
58
|
+
overflow: hidden;
|
|
59
|
+
text-overflow: ellipsis;
|
|
60
|
+
white-space: nowrap;
|
|
61
|
+
margin-top: 9px;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.sort-item {
|
|
67
|
+
display: flex;
|
|
68
|
+
align-items: center;
|
|
69
|
+
.sort-item-label {
|
|
70
|
+
font-size: 12px;
|
|
71
|
+
}
|
|
72
|
+
.sort-item-icon {
|
|
73
|
+
font-size: 10px;
|
|
74
|
+
margin-left: 4px;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
package/lib/index.js
CHANGED
package/lib/index.less
CHANGED
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
@primar-color: #2c68ff;
|
|
2
|
-
|
|
3
|
-
.choose-goods-modal {
|
|
4
|
-
.fle-modal-body {
|
|
5
|
-
padding: 0 !important;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.fle-radio-button-wrapper {
|
|
9
|
-
padding-inline: 12px;
|
|
10
|
-
}
|
|
11
|
-
.fle-pro-query-filter-actions {
|
|
12
|
-
.fle-space-item:first-child > div {
|
|
13
|
-
flex-direction: row-reverse;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
.table-goods-wrap {
|
|
17
|
-
display: flex;
|
|
18
|
-
|
|
19
|
-
.table-goods-img-wrap {
|
|
20
|
-
width: 60px;
|
|
21
|
-
height: 60px;
|
|
22
|
-
background: #f2f2f2;
|
|
23
|
-
border-radius: 1px;
|
|
24
|
-
box-sizing: border-box;
|
|
25
|
-
display: flex;
|
|
26
|
-
align-items: center;
|
|
27
|
-
overflow: hidden;
|
|
28
|
-
.pro-image {
|
|
29
|
-
width: 100%;
|
|
30
|
-
height: 100%;
|
|
31
|
-
object-fit: cover;
|
|
32
|
-
.fle-image {
|
|
33
|
-
width: 100%;
|
|
34
|
-
height: 100%;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.table-goods-content {
|
|
40
|
-
margin-left: 10px;
|
|
41
|
-
flex: 1;
|
|
42
|
-
|
|
43
|
-
.table-goods-content-title {
|
|
44
|
-
height: 34px;
|
|
45
|
-
font-size: 12px;
|
|
46
|
-
font-weight: 500;
|
|
47
|
-
color: #666666;
|
|
48
|
-
line-height: 17px;
|
|
49
|
-
text-align: left;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.table-goods-content-sub-title {
|
|
53
|
-
text-align: left;
|
|
54
|
-
height: 17px;
|
|
55
|
-
font-size: 12px;
|
|
56
|
-
font-weight: 400;
|
|
57
|
-
color: #666666;
|
|
58
|
-
overflow: hidden;
|
|
59
|
-
text-overflow: ellipsis;
|
|
60
|
-
white-space: nowrap;
|
|
61
|
-
margin-top: 9px;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.sort-item {
|
|
67
|
-
display: flex;
|
|
68
|
-
align-items: center;
|
|
69
|
-
.sort-item-label {
|
|
70
|
-
font-size: 12px;
|
|
71
|
-
}
|
|
72
|
-
.sort-item-icon {
|
|
73
|
-
font-size: 10px;
|
|
74
|
-
margin-left: 4px;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
1
|
+
@primar-color: #2c68ff;
|
|
2
|
+
|
|
3
|
+
.choose-goods-modal {
|
|
4
|
+
.fle-modal-body {
|
|
5
|
+
padding: 0 !important;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.fle-radio-button-wrapper {
|
|
9
|
+
padding-inline: 12px;
|
|
10
|
+
}
|
|
11
|
+
.fle-pro-query-filter-actions {
|
|
12
|
+
.fle-space-item:first-child > div {
|
|
13
|
+
flex-direction: row-reverse;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
.table-goods-wrap {
|
|
17
|
+
display: flex;
|
|
18
|
+
|
|
19
|
+
.table-goods-img-wrap {
|
|
20
|
+
width: 60px;
|
|
21
|
+
height: 60px;
|
|
22
|
+
background: #f2f2f2;
|
|
23
|
+
border-radius: 1px;
|
|
24
|
+
box-sizing: border-box;
|
|
25
|
+
display: flex;
|
|
26
|
+
align-items: center;
|
|
27
|
+
overflow: hidden;
|
|
28
|
+
.pro-image {
|
|
29
|
+
width: 100%;
|
|
30
|
+
height: 100%;
|
|
31
|
+
object-fit: cover;
|
|
32
|
+
.fle-image {
|
|
33
|
+
width: 100%;
|
|
34
|
+
height: 100%;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.table-goods-content {
|
|
40
|
+
margin-left: 10px;
|
|
41
|
+
flex: 1;
|
|
42
|
+
|
|
43
|
+
.table-goods-content-title {
|
|
44
|
+
height: 34px;
|
|
45
|
+
font-size: 12px;
|
|
46
|
+
font-weight: 500;
|
|
47
|
+
color: #666666;
|
|
48
|
+
line-height: 17px;
|
|
49
|
+
text-align: left;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.table-goods-content-sub-title {
|
|
53
|
+
text-align: left;
|
|
54
|
+
height: 17px;
|
|
55
|
+
font-size: 12px;
|
|
56
|
+
font-weight: 400;
|
|
57
|
+
color: #666666;
|
|
58
|
+
overflow: hidden;
|
|
59
|
+
text-overflow: ellipsis;
|
|
60
|
+
white-space: nowrap;
|
|
61
|
+
margin-top: 9px;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.sort-item {
|
|
67
|
+
display: flex;
|
|
68
|
+
align-items: center;
|
|
69
|
+
.sort-item-label {
|
|
70
|
+
font-size: 12px;
|
|
71
|
+
}
|
|
72
|
+
.sort-item-icon {
|
|
73
|
+
font-size: 10px;
|
|
74
|
+
margin-left: 4px;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fle-ui/plus-choose-goods",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.17-beta.0",
|
|
4
4
|
"description": "@fle-ui/plus-choose-goods",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fle-ui",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "bc2585e309e53efecea75741bcc794de25037a4d"
|
|
49
49
|
}
|