@fle-ui/plus-choose-mall-goods 1.0.12 → 1.0.13

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/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.12",
3
+ "version": "1.0.13",
4
4
  "description": "@fle-ui/plus-choose-mall-goods",
5
5
  "keywords": [
6
6
  "fle-ui",
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "0797d87314048f6fcdd837b1f1a758f67eb6d4e1"
47
+ "gitHead": "e5c3642fbf11e8311345a851eacdfbf1f7528c19"
48
48
  }