vdesign-ui 0.2.1 → 0.2.2
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/dist/components/actionbar/style.less +8 -12
- package/dist/components/actionbar-cell/index.js +7 -0
- package/dist/components/{actionbar/actionbar-cell → actionbar-cell}/index.vue +4 -0
- package/dist/components/{actions-cell/actions → actions}/index.vue +6 -6
- package/dist/components/{actions-cell/actions → actions}/style.less +38 -41
- package/dist/components/activityviews/index.vue +7 -1
- package/dist/components/activityviews/style.less +42 -46
- package/dist/components/badge/style.less +22 -34
- package/dist/components/button/index.vue +4 -0
- package/dist/components/button/style.less +82 -87
- package/dist/components/calendar/index.vue +1 -1
- package/dist/components/calendar/style.less +24 -53
- package/dist/components/checkbox/index.vue +5 -1
- package/dist/components/checkbox/style.less +30 -32
- package/dist/components/checkbox-group/index.js +7 -0
- package/dist/components/{checkbox/checkbox-group → checkbox-group}/index.vue +1 -2
- package/dist/components/common/state/index.vue +1 -48
- package/dist/components/common/state/style.less +48 -0
- package/dist/components/data-list/style.less +81 -82
- package/dist/components/datetime-picker/style.less +12 -12
- package/dist/components/dialog/index.vue +4 -0
- package/dist/components/dialog/style.less +27 -31
- package/dist/components/divider/style.less +1 -1
- package/dist/components/dropdown/index.vue +6 -1
- package/dist/components/dropdown/style.less +117 -125
- package/dist/components/empty/index.vue +10 -8
- package/dist/components/empty/style.less +34 -26
- package/dist/components/footer/style.less +6 -7
- package/dist/components/footnav/index.vue +1 -1
- package/dist/components/footnav/style.less +5 -5
- package/dist/components/{footnav/footnav-item → footnav-item}/index.vue +7 -1
- package/dist/components/{footnav/footnav-item → footnav-item}/style.less +2 -2
- package/dist/components/headnav/index.vue +5 -1
- package/dist/components/headnav/style.less +54 -58
- package/dist/components/icon/style.less +4 -4
- package/dist/components/input/index.vue +4 -0
- package/dist/components/input/style.less +88 -101
- package/dist/components/list/index.vue +5 -0
- package/dist/components/list/style.less +45 -52
- package/dist/components/loading/style.less +25 -27
- package/dist/components/mixins/languageMixin.js +7 -3
- package/dist/components/mixins/outlineConfigPlugin.js +1 -1
- package/dist/components/mixins/themeMixin.js +29 -15
- package/dist/components/noticebar/index.vue +7 -1
- package/dist/components/noticebar/style.less +125 -129
- package/dist/components/overlay/index.vue +34 -11
- package/dist/components/pagebreak/style.less +18 -19
- package/dist/components/popover/index.vue +2 -1
- package/dist/components/popover/style.less +39 -39
- package/dist/components/radio/index.js +1 -1
- package/dist/components/radio/index.vue +1 -1
- package/dist/components/radio/style.less +35 -43
- package/dist/components/radio-group/index.js +6 -0
- package/dist/components/{radio/radio-group → radio-group}/index.vue +1 -1
- package/dist/components/result/completed-dark.png +0 -0
- package/dist/components/result/completed.png +0 -0
- package/dist/components/result/error-dark.png +0 -0
- package/dist/components/result/error.png +0 -0
- package/dist/components/result/index.vue +1 -2
- package/dist/components/result/style.less +22 -20
- package/dist/components/result/wait-dark.png +0 -0
- package/dist/components/result/wait.png +0 -0
- package/dist/components/{input/search → search}/index.vue +4 -0
- package/dist/components/selector/index.vue +4 -0
- package/dist/components/selector/style.less +96 -100
- package/dist/components/skeleton/style.less +112 -107
- package/dist/components/slider/index.vue +1 -1
- package/dist/components/slider/style.less +41 -37
- package/dist/components/step/style.less +3 -4
- package/dist/components/step-item/index.vue +12 -3
- package/dist/components/step-item/style.less +61 -60
- package/dist/components/{input/stepper → stepper}/index.vue +5 -1
- package/dist/components/switch/style.less +8 -8
- package/dist/components/tab/index.js +7 -0
- package/dist/components/tabs/index.vue +4 -0
- package/dist/components/tabs/style.less +97 -105
- package/dist/components/tag/style.less +35 -35
- package/dist/components/title/index.vue +4 -0
- package/dist/components/title/style.less +164 -170
- package/dist/components/toast/index.js +9 -3
- package/dist/components/toast/style.less +8 -8
- package/dist/components/upload/index.vue +4 -0
- package/dist/components/upload/style.less +22 -31
- package/dist/components/utils/env.js +2 -0
- package/dist/token.css +1278 -1278
- package/dist/vdesign-ui.common.js +1112 -948
- package/dist/vdesign-ui.css +1 -1
- package/dist/vdesign-ui.umd.js +1112 -948
- package/dist/vdesign-ui.umd.min.js +3 -3
- package/package.json +1 -1
- package/dist/components/checkbox/checkbox-group/index.js +0 -8
- package/dist/components/radio/assist.js +0 -34
- package/dist/components/radio/style.css +0 -213
- package/dist/img/completed-dark.4183a8a8.png +0 -0
- package/dist/img/error-dark.b80857da.png +0 -0
- package/dist/img/wait-dark.6aa28731.png +0 -0
- /package/dist/components/{actions-cell/actions → actions}/index.js +0 -0
- /package/dist/components/{footnav/footnav-item → footnav-item}/index.js +0 -0
- /package/dist/components/{input/password → password}/index.js +0 -0
- /package/dist/components/{input/password → password}/index.vue +0 -0
- /package/dist/components/{input/search → search}/index.js +0 -0
- /package/dist/components/{input/stepper → stepper}/index.js +0 -0
- /package/dist/components/{tabs/tab → tab}/index.vue +0 -0
- /package/dist/components/{checkbox → utils}/assist.js +0 -0
|
@@ -5,48 +5,45 @@
|
|
|
5
5
|
&__wrap {
|
|
6
6
|
position: relative;
|
|
7
7
|
width: 100%;
|
|
8
|
-
// background-color: #fff;
|
|
9
8
|
}
|
|
10
9
|
|
|
11
10
|
&-primary {
|
|
12
11
|
position: relative;
|
|
13
12
|
display: inline-block;
|
|
14
13
|
cursor: pointer;
|
|
15
|
-
padding-inline-start:
|
|
16
|
-
padding-inline-end:
|
|
14
|
+
padding-inline-start: var(--spacing-tab-primary-padding_left);
|
|
15
|
+
padding-inline-end: var(--spacing-tab-primary-padding_right);
|
|
17
16
|
color: var(--color-tab-primary-text-default);
|
|
18
|
-
font-size:
|
|
17
|
+
font-size: var(--en-single-f-d-r-fontSize);
|
|
19
18
|
font-weight: var(--en-single-f-d-r-fontWeight);
|
|
20
|
-
|
|
19
|
+
|
|
21
20
|
&-bar {
|
|
22
21
|
position: relative;
|
|
23
|
-
// display: flex;
|
|
24
22
|
white-space: nowrap;
|
|
25
|
-
padding-inline-start:
|
|
26
|
-
height:
|
|
27
|
-
line-height:
|
|
23
|
+
padding-inline-start: var(--spacing-tab-primary-margin_left);
|
|
24
|
+
height: var(--height-super-large);
|
|
25
|
+
line-height: var(--height-super-large);
|
|
28
26
|
}
|
|
29
|
-
|
|
27
|
+
|
|
30
28
|
&-active {
|
|
31
29
|
color: var(--color-tab-primary-text-active);
|
|
32
|
-
font-size:
|
|
30
|
+
font-size: var(--en-single-f-e-s-fontSize);
|
|
33
31
|
font-weight: var(--en-single-f-e-s-fontWeight);
|
|
34
|
-
|
|
35
|
-
|
|
32
|
+
|
|
36
33
|
&::before {
|
|
37
34
|
content: "";
|
|
38
35
|
bottom: 11px;
|
|
39
|
-
height:
|
|
40
|
-
width:
|
|
36
|
+
height: var(--height-tab-primary-bar);
|
|
37
|
+
width: var(--width-tab-primary-bar);
|
|
41
38
|
display: block;
|
|
42
39
|
position: absolute;
|
|
43
40
|
background-color: var(--color-tab-primary-bar-active);
|
|
44
41
|
left: 50%;
|
|
45
42
|
transform: translateX(-50%);
|
|
46
|
-
border-radius:
|
|
43
|
+
border-radius: var(--radius-tab-primary_bar);
|
|
47
44
|
}
|
|
48
45
|
}
|
|
49
|
-
}
|
|
46
|
+
}
|
|
50
47
|
|
|
51
48
|
&-card {
|
|
52
49
|
min-width: 1%;
|
|
@@ -58,28 +55,28 @@
|
|
|
58
55
|
cursor: pointer;
|
|
59
56
|
text-align: center;
|
|
60
57
|
color: var(--color-tab-primary-text-default);
|
|
61
|
-
font-size:
|
|
58
|
+
font-size: var(--en-single-f-d-r-fontSize);
|
|
62
59
|
font-weight: var(--en-single-f-d-r-fontWeight);
|
|
63
|
-
|
|
60
|
+
|
|
64
61
|
&-bar {
|
|
65
62
|
position: relative;
|
|
66
63
|
display: flex;
|
|
67
64
|
padding-inline-start: 20px;
|
|
68
65
|
padding-inline-end: 20px;
|
|
69
|
-
height:
|
|
70
|
-
line-height:
|
|
66
|
+
height: var(--height-super-large);
|
|
67
|
+
line-height: var(--height-super-large);
|
|
71
68
|
}
|
|
72
|
-
|
|
69
|
+
|
|
73
70
|
&-active {
|
|
74
71
|
color: var(--color-tab-primary-text-active);
|
|
75
|
-
font-size:
|
|
72
|
+
font-size: var(--en-single-f-e-s-fontSize);
|
|
76
73
|
font-weight: var(--en-single-f-e-s-fontWeight);
|
|
77
|
-
|
|
74
|
+
|
|
78
75
|
&::before {
|
|
79
76
|
content: "";
|
|
80
77
|
bottom: 11px;
|
|
81
|
-
height:
|
|
82
|
-
width:
|
|
78
|
+
height: var(--height-tab-primary-bar);
|
|
79
|
+
width: var(--width-tab-primary-bar);
|
|
83
80
|
display: block;
|
|
84
81
|
position: absolute;
|
|
85
82
|
background-color: var(--color-tab-primary-bar-active);
|
|
@@ -89,42 +86,42 @@
|
|
|
89
86
|
}
|
|
90
87
|
}
|
|
91
88
|
}
|
|
92
|
-
|
|
89
|
+
|
|
93
90
|
&-secondary {
|
|
94
91
|
position: relative;
|
|
95
92
|
display: inline-block;
|
|
96
93
|
cursor: pointer;
|
|
97
|
-
margin-inline-start:
|
|
98
|
-
margin-inline-end:
|
|
94
|
+
margin-inline-start: var(--spacing-tab-secondary-padding_left);
|
|
95
|
+
margin-inline-end: var(--spacing-tab-secondary-padding_right);
|
|
99
96
|
color: var(--color-tab-primary-text-default);
|
|
100
|
-
font-size:
|
|
97
|
+
font-size: var(--en-single-f-c-r-fontSize);
|
|
101
98
|
font-weight: var(--en-single-f-c-r-fontWeigh);
|
|
102
99
|
|
|
103
100
|
&-bar {
|
|
104
101
|
display: flex;
|
|
105
102
|
align-items: center;
|
|
106
103
|
position: relative;
|
|
107
|
-
padding-inline-start:
|
|
108
|
-
height:
|
|
109
|
-
line-height:
|
|
104
|
+
padding-inline-start: var(--spacing-tab-secondary-margin_left);
|
|
105
|
+
height: var(--height-tab-secondary);
|
|
106
|
+
line-height: var(--height-tab-secondary);
|
|
110
107
|
}
|
|
111
108
|
|
|
112
109
|
&-active {
|
|
113
110
|
color: var(--color-tab-primary-text-active);
|
|
114
|
-
font-size:
|
|
111
|
+
font-size: var(--en-single-f-c-s-fontSize);
|
|
115
112
|
font-weight: var(--en-single-f-c-s-fontWeight);
|
|
116
113
|
|
|
117
114
|
&::before {
|
|
118
115
|
content: "";
|
|
119
116
|
bottom: 0;
|
|
120
|
-
height:
|
|
117
|
+
height: var(--height-tab-secondary-bar);
|
|
121
118
|
display: block;
|
|
122
119
|
position: absolute;
|
|
123
120
|
background-color: var(--color-tab-secondary-bar-active);
|
|
124
121
|
left: 0;
|
|
125
122
|
right: 0;
|
|
126
123
|
width: 100%;
|
|
127
|
-
border-radius:
|
|
124
|
+
border-radius: var(--radius-tab-secondary-bar_top) var(--radius-tab-secondary-bar_top) var(--radius-tab-secondary-bar_bottom) var(--radius-tab-secondary-bar_bottom);
|
|
128
125
|
}
|
|
129
126
|
}
|
|
130
127
|
}
|
|
@@ -134,41 +131,40 @@
|
|
|
134
131
|
display: inline-block;
|
|
135
132
|
cursor: pointer;
|
|
136
133
|
vertical-align: middle;
|
|
137
|
-
height:
|
|
138
|
-
line-height:
|
|
139
|
-
padding-inline-start:
|
|
140
|
-
padding-inline-end:
|
|
141
|
-
margin-inline-start:
|
|
142
|
-
margin-inline-end:
|
|
134
|
+
height: var(--height-tab-capsule_btn);
|
|
135
|
+
line-height: var(--height-tab-capsule_btn);
|
|
136
|
+
padding-inline-start: var(--spacing-tab-capsule_btn-padding_left);
|
|
137
|
+
padding-inline-end: var(--spacing-tab-capsule_btn-padding_right);
|
|
138
|
+
margin-inline-start: var(--spacing-tab-capsule_btn-margin_right);
|
|
139
|
+
margin-inline-end: var(--spacing-tab-capsule_btn-margin_right);
|
|
143
140
|
background-color: var(--color-tab-capsule_btn-bg-default);
|
|
144
141
|
color: var(--color-tab-capsule-text-default);
|
|
145
|
-
font-size:
|
|
142
|
+
font-size: var(--en-single-f-c-r-fontSize);
|
|
146
143
|
font-weight: var(--en-single-f-c-r-fontWeight);
|
|
147
|
-
border-radius:
|
|
148
|
-
|
|
144
|
+
border-radius: var(--radius-tab-capsule_button);
|
|
145
|
+
|
|
149
146
|
&-bar {
|
|
150
147
|
position: relative;
|
|
151
|
-
// display: flex;
|
|
152
148
|
white-space: nowrap;
|
|
153
149
|
align-items: center;
|
|
154
|
-
padding-inline-start:
|
|
155
|
-
height:
|
|
156
|
-
line-height:
|
|
150
|
+
padding-inline-start: var(--spacing-tab-capsule-margin_left);
|
|
151
|
+
height: var(--height-tab-capsule);
|
|
152
|
+
line-height: var(--height-tab-capsule);
|
|
157
153
|
}
|
|
158
|
-
|
|
154
|
+
|
|
159
155
|
&-active {
|
|
160
156
|
color: var(--color-tab-capsule-text-active);
|
|
161
|
-
font-size:
|
|
157
|
+
font-size: var(--en-single-f-c-s-fontSize);
|
|
162
158
|
font-weight: var(--en-single-f-c-s-fontWeight);
|
|
163
159
|
background-color: var(--color-tab-capsule_btn-bg-active);
|
|
164
|
-
|
|
160
|
+
|
|
165
161
|
.@{tabs-prefix-cls}-arrow {
|
|
166
162
|
color: var(--color-tab-filter_down-active);
|
|
167
163
|
transform: rotate(180deg);
|
|
168
164
|
}
|
|
169
165
|
}
|
|
170
|
-
|
|
171
166
|
}
|
|
167
|
+
|
|
172
168
|
|
|
173
169
|
&-selector-l {
|
|
174
170
|
flex: 1;
|
|
@@ -176,67 +172,66 @@
|
|
|
176
172
|
display: inline-block;
|
|
177
173
|
text-align: center;
|
|
178
174
|
cursor: pointer;
|
|
179
|
-
height:
|
|
180
|
-
line-height:
|
|
175
|
+
height: var(--height-tab-selector_l_btn);
|
|
176
|
+
line-height: var(--height-tab-selector_l_btn);
|
|
181
177
|
color: var(--color-tab-selector-text-default);
|
|
182
|
-
font-size:
|
|
178
|
+
font-size: var(--en-single-f-c-r-fontSize);
|
|
183
179
|
font-weight: var(--en-single-f-c-r-fontWeight);
|
|
184
|
-
|
|
180
|
+
|
|
185
181
|
&-bar {
|
|
186
182
|
position: relative;
|
|
187
183
|
display: flex;
|
|
188
|
-
// background-color: #F7F8F9;
|
|
189
184
|
background-color: var(--color-tab-selector-bg-default);
|
|
190
|
-
border-radius:
|
|
191
|
-
padding-inline-start:
|
|
192
|
-
padding-inline-end:
|
|
193
|
-
padding-block-start:
|
|
194
|
-
padding-block-end:
|
|
185
|
+
border-radius: var(--radius-tab-selector_card);
|
|
186
|
+
padding-inline-start: var(--spacing-tab-selector-margin_left);
|
|
187
|
+
padding-inline-end: var(--spacing-tab-selector-margin_right);
|
|
188
|
+
padding-block-start: var(--spacing-tab-selector-margin_top);
|
|
189
|
+
padding-block-end: var(--spacing-tab-selector-margin_bottom);
|
|
195
190
|
}
|
|
196
|
-
|
|
191
|
+
|
|
197
192
|
&-active {
|
|
198
193
|
color: var(--color-tab-selector-text-active);
|
|
199
|
-
font-size:
|
|
194
|
+
font-size: var(--en-single-f-c-s-fontSize);
|
|
200
195
|
font-weight: var(--en-single-f-c-s-fontWeight);
|
|
201
196
|
background-color: var(--color-tab-selector-bg-active);
|
|
202
197
|
box-shadow: var(--shadow-s1);
|
|
203
|
-
border-radius:
|
|
198
|
+
border-radius: var(--radius-tab-selector_card);
|
|
204
199
|
}
|
|
205
200
|
}
|
|
206
|
-
|
|
201
|
+
|
|
207
202
|
&-selector-m {
|
|
208
203
|
flex: 1;
|
|
209
204
|
position: relative;
|
|
210
205
|
display: inline-block;
|
|
211
206
|
text-align: center;
|
|
212
207
|
cursor: pointer;
|
|
213
|
-
height:
|
|
214
|
-
line-height:
|
|
208
|
+
height: var(--height-tab-selector_m_btn);
|
|
209
|
+
line-height: var(--height-tab-selector_m_btn);
|
|
215
210
|
color: var(--color-tab-selector-text-default);
|
|
216
|
-
font-size:
|
|
211
|
+
font-size: var(--en-single-f-b-r-fontSize);
|
|
217
212
|
font-weight: var(--en-single-f-b-r-fontWeight);
|
|
218
|
-
|
|
213
|
+
|
|
219
214
|
&-bar {
|
|
220
215
|
position: relative;
|
|
221
216
|
display: flex;
|
|
222
|
-
// background-color: #F7F8F9;
|
|
223
217
|
background-color: var(--color-tab-selector-bg-default);
|
|
224
|
-
border-radius:
|
|
225
|
-
padding-inline-start:
|
|
226
|
-
padding-inline-end:
|
|
227
|
-
padding-block-start:
|
|
228
|
-
padding-block-end:
|
|
218
|
+
border-radius: var(--radius-tab-selector_card);
|
|
219
|
+
padding-inline-start: var(--spacing-tab-selector-margin_left);
|
|
220
|
+
padding-inline-end: var(--spacing-tab-selector-margin_right);
|
|
221
|
+
padding-block-start: var(--spacing-tab-selector-margin_top);
|
|
222
|
+
padding-block-end: var(--spacing-tab-selector-margin_bottom);
|
|
229
223
|
}
|
|
230
|
-
|
|
224
|
+
|
|
231
225
|
&-active {
|
|
232
226
|
color: var(--color-tab-selector-text-active);
|
|
233
|
-
font-size:
|
|
227
|
+
font-size: var(--en-single-f-b-s-fontSize);
|
|
234
228
|
font-weight: var(--en-single-f-b-s-fontWeight);
|
|
235
229
|
background-color: var(--color-tab-selector-bg-active);
|
|
236
230
|
box-shadow: var(--shadow-s1);
|
|
237
|
-
border-radius:
|
|
231
|
+
border-radius: var(--radius-tab-selector_card);
|
|
238
232
|
}
|
|
239
233
|
}
|
|
234
|
+
|
|
240
235
|
|
|
241
236
|
&-filter {
|
|
242
237
|
flex: 1;
|
|
@@ -244,60 +239,57 @@
|
|
|
244
239
|
cursor: pointer;
|
|
245
240
|
text-align: center;
|
|
246
241
|
color: var(--color-tab-filter-text-default);
|
|
247
|
-
font-size:
|
|
242
|
+
font-size: var(--en-single-f-c-r-fontSize);
|
|
248
243
|
font-weight: var(--en-single-f-c-r-fontWeight);
|
|
249
|
-
|
|
244
|
+
|
|
250
245
|
&-bar {
|
|
251
246
|
position: relative;
|
|
252
247
|
display: flex;
|
|
253
|
-
height:
|
|
254
|
-
line-height:
|
|
255
|
-
padding-inline-start:
|
|
256
|
-
padding-inline-end:
|
|
248
|
+
height: var(--height-tab-filter);
|
|
249
|
+
line-height: var(--height-tab-filter);
|
|
250
|
+
padding-inline-start: var(--spacing-tab-filter-margin_y);
|
|
251
|
+
padding-inline-end: var(--spacing-tab-filter-margin_y);
|
|
257
252
|
}
|
|
258
|
-
|
|
253
|
+
|
|
259
254
|
&-active {
|
|
260
255
|
color: var(--color-tab-filter-text-active);
|
|
261
|
-
font-size:
|
|
256
|
+
font-size: var(--en-single-f-c-s-fontSize);
|
|
262
257
|
font-weight: var(--en-single-f-c-s-fontWeight);
|
|
263
|
-
|
|
258
|
+
|
|
264
259
|
.@{tabs-prefix-cls}-arrow {
|
|
265
260
|
color: var(--color-tab-filter_down);
|
|
266
261
|
transform: rotate(180deg);
|
|
267
262
|
}
|
|
268
263
|
}
|
|
269
264
|
}
|
|
270
|
-
|
|
265
|
+
|
|
271
266
|
&-click-filter {
|
|
272
267
|
flex: 1;
|
|
273
268
|
position: relative;
|
|
274
269
|
cursor: pointer;
|
|
275
270
|
text-align: center;
|
|
276
271
|
color: var(--color-tab-double_click_filter-text-default);
|
|
277
|
-
font-size:
|
|
272
|
+
font-size: var(--en-single-f-c-r-fontSize);
|
|
278
273
|
font-weight: var(--en-single-f-c-r-fontWeight);
|
|
279
|
-
|
|
274
|
+
|
|
280
275
|
&-bar {
|
|
281
276
|
position: relative;
|
|
282
277
|
display: flex;
|
|
283
|
-
height:
|
|
284
|
-
line-height:
|
|
278
|
+
height: var(--height-tab-filter);
|
|
279
|
+
line-height: var(--height-tab-filter);
|
|
285
280
|
}
|
|
286
|
-
|
|
281
|
+
|
|
287
282
|
&-active {
|
|
288
283
|
color: var(--color-tab-double_click_filter-text-active);
|
|
289
|
-
font-size:
|
|
284
|
+
font-size: var(--en-single-f-c-s-fontSize);
|
|
290
285
|
font-weight: var(--en-single-f-c-s-fontWeight);
|
|
291
286
|
}
|
|
292
287
|
}
|
|
288
|
+
|
|
293
289
|
|
|
294
290
|
&-menu-btn {
|
|
295
291
|
cursor: pointer;
|
|
296
|
-
|
|
297
|
-
// top: 50%;
|
|
298
|
-
// transform: translateY(-50%)!important;
|
|
299
|
-
// right: 0;
|
|
300
|
-
font-size: calc(var(--icon-large) * 1px) !important;
|
|
292
|
+
font-size: var(--icon-large)!important;
|
|
301
293
|
}
|
|
302
294
|
|
|
303
295
|
&-text-cell {
|
|
@@ -309,7 +301,7 @@
|
|
|
309
301
|
&-arrow {
|
|
310
302
|
display: inline-block;
|
|
311
303
|
vertical-align: -1px;
|
|
312
|
-
font-size:
|
|
304
|
+
font-size: var(--icon-small) !important;
|
|
313
305
|
color: var(--color-tab-filter_down);
|
|
314
306
|
}
|
|
315
307
|
|
|
@@ -328,8 +320,8 @@
|
|
|
328
320
|
&--right {
|
|
329
321
|
position: relative;
|
|
330
322
|
display: flex;
|
|
331
|
-
height:
|
|
332
|
-
padding-inline-end:
|
|
323
|
+
height: var(--icon-large);
|
|
324
|
+
padding-inline-end: var(--spacing-tab-primary_icon-margin_right);
|
|
333
325
|
color: var(--text-color-h1);
|
|
334
326
|
|
|
335
327
|
&::before {
|
|
@@ -355,7 +347,7 @@
|
|
|
355
347
|
overflow-x: auto;
|
|
356
348
|
overflow-y: hidden;
|
|
357
349
|
-webkit-overflow-scrolling: touch;
|
|
358
|
-
padding-inline-end:
|
|
350
|
+
padding-inline-end: var(--spacing-tab-primary_icon-margin_right);
|
|
359
351
|
|
|
360
352
|
&::-webkit-scrollbar {
|
|
361
353
|
display: none;
|
|
@@ -3,21 +3,21 @@
|
|
|
3
3
|
.@{tag-prefix-cls}{
|
|
4
4
|
display: inline-flex;
|
|
5
5
|
align-items: center;
|
|
6
|
-
border-radius:
|
|
7
|
-
padding: 0
|
|
8
|
-
|
|
9
|
-
&--s{
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
border-radius: var(--radius-tag-bg);
|
|
7
|
+
padding: 0 var(--spacing-tag-padding_y);
|
|
8
|
+
|
|
9
|
+
&--s {
|
|
10
|
+
font-size: var(--en-single-f-b-s-fontSize);
|
|
11
|
+
font-weight: var(--en-single-f-b-s-fontWeight);
|
|
12
|
+
height: var(--height-tag-s);
|
|
13
13
|
}
|
|
14
|
-
|
|
15
|
-
&--l{
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
14
|
+
|
|
15
|
+
&--l {
|
|
16
|
+
font-size: var(--en-single-f-b-r-fontSize);
|
|
17
|
+
font-weight: var(--en-single-f-b-r-fontWeight);
|
|
18
|
+
height: var(--height-tag-m);
|
|
19
19
|
}
|
|
20
|
-
|
|
20
|
+
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
&--white{
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
|
|
27
27
|
&__border{
|
|
28
28
|
background-color:transparent;
|
|
29
|
-
font-size:
|
|
29
|
+
font-size: var(--en-single-f-b-r-fontSize);
|
|
30
30
|
font-weight: var(--en-single-f-b-r-fontWeight);
|
|
31
31
|
color: var(--color-tag-default_border-text);
|
|
32
32
|
&::after{
|
|
33
33
|
border-color: var(--color-tag-default-border);
|
|
34
|
-
border-radius: calc(var(--radius-tag-bg) *
|
|
34
|
+
border-radius: calc(var(--radius-tag-bg) * 2);
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
|
|
43
43
|
&__border{
|
|
44
44
|
background-color:transparent;
|
|
45
|
-
font-size:
|
|
45
|
+
font-size: var(--en-single-f-b-r-fontSize);
|
|
46
46
|
font-weight: var(--en-single-f-b-r-fontWeight);
|
|
47
47
|
color: var(--color-tag-dark_border-text);
|
|
48
48
|
&::after{
|
|
49
49
|
border-color: var(--color-tag-dark-border);
|
|
50
|
-
border-radius: calc(var(--radius-tag-bg) *
|
|
50
|
+
border-radius: calc(var(--radius-tag-bg) * 2);
|
|
51
51
|
|
|
52
52
|
}
|
|
53
53
|
}
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
|
|
60
60
|
&__border{
|
|
61
61
|
background-color:transparent;
|
|
62
|
-
font-size:
|
|
62
|
+
font-size: var(--en-single-f-b-r-fontSize);
|
|
63
63
|
font-weight: var(--en-single-f-b-r-fontWeight);
|
|
64
64
|
&::after{
|
|
65
65
|
border-color: var(--color-tag-blue-border);
|
|
66
|
-
border-radius: calc(var(--radius-tag-bg) *
|
|
66
|
+
border-radius: calc(var(--radius-tag-bg) * 2);
|
|
67
67
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
@@ -75,11 +75,11 @@
|
|
|
75
75
|
|
|
76
76
|
&__border{
|
|
77
77
|
background-color:transparent;
|
|
78
|
-
font-size:
|
|
78
|
+
font-size: var(--en-single-f-b-r-fontSize);
|
|
79
79
|
font-weight: var(--en-single-f-b-r-fontWeight);
|
|
80
80
|
&::after{
|
|
81
81
|
border-color: var(--color-tag-cyan-border);
|
|
82
|
-
border-radius: calc(var(--radius-tag-bg) *
|
|
82
|
+
border-radius: calc(var(--radius-tag-bg) * 2);
|
|
83
83
|
|
|
84
84
|
}
|
|
85
85
|
}
|
|
@@ -93,11 +93,11 @@
|
|
|
93
93
|
|
|
94
94
|
&__border{
|
|
95
95
|
background-color:transparent;
|
|
96
|
-
font-size:
|
|
96
|
+
font-size: var(--en-single-f-b-r-fontSize);
|
|
97
97
|
font-weight: var(--en-single-f-b-r-fontWeight);
|
|
98
98
|
&::after{
|
|
99
99
|
border-color: var(--color-tag-green-border);
|
|
100
|
-
border-radius: calc(var(--radius-tag-bg) *
|
|
100
|
+
border-radius: calc(var(--radius-tag-bg) * 2);
|
|
101
101
|
|
|
102
102
|
}
|
|
103
103
|
}
|
|
@@ -110,11 +110,11 @@
|
|
|
110
110
|
|
|
111
111
|
&__border{
|
|
112
112
|
background-color:transparent;
|
|
113
|
-
font-size:
|
|
113
|
+
font-size: var(--en-single-f-b-r-fontSize);
|
|
114
114
|
font-weight: var(--en-single-f-b-r-fontWeight);
|
|
115
115
|
&::after{
|
|
116
116
|
border-color: var(--color-tag-olive-border);
|
|
117
|
-
border-radius: calc(var(--radius-tag-bg) *
|
|
117
|
+
border-radius: calc(var(--radius-tag-bg) * 2);
|
|
118
118
|
|
|
119
119
|
}
|
|
120
120
|
}
|
|
@@ -128,11 +128,11 @@
|
|
|
128
128
|
|
|
129
129
|
&__border{
|
|
130
130
|
background-color:transparent;
|
|
131
|
-
font-size:
|
|
131
|
+
font-size: var(--en-single-f-b-r-fontSize);
|
|
132
132
|
font-weight: var(--en-single-f-b-r-fontWeight);
|
|
133
133
|
&::after{
|
|
134
134
|
border-color: var(--color-tag-yellow-border);
|
|
135
|
-
border-radius: calc(var(--radius-tag-bg) *
|
|
135
|
+
border-radius: calc(var(--radius-tag-bg) * 2);
|
|
136
136
|
|
|
137
137
|
}
|
|
138
138
|
}
|
|
@@ -145,11 +145,11 @@
|
|
|
145
145
|
|
|
146
146
|
&__border{
|
|
147
147
|
background-color:transparent;
|
|
148
|
-
font-size:
|
|
148
|
+
font-size: var(--en-single-f-b-r-fontSize);
|
|
149
149
|
font-weight: var(--en-single-f-b-r-fontWeight);
|
|
150
150
|
&::after{
|
|
151
151
|
border-color: var(--color-tag-orange-border);
|
|
152
|
-
border-radius: calc(var(--radius-tag-bg) *
|
|
152
|
+
border-radius: calc(var(--radius-tag-bg) * 2);
|
|
153
153
|
|
|
154
154
|
}
|
|
155
155
|
}
|
|
@@ -161,11 +161,11 @@
|
|
|
161
161
|
|
|
162
162
|
&__border{
|
|
163
163
|
background-color:transparent;
|
|
164
|
-
font-size:
|
|
164
|
+
font-size: var(--en-single-f-b-r-fontSize);
|
|
165
165
|
font-weight: var(--en-single-f-b-r-fontWeight);
|
|
166
166
|
&::after{
|
|
167
167
|
border-color: var(--color-tag-red-border);
|
|
168
|
-
border-radius: calc(var(--radius-tag-bg) *
|
|
168
|
+
border-radius: calc(var(--radius-tag-bg) * 2);
|
|
169
169
|
|
|
170
170
|
}
|
|
171
171
|
}
|
|
@@ -177,11 +177,11 @@
|
|
|
177
177
|
|
|
178
178
|
&__border{
|
|
179
179
|
background-color:transparent;
|
|
180
|
-
font-size:
|
|
180
|
+
font-size: var(--en-single-f-b-r-fontSize);
|
|
181
181
|
font-weight: var(--en-single-f-b-r-fontWeight);
|
|
182
182
|
&::after{
|
|
183
183
|
border-color: var(--color-tag-pink-border);
|
|
184
|
-
border-radius: calc(var(--radius-tag-bg) *
|
|
184
|
+
border-radius: calc(var(--radius-tag-bg) * 2);
|
|
185
185
|
|
|
186
186
|
}
|
|
187
187
|
}
|
|
@@ -194,11 +194,11 @@
|
|
|
194
194
|
|
|
195
195
|
&__border{
|
|
196
196
|
background-color:transparent;
|
|
197
|
-
font-size:
|
|
197
|
+
font-size: var(--en-single-f-b-r-fontSize);
|
|
198
198
|
font-weight: var(--en-single-f-b-r-fontWeight);
|
|
199
199
|
&::after{
|
|
200
200
|
border-color: var(--color-tag-purple-border);
|
|
201
|
-
border-radius: calc(var(--radius-tag-bg) *
|
|
201
|
+
border-radius: calc(var(--radius-tag-bg) * 2);
|
|
202
202
|
|
|
203
203
|
}
|
|
204
204
|
}
|