vdesign-ui 0.2.20 → 0.3.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.
Files changed (166) hide show
  1. package/README.md +58 -58
  2. package/dist/components/actionbar/index.js +8 -8
  3. package/dist/components/actionbar/index.vue +39 -39
  4. package/dist/components/actionbar/style.less +44 -44
  5. package/dist/components/actionbar-cell/index.js +7 -7
  6. package/dist/components/actionbar-cell/index.vue +42 -42
  7. package/dist/components/actions/index.js +6 -6
  8. package/dist/components/actions/index.vue +77 -77
  9. package/dist/components/actions/style.less +109 -109
  10. package/dist/components/actions-cell/index.js +6 -6
  11. package/dist/components/actions-cell/index.vue +94 -94
  12. package/dist/components/actions-cell/style.less +38 -38
  13. package/dist/components/activityviews/index.js +8 -8
  14. package/dist/components/activityviews/index.vue +192 -192
  15. package/dist/components/activityviews/style.less +161 -161
  16. package/dist/components/badge/index.js +8 -8
  17. package/dist/components/badge/index.vue +49 -49
  18. package/dist/components/badge/style.less +54 -54
  19. package/dist/components/button/index.js +8 -8
  20. package/dist/components/button/index.vue +93 -93
  21. package/dist/components/button/style.less +558 -558
  22. package/dist/components/calendar/index-element.vue +84 -84
  23. package/dist/components/calendar/index.js +7 -7
  24. package/dist/components/calendar/index.vue +53 -53
  25. package/dist/components/calendar/style.less +138 -138
  26. package/dist/components/checkbox/index.js +8 -8
  27. package/dist/components/checkbox/index.vue +161 -161
  28. package/dist/components/checkbox/style.less +288 -288
  29. package/dist/components/checkbox-group/index.js +7 -7
  30. package/dist/components/checkbox-group/index.vue +73 -73
  31. package/dist/components/common/state/index.vue +33 -33
  32. package/dist/components/common/state/style.less +47 -47
  33. package/dist/components/data-list/index.js +10 -10
  34. package/dist/components/data-list/index.vue +19 -19
  35. package/dist/components/data-list/style.less +623 -623
  36. package/dist/components/datetime-picker/index.js +7 -7
  37. package/dist/components/datetime-picker/index.vue +39 -39
  38. package/dist/components/datetime-picker/style.less +23 -23
  39. package/dist/components/dialog/index.js +8 -8
  40. package/dist/components/dialog/index.vue +164 -164
  41. package/dist/components/dialog/overlay-manager.js +18 -18
  42. package/dist/components/dialog/style.less +138 -138
  43. package/dist/components/divider/index.js +8 -8
  44. package/dist/components/divider/index.vue +54 -54
  45. package/dist/components/divider/style.less +92 -92
  46. package/dist/components/dropdown/index.js +8 -8
  47. package/dist/components/dropdown/index.vue +218 -218
  48. package/dist/components/dropdown/style.less +432 -432
  49. package/dist/components/empty/index.js +8 -8
  50. package/dist/components/empty/index.vue +138 -138
  51. package/dist/components/empty/style.less +60 -60
  52. package/dist/components/footer/index.js +6 -6
  53. package/dist/components/footer/index.vue +33 -33
  54. package/dist/components/footer/style.less +20 -20
  55. package/dist/components/footnav/index.js +6 -6
  56. package/dist/components/footnav/index.vue +93 -93
  57. package/dist/components/footnav/style.less +22 -22
  58. package/dist/components/footnav-item/index.js +6 -6
  59. package/dist/components/footnav-item/index.vue +50 -50
  60. package/dist/components/footnav-item/style.less +39 -39
  61. package/dist/components/form/index.js +6 -6
  62. package/dist/components/form/index.vue +14 -14
  63. package/dist/components/headnav/index.js +6 -6
  64. package/dist/components/headnav/index.vue +185 -185
  65. package/dist/components/headnav/style.less +231 -231
  66. package/dist/components/icon/font/iconfont.css +163 -163
  67. package/dist/components/icon/font/iconfont.js +5 -5
  68. package/dist/components/icon/index.js +9 -9
  69. package/dist/components/icon/index.vue +96 -96
  70. package/dist/components/icon/style.less +44 -44
  71. package/dist/components/input/calcTextareaHeight.js +162 -162
  72. package/dist/components/input/index.js +8 -8
  73. package/dist/components/input/index.vue +345 -345
  74. package/dist/components/input/style.less +471 -471
  75. package/dist/components/list/index.js +8 -8
  76. package/dist/components/list/index.vue +152 -152
  77. package/dist/components/list/style.less +213 -213
  78. package/dist/components/loading/index.js +6 -6
  79. package/dist/components/loading/index.vue +68 -68
  80. package/dist/components/loading/style.less +53 -53
  81. package/dist/components/mixins/clickoutside.js +81 -81
  82. package/dist/components/mixins/dom.js +41 -41
  83. package/dist/components/mixins/languageMixin.js +43 -43
  84. package/dist/components/mixins/outlineConfigPlugin.js +45 -45
  85. package/dist/components/mixins/router-link.js +22 -22
  86. package/dist/components/mixins/themeMixin.js +43 -43
  87. package/dist/components/noticebar/index.js +8 -8
  88. package/dist/components/noticebar/index.vue +258 -258
  89. package/dist/components/noticebar/style.less +333 -333
  90. package/dist/components/overlay/index.js +8 -8
  91. package/dist/components/overlay/index.vue +184 -184
  92. package/dist/components/overlay/style.less +24 -24
  93. package/dist/components/pagebreak/index.js +6 -6
  94. package/dist/components/pagebreak/index.vue +67 -67
  95. package/dist/components/pagebreak/style.less +41 -41
  96. package/dist/components/password/index.js +8 -8
  97. package/dist/components/password/index.vue +64 -64
  98. package/dist/components/popover/index.js +8 -8
  99. package/dist/components/popover/index.vue +100 -100
  100. package/dist/components/popover/style.less +346 -346
  101. package/dist/components/popover/vue-popover.vue +314 -314
  102. package/dist/components/popup/index.js +7 -7
  103. package/dist/components/popup/index.vue +165 -165
  104. package/dist/components/popup/style.less +78 -78
  105. package/dist/components/radio/index.js +8 -8
  106. package/dist/components/radio/index.vue +184 -184
  107. package/dist/components/radio/style.less +300 -300
  108. package/dist/components/radio-group/index.js +7 -7
  109. package/dist/components/radio-group/index.vue +62 -62
  110. package/dist/components/result/index.js +8 -8
  111. package/dist/components/result/index.vue +73 -73
  112. package/dist/components/result/style.less +43 -43
  113. package/dist/components/search/index.js +8 -8
  114. package/dist/components/search/index.vue +70 -70
  115. package/dist/components/selector/index.js +8 -8
  116. package/dist/components/selector/index.vue +161 -161
  117. package/dist/components/selector/style.less +484 -484
  118. package/dist/components/skeleton/index.js +6 -6
  119. package/dist/components/skeleton/index.vue +207 -207
  120. package/dist/components/skeleton/style.less +196 -196
  121. package/dist/components/slider/draggable.js +49 -49
  122. package/dist/components/slider/index.js +6 -6
  123. package/dist/components/slider/index.vue +167 -167
  124. package/dist/components/slider/style.less +99 -99
  125. package/dist/components/slider/utils.js +59 -59
  126. package/dist/components/step/index.js +7 -7
  127. package/dist/components/step/index.vue +48 -48
  128. package/dist/components/step/style.less +66 -66
  129. package/dist/components/step-item/index.js +7 -7
  130. package/dist/components/step-item/index.vue +126 -126
  131. package/dist/components/step-item/style.less +399 -399
  132. package/dist/components/stepper/index.js +8 -8
  133. package/dist/components/stepper/index.vue +150 -150
  134. package/dist/components/style/index.vue +42 -42
  135. package/dist/components/switch/index.js +8 -8
  136. package/dist/components/switch/index.vue +72 -72
  137. package/dist/components/switch/style.less +56 -56
  138. package/dist/components/tab/index.js +7 -7
  139. package/dist/components/tab/index.vue +97 -97
  140. package/dist/components/tabs/index.js +8 -8
  141. package/dist/components/tabs/index.vue +356 -356
  142. package/dist/components/tabs/style.less +504 -504
  143. package/dist/components/tag/index.js +6 -6
  144. package/dist/components/tag/index.vue +64 -64
  145. package/dist/components/tag/style.less +210 -210
  146. package/dist/components/title/index.js +8 -8
  147. package/dist/components/title/index.vue +99 -99
  148. package/dist/components/title/style.less +187 -187
  149. package/dist/components/toast/index.js +139 -139
  150. package/dist/components/toast/index.vue +50 -50
  151. package/dist/components/toast/style.less +58 -58
  152. package/dist/components/transition/index.js +8 -8
  153. package/dist/components/transition/index.vue +13 -13
  154. package/dist/components/transition/style.less +208 -208
  155. package/dist/components/upload/index.js +6 -6
  156. package/dist/components/upload/index.vue +106 -106
  157. package/dist/components/upload/style.less +147 -147
  158. package/dist/components/utils/assist.js +34 -34
  159. package/dist/components/utils/env.js +21 -21
  160. package/dist/locale/ar.js +97 -97
  161. package/dist/locale/en.js +97 -97
  162. package/dist/locale/zh.js +97 -97
  163. package/dist/token.css +9 -9
  164. package/dist/vdesign-ui.common.js +83 -83
  165. package/dist/vdesign-ui.umd.js +83 -83
  166. package/package.json +113 -113
@@ -1,301 +1,301 @@
1
- @radio-prefix-cls: vd-radio;
2
- @radio-button-prefix-cls: vd-radio-button;
3
- @radio-inner-prefix-cls: ~"@{radio-prefix-cls}__icon";
4
-
5
- .@{radio-prefix-cls} {
6
- position: relative;
7
- cursor: pointer;
8
- display: flex;
9
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
10
-
11
- }
12
-
13
- // 普通状态
14
- .@{radio-prefix-cls} {
15
-
16
- &__input {
17
- position: relative;
18
- margin-inline-end: var(--spacing-check_radio-icon-margin_right);
19
- width: var(--icon-check_radio-sizing);
20
- height: var(--icon-check_radio-sizing);
21
- }
22
-
23
- &__label {
24
- flex: 1;
25
- }
26
-
27
- &__text {
28
- color: var(--color-check_radio-text-default);
29
- font-size: var(--en-single-f-d-r-fontSize);
30
- font-weight: var(--en-single-f-d-r-fontWeight);
31
- }
32
-
33
- &__description {
34
- line-height: 1;
35
- margin-top: var(--spacing-check_radio-text-margin_top);
36
- color: var(--color-check_radio-text_describe-default);
37
- font-size: var(--en-single-f-b-r-fontSize);
38
- font-weight: var(--en-single-f-b-r-fontWeight);
39
- }
40
-
41
- .@{radio-inner-prefix-cls} {
42
- display: block;
43
- width: var(--icon-check_radio-sizing);
44
- height: var(--icon-check_radio-sizing);
45
- position: relative;
46
-
47
- &::before {
48
- position: absolute;
49
- box-sizing: border-box;
50
- content: ' ';
51
- pointer-events: none;
52
- top: -50%;
53
- right: -50%;
54
- bottom: -50%;
55
- left: -50%;
56
- border: 3px solid var(--color-check_radio-default);
57
- transform: scale(0.5);
58
- border-radius: 50%;
59
- }
60
- }
61
-
62
- &__original {
63
- width: 100%;
64
- height: 100%;
65
- position: absolute;
66
- top: 0;
67
- bottom: 0;
68
- left: 0;
69
- right: 0;
70
- z-index: 1;
71
- cursor: pointer;
72
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
73
- opacity: 0;
74
-
75
- }
76
- }
77
-
78
- // 选中状态
79
- .@{radio-prefix-cls}--checked {
80
- .@{radio-prefix-cls} {
81
- &__text {
82
- font-size: var(--en-single-f-d-s-fontSize);
83
- font-weight: var(--en-single-f-d-s-fontWeight);
84
- }
85
- }
86
-
87
- .@{radio-inner-prefix-cls} {
88
-
89
- &::before{
90
- border: 0 solid var(--color-check_radio-active);
91
- border-width: 3px;
92
- }
93
-
94
- &::after{
95
- position: absolute;
96
- width: 8px;
97
- height: 8px;
98
- left: 50%;
99
- top: 50%;
100
- transform: translate(-50%, -50%);
101
- border-radius: 50%;
102
- display: table;
103
- border-top: 0;
104
- border-left: 0;
105
- content: " ";
106
- background-color: var(--color-check_radio-active);
107
- }
108
- }
109
- }
110
-
111
- // 禁用状态
112
- .@{radio-prefix-cls}--disabled {
113
- cursor: not-allowed;
114
-
115
- .@{radio-prefix-cls}__text{
116
- color: var(--color-check_radio-text-disable);
117
- }
118
-
119
- .@{radio-prefix-cls}__description{
120
- color: var(--color-check_radio-text_describe-disable);
121
- }
122
-
123
- .@{radio-prefix-cls}__icon {
124
-
125
- &::before{
126
- border-color:var(--color-check_radio-disable);
127
- }
128
-
129
- }
130
- }
131
-
132
- .@{radio-prefix-cls}--checked.@{radio-prefix-cls}--disabled{
133
- .@{radio-prefix-cls}__icon {
134
-
135
- &::before{
136
- border-color:var(--color-check_radio-active-disable);
137
- }
138
-
139
- &::after{
140
- background-color: var(--color-check_radio-active-disable);
141
- }
142
-
143
- }
144
- }
145
-
146
- // .@{radio-prefix-cls}-group {
147
-
148
- // display: flex;
149
- // flex-direction: column;
150
- // gap: var(--spacing-check_radio-group-margin_x);
151
-
152
- // &-card{
153
- // display: flex;
154
- // flex-wrap: wrap;
155
- // flex-direction: row;
156
- // gap: 12px;
157
- // .vd-radio-button-cell{
158
- // flex: 1;
159
- // }
160
- // }
161
- // }
162
-
163
-
164
-
165
- .@{radio-button-prefix-cls}{
166
- position: relative;
167
- display: inline-flex;
168
- align-items: center;
169
- flex-direction: column;
170
- justify-content: center;
171
- line-height: 1;
172
- width: 100%;
173
-
174
- &::after{
175
- position: absolute;
176
- box-sizing: border-box;
177
- content: ' ';
178
- pointer-events: none;
179
- top: -50%;
180
- right: -50%;
181
- bottom: -50%;
182
- left: -50%;
183
- border: 0 solid var(--color-check_radio-radio_border-default);
184
- -webkit-transform: scale(0.5);
185
- transform: scale(0.5);
186
- border-width: 1px;
187
- }
188
-
189
-
190
- &--large {
191
- height: var(--height-check_radio-radio_button_l);
192
-
193
- .@{radio-button-prefix-cls}-text{
194
- color: var(--color-check_radio-radio_button_text-default);
195
- font-size: var(--en-single-f-d-r-fontSize);
196
- font-weight:var(--en-single-f-d-r-fontWeight);
197
- }
198
-
199
- &::after{
200
- border-radius: calc(var(--radius-check_radio-radio_l) * 2);
201
- }
202
- }
203
-
204
- &--medium {
205
- height: var(--height-check_radio-radio_button_m);
206
-
207
- .@{radio-button-prefix-cls}-text{
208
- color: var(--color-check_radio-radio_button_text-default);
209
- font-size: var(--en-single-f-c-r-fontSize);
210
- font-weight:var(--en-single-f-c-r-fontWeight);
211
- }
212
- &::after{
213
- border-radius: calc(var(--radius-check_radio-m) * 2);
214
- }
215
- }
216
-
217
- &--small {
218
- height: var(--height-check_radio-radio_button_s);
219
-
220
- .@{radio-button-prefix-cls}-text{
221
- color: var(--color-check_radio-radio_button_text-default);
222
- font-size: var(--en-single-f-c-r-fontSize);
223
- font-weight:var(--en-single-f-c-r-fontWeight);
224
- }
225
- &::after{
226
- border-radius: calc(var(--radius-check_radio-s) * 2);
227
- }
228
- }
229
-
230
-
231
- &--checked {
232
- background-color: var(--color-check_radio-radio_button_bg-active);
233
-
234
- &::after{
235
- border-color: var(--color-check_radio-radio_border-active);
236
- border-width: 2px;
237
- }
238
-
239
- .@{radio-button-prefix-cls}-text {
240
- color: var(--color-check_radio-radio_button_text-active);
241
- }
242
-
243
- &.@{radio-button-prefix-cls}--large {
244
- .@{radio-button-prefix-cls}-text {
245
- font-size: var(--en-single-f-d-s-fontSize);
246
- font-weight:var(--en-single-f-d-s-fontWeight);
247
- }
248
- }
249
-
250
- &.@{radio-button-prefix-cls}--medium {
251
- .@{radio-button-prefix-cls}-text {
252
- font-size: var(--en-single-f-c-s-fontSize);
253
- font-weight:var(--en-single-f-c-s-fontWeight);
254
- }
255
- }
256
-
257
- &.@{radio-button-prefix-cls}--small {
258
- .@{radio-button-prefix-cls}-text {
259
- font-size: var(--en-single-f-c-s-fontSize);
260
- font-weight:var(--en-single-f-c-s-fontWeight);
261
- }
262
- }
263
-
264
- }
265
-
266
-
267
- &--disabled{
268
- cursor: not-allowed;
269
-
270
- .@{radio-button-prefix-cls}-text{
271
- color: var(--color-check_radio-radio_button_text-disable);
272
- }
273
- }
274
-
275
- }
276
-
277
- .@{radio-prefix-cls}-group {
278
- display: flex;
279
- flex-direction: column;
280
- // gap: var(--spacing-check_radio-group-margin_x);
281
- margin-bottom: calc(var(--spacing-check_radio-group-margin_x) * -1);
282
- .@{radio-prefix-cls}{
283
- margin-bottom: var(--spacing-check_radio-group-margin_x);
284
- }
285
- &__card{
286
- display: flex;
287
- flex-direction: row;
288
- flex-wrap: wrap;
289
- // gap: 12px;
290
- margin-bottom: -12px;
291
- margin-inline-end: -12px;
292
- .@{radio-button-prefix-cls}{
293
- margin-bottom: 12px;
294
- margin-inline-end: 12px;
295
- }
296
- }
297
-
298
- .@{radio-button-prefix-cls}{
299
- flex: 1;
300
- }
1
+ @radio-prefix-cls: vd-radio;
2
+ @radio-button-prefix-cls: vd-radio-button;
3
+ @radio-inner-prefix-cls: ~"@{radio-prefix-cls}__icon";
4
+
5
+ .@{radio-prefix-cls} {
6
+ position: relative;
7
+ cursor: pointer;
8
+ display: flex;
9
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
10
+
11
+ }
12
+
13
+ // 普通状态
14
+ .@{radio-prefix-cls} {
15
+
16
+ &__input {
17
+ position: relative;
18
+ margin-inline-end: var(--spacing-check_radio-icon-margin_right);
19
+ width: var(--icon-check_radio-sizing);
20
+ height: var(--icon-check_radio-sizing);
21
+ }
22
+
23
+ &__label {
24
+ flex: 1;
25
+ }
26
+
27
+ &__text {
28
+ color: var(--color-check_radio-text-default);
29
+ font-size: var(--en-single-f-d-r-fontSize);
30
+ font-weight: var(--en-single-f-d-r-fontWeight);
31
+ }
32
+
33
+ &__description {
34
+ line-height: 1;
35
+ margin-top: var(--spacing-check_radio-text-margin_top);
36
+ color: var(--color-check_radio-text_describe-default);
37
+ font-size: var(--en-single-f-b-r-fontSize);
38
+ font-weight: var(--en-single-f-b-r-fontWeight);
39
+ }
40
+
41
+ .@{radio-inner-prefix-cls} {
42
+ display: block;
43
+ width: var(--icon-check_radio-sizing);
44
+ height: var(--icon-check_radio-sizing);
45
+ position: relative;
46
+
47
+ &::before {
48
+ position: absolute;
49
+ box-sizing: border-box;
50
+ content: ' ';
51
+ pointer-events: none;
52
+ top: -50%;
53
+ right: -50%;
54
+ bottom: -50%;
55
+ left: -50%;
56
+ border: 3px solid var(--color-check_radio-default);
57
+ transform: scale(0.5);
58
+ border-radius: 50%;
59
+ }
60
+ }
61
+
62
+ &__original {
63
+ width: 100%;
64
+ height: 100%;
65
+ position: absolute;
66
+ top: 0;
67
+ bottom: 0;
68
+ left: 0;
69
+ right: 0;
70
+ z-index: 1;
71
+ cursor: pointer;
72
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
73
+ opacity: 0;
74
+
75
+ }
76
+ }
77
+
78
+ // 选中状态
79
+ .@{radio-prefix-cls}--checked {
80
+ .@{radio-prefix-cls} {
81
+ &__text {
82
+ font-size: var(--en-single-f-d-s-fontSize);
83
+ font-weight: var(--en-single-f-d-s-fontWeight);
84
+ }
85
+ }
86
+
87
+ .@{radio-inner-prefix-cls} {
88
+
89
+ &::before{
90
+ border: 0 solid var(--color-check_radio-active);
91
+ border-width: 3px;
92
+ }
93
+
94
+ &::after{
95
+ position: absolute;
96
+ width: 8px;
97
+ height: 8px;
98
+ left: 50%;
99
+ top: 50%;
100
+ transform: translate(-50%, -50%);
101
+ border-radius: 50%;
102
+ display: table;
103
+ border-top: 0;
104
+ border-left: 0;
105
+ content: " ";
106
+ background-color: var(--color-check_radio-active);
107
+ }
108
+ }
109
+ }
110
+
111
+ // 禁用状态
112
+ .@{radio-prefix-cls}--disabled {
113
+ cursor: not-allowed;
114
+
115
+ .@{radio-prefix-cls}__text{
116
+ color: var(--color-check_radio-text-disable);
117
+ }
118
+
119
+ .@{radio-prefix-cls}__description{
120
+ color: var(--color-check_radio-text_describe-disable);
121
+ }
122
+
123
+ .@{radio-prefix-cls}__icon {
124
+
125
+ &::before{
126
+ border-color:var(--color-check_radio-disable);
127
+ }
128
+
129
+ }
130
+ }
131
+
132
+ .@{radio-prefix-cls}--checked.@{radio-prefix-cls}--disabled{
133
+ .@{radio-prefix-cls}__icon {
134
+
135
+ &::before{
136
+ border-color:var(--color-check_radio-active-disable);
137
+ }
138
+
139
+ &::after{
140
+ background-color: var(--color-check_radio-active-disable);
141
+ }
142
+
143
+ }
144
+ }
145
+
146
+ // .@{radio-prefix-cls}-group {
147
+
148
+ // display: flex;
149
+ // flex-direction: column;
150
+ // gap: var(--spacing-check_radio-group-margin_x);
151
+
152
+ // &-card{
153
+ // display: flex;
154
+ // flex-wrap: wrap;
155
+ // flex-direction: row;
156
+ // gap: 12px;
157
+ // .vd-radio-button-cell{
158
+ // flex: 1;
159
+ // }
160
+ // }
161
+ // }
162
+
163
+
164
+
165
+ .@{radio-button-prefix-cls}{
166
+ position: relative;
167
+ display: inline-flex;
168
+ align-items: center;
169
+ flex-direction: column;
170
+ justify-content: center;
171
+ line-height: 1;
172
+ width: 100%;
173
+
174
+ &::after{
175
+ position: absolute;
176
+ box-sizing: border-box;
177
+ content: ' ';
178
+ pointer-events: none;
179
+ top: -50%;
180
+ right: -50%;
181
+ bottom: -50%;
182
+ left: -50%;
183
+ border: 0 solid var(--color-check_radio-radio_border-default);
184
+ -webkit-transform: scale(0.5);
185
+ transform: scale(0.5);
186
+ border-width: 1px;
187
+ }
188
+
189
+
190
+ &--large {
191
+ height: var(--height-check_radio-radio_button_l);
192
+
193
+ .@{radio-button-prefix-cls}-text{
194
+ color: var(--color-check_radio-radio_button_text-default);
195
+ font-size: var(--en-single-f-d-r-fontSize);
196
+ font-weight:var(--en-single-f-d-r-fontWeight);
197
+ }
198
+
199
+ &::after{
200
+ border-radius: calc(var(--radius-check_radio-radio_l) * 2);
201
+ }
202
+ }
203
+
204
+ &--medium {
205
+ height: var(--height-check_radio-radio_button_m);
206
+
207
+ .@{radio-button-prefix-cls}-text{
208
+ color: var(--color-check_radio-radio_button_text-default);
209
+ font-size: var(--en-single-f-c-r-fontSize);
210
+ font-weight:var(--en-single-f-c-r-fontWeight);
211
+ }
212
+ &::after{
213
+ border-radius: calc(var(--radius-check_radio-m) * 2);
214
+ }
215
+ }
216
+
217
+ &--small {
218
+ height: var(--height-check_radio-radio_button_s);
219
+
220
+ .@{radio-button-prefix-cls}-text{
221
+ color: var(--color-check_radio-radio_button_text-default);
222
+ font-size: var(--en-single-f-c-r-fontSize);
223
+ font-weight:var(--en-single-f-c-r-fontWeight);
224
+ }
225
+ &::after{
226
+ border-radius: calc(var(--radius-check_radio-s) * 2);
227
+ }
228
+ }
229
+
230
+
231
+ &--checked {
232
+ background-color: var(--color-check_radio-radio_button_bg-active);
233
+
234
+ &::after{
235
+ border-color: var(--color-check_radio-radio_border-active);
236
+ border-width: 2px;
237
+ }
238
+
239
+ .@{radio-button-prefix-cls}-text {
240
+ color: var(--color-check_radio-radio_button_text-active);
241
+ }
242
+
243
+ &.@{radio-button-prefix-cls}--large {
244
+ .@{radio-button-prefix-cls}-text {
245
+ font-size: var(--en-single-f-d-s-fontSize);
246
+ font-weight:var(--en-single-f-d-s-fontWeight);
247
+ }
248
+ }
249
+
250
+ &.@{radio-button-prefix-cls}--medium {
251
+ .@{radio-button-prefix-cls}-text {
252
+ font-size: var(--en-single-f-c-s-fontSize);
253
+ font-weight:var(--en-single-f-c-s-fontWeight);
254
+ }
255
+ }
256
+
257
+ &.@{radio-button-prefix-cls}--small {
258
+ .@{radio-button-prefix-cls}-text {
259
+ font-size: var(--en-single-f-c-s-fontSize);
260
+ font-weight:var(--en-single-f-c-s-fontWeight);
261
+ }
262
+ }
263
+
264
+ }
265
+
266
+
267
+ &--disabled{
268
+ cursor: not-allowed;
269
+
270
+ .@{radio-button-prefix-cls}-text{
271
+ color: var(--color-check_radio-radio_button_text-disable);
272
+ }
273
+ }
274
+
275
+ }
276
+
277
+ .@{radio-prefix-cls}-group {
278
+ display: flex;
279
+ flex-direction: column;
280
+ // gap: var(--spacing-check_radio-group-margin_x);
281
+ margin-bottom: calc(var(--spacing-check_radio-group-margin_x) * -1);
282
+ .@{radio-prefix-cls}{
283
+ margin-bottom: var(--spacing-check_radio-group-margin_x);
284
+ }
285
+ &__card{
286
+ display: flex;
287
+ flex-direction: row;
288
+ flex-wrap: wrap;
289
+ // gap: 12px;
290
+ margin-bottom: -12px;
291
+ margin-inline-end: -12px;
292
+ .@{radio-button-prefix-cls}{
293
+ margin-bottom: 12px;
294
+ margin-inline-end: 12px;
295
+ }
296
+ }
297
+
298
+ .@{radio-button-prefix-cls}{
299
+ flex: 1;
300
+ }
301
301
  }
@@ -1,7 +1,7 @@
1
- import RadioGroup from './index.vue';
2
- import './style.less';
3
- RadioGroup.install = function (Vue) {
4
- Vue.component(RadioGroup.name, RadioGroup);
5
- };
6
-
7
- export default RadioGroup;
1
+ import RadioGroup from './index.vue';
2
+ import './style.less';
3
+ RadioGroup.install = function (Vue) {
4
+ Vue.component(RadioGroup.name, RadioGroup);
5
+ };
6
+
7
+ export default RadioGroup;