ns-base-module 2.0.32 → 2.0.33
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/package.json
CHANGED
|
@@ -7,14 +7,13 @@
|
|
|
7
7
|
&.tags-wrap {
|
|
8
8
|
z-index: 2;
|
|
9
9
|
flex: 1;
|
|
10
|
-
.tags-list {
|
|
11
|
-
display: inline-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
color: #
|
|
16
|
-
|
|
17
|
-
cursor: pointer;
|
|
10
|
+
.tags-list {
|
|
11
|
+
display: inline-block;
|
|
12
|
+
margin-right: 8px;
|
|
13
|
+
padding: 8px 16px;
|
|
14
|
+
color: #666666;
|
|
15
|
+
background-color: var(--order-tab-bg-color, #fff);
|
|
16
|
+
cursor: pointer;
|
|
18
17
|
border-radius: 4px 4px 0 0;
|
|
19
18
|
font-weight: 500;
|
|
20
19
|
line-height: 1;
|
|
@@ -44,39 +43,30 @@
|
|
|
44
43
|
}
|
|
45
44
|
}
|
|
46
45
|
|
|
47
|
-
.num-txt {
|
|
48
|
-
display: inline-flex;
|
|
49
|
-
align-items: center;
|
|
50
|
-
justify-content: center;
|
|
51
|
-
min-width:
|
|
52
|
-
height:
|
|
53
|
-
margin-left: 4px;
|
|
54
|
-
padding: 0 8px;
|
|
55
|
-
color: #9b9b9b;
|
|
56
|
-
font-size: 12px;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
min-width: 16px;
|
|
72
|
-
height: 16px;
|
|
73
|
-
padding: 0;
|
|
74
|
-
line-height: 1;
|
|
75
|
-
border-radius: 50%;
|
|
76
|
-
text-align: center;
|
|
77
|
-
vertical-align: middle;
|
|
78
|
-
padding-top: 1px;
|
|
79
|
-
}
|
|
46
|
+
.num-txt {
|
|
47
|
+
display: inline-flex;
|
|
48
|
+
align-items: center;
|
|
49
|
+
justify-content: center;
|
|
50
|
+
min-width: 20px;
|
|
51
|
+
height: 20px;
|
|
52
|
+
margin-left: 4px;
|
|
53
|
+
padding: 0 8px;
|
|
54
|
+
color: #9b9b9b;
|
|
55
|
+
font-size: 12px;
|
|
56
|
+
line-height: 12px;
|
|
57
|
+
background: #ffffff;
|
|
58
|
+
border-radius: 999px;
|
|
59
|
+
box-sizing: border-box;
|
|
60
|
+
vertical-align: middle;
|
|
61
|
+
text-align: center;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.num-txt-single {
|
|
65
|
+
width: 20px;
|
|
66
|
+
min-width: 20px;
|
|
67
|
+
padding: 0;
|
|
68
|
+
border-radius: 50%;
|
|
69
|
+
}
|
|
80
70
|
|
|
81
71
|
.actionMenu {
|
|
82
72
|
color: var(--primary-text-color);
|
|
@@ -105,37 +95,28 @@
|
|
|
105
95
|
background-color: var(--primary-color);
|
|
106
96
|
}
|
|
107
97
|
|
|
108
|
-
.num-txt {
|
|
109
|
-
display: inline-flex;
|
|
110
|
-
align-items: center;
|
|
111
|
-
justify-content: center;
|
|
112
|
-
min-width:
|
|
113
|
-
height:
|
|
114
|
-
margin-left: 2px;
|
|
115
|
-
padding: 0 8px;
|
|
116
|
-
color: #9b9b9b;
|
|
117
|
-
font-size: 12px;
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
height: 16px;
|
|
134
|
-
padding: 0;
|
|
135
|
-
line-height: 1;
|
|
136
|
-
border-radius: 50%;
|
|
137
|
-
text-align: center;
|
|
138
|
-
vertical-align: middle;
|
|
139
|
-
padding-top: 2px;
|
|
140
|
-
}
|
|
141
|
-
}
|
|
98
|
+
.num-txt {
|
|
99
|
+
display: inline-flex;
|
|
100
|
+
align-items: center;
|
|
101
|
+
justify-content: center;
|
|
102
|
+
min-width: 20px;
|
|
103
|
+
height: 20px;
|
|
104
|
+
margin-left: 2px;
|
|
105
|
+
padding: 0 8px;
|
|
106
|
+
color: #9b9b9b;
|
|
107
|
+
font-size: 12px;
|
|
108
|
+
line-height: 12px;
|
|
109
|
+
background: #ffffff;
|
|
110
|
+
border-radius: 999px;
|
|
111
|
+
box-sizing: border-box;
|
|
112
|
+
vertical-align: middle;
|
|
113
|
+
text-align: center;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.num-txt-single {
|
|
117
|
+
width: 20px;
|
|
118
|
+
min-width: 20px;
|
|
119
|
+
padding: 0;
|
|
120
|
+
border-radius: 50%;
|
|
121
|
+
}
|
|
122
|
+
}
|