@opendesign-plus-test/components 0.0.1-rc.145 → 0.0.1-rc.147

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 (64) hide show
  1. package/dist/chunk-OElCookieNotice.cjs.js +1 -1
  2. package/dist/chunk-OElCookieNotice.es.js +55 -37
  3. package/dist/components/activity/OActivityApproval.vue.d.ts +1 -144
  4. package/dist/components/activity/index.d.ts +1 -6
  5. package/dist/components/logo-swiper/OLogoSwiper.vue.d.ts +1 -0
  6. package/dist/components/logo-swiper/OLogoSwiperItems.vue.d.ts +1 -0
  7. package/dist/components/logo-swiper/index.d.ts +4 -0
  8. package/dist/components/logo-swiper/types.d.ts +1 -0
  9. package/dist/components/video/OVideoDetail.vue.d.ts +7 -0
  10. package/dist/components/video/index.d.ts +27 -0
  11. package/dist/components/video/types.d.ts +24 -0
  12. package/dist/components.cjs.js +37 -37
  13. package/dist/components.css +1 -1
  14. package/dist/components.es.js +10968 -10882
  15. package/dist/index.d.ts +1 -0
  16. package/dist/treeshaking/_virtual/icon-chevron-right.mjs +2 -2
  17. package/dist/treeshaking/_virtual/icon-material.mjs +21 -0
  18. package/dist/treeshaking/_virtual/icon-video.mjs +28 -0
  19. package/dist/treeshaking/components/activity/OActivityApproval.css +114 -407
  20. package/dist/treeshaking/components/activity/OActivityApproval.vue.d.ts +1 -144
  21. package/dist/treeshaking/components/activity/OActivityApproval.vue.mjs +198 -244
  22. package/dist/treeshaking/components/activity/OActivityApproval2.css +0 -288
  23. package/dist/treeshaking/components/activity/OActivityMyCalendar.css +441 -297
  24. package/dist/treeshaking/components/activity/OActivityMyCalendar.vue.mjs +110 -107
  25. package/dist/treeshaking/components/activity/OActivityMyCalendar2.css +10 -3
  26. package/dist/treeshaking/components/activity/index.d.ts +1 -6
  27. package/dist/treeshaking/components/common/WordAvatar.css +3 -2
  28. package/dist/treeshaking/components/common/WordAvatar.vue.mjs +19 -3
  29. package/dist/treeshaking/components/float-poster/OFloatPoster.css +25 -11
  30. package/dist/treeshaking/components/float-poster/OFloatPoster.vue.mjs +1 -1
  31. package/dist/treeshaking/components/footer/components/FooterList.css +109 -96
  32. package/dist/treeshaking/components/footer/components/FooterList.vue.mjs +1 -1
  33. package/dist/treeshaking/components/header/components/HeaderContent.css +185 -185
  34. package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
  35. package/dist/treeshaking/components/logo-swiper/OLogoSwiper.css +22 -8
  36. package/dist/treeshaking/components/logo-swiper/OLogoSwiper.vue.d.ts +1 -0
  37. package/dist/treeshaking/components/logo-swiper/OLogoSwiper.vue.mjs +2 -9
  38. package/dist/treeshaking/components/logo-swiper/OLogoSwiper.vue2.mjs +21 -0
  39. package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.css +39 -26
  40. package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue.d.ts +1 -0
  41. package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue.mjs +1 -1
  42. package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue2.mjs +12 -8
  43. package/dist/treeshaking/components/logo-swiper/index.d.ts +4 -0
  44. package/dist/treeshaking/components/logo-swiper/types.d.ts +1 -0
  45. package/dist/treeshaking/components/meeting/OMeetingSigCalendar.css +3 -0
  46. package/dist/treeshaking/components/meeting/OMeetingSigCalendar.vue.mjs +3 -2
  47. package/dist/treeshaking/components/meeting/components/OMeetingCalendarList.vue.mjs +5 -5
  48. package/dist/treeshaking/components/section/OSection.vue2.mjs +2 -2
  49. package/dist/treeshaking/components/video/OVideoDetail.css +754 -0
  50. package/dist/treeshaking/components/video/OVideoDetail.vue.d.ts +7 -0
  51. package/dist/treeshaking/components/video/OVideoDetail.vue.mjs +318 -0
  52. package/dist/treeshaking/components/video/OVideoDetail.vue3.mjs +5 -0
  53. package/dist/treeshaking/components/video/index.d.ts +27 -0
  54. package/dist/treeshaking/components/video/index.mjs +10 -0
  55. package/dist/treeshaking/components/video/types.d.ts +24 -0
  56. package/dist/treeshaking/i18n/en.mjs +10 -1
  57. package/dist/treeshaking/i18n/zh.mjs +10 -1
  58. package/dist/treeshaking/index.d.ts +1 -0
  59. package/dist/treeshaking/index.mjs +2 -0
  60. package/package.json +1 -1
  61. package/dist/treeshaking/_virtual/icon-filter.mjs +0 -21
  62. package/dist/treeshaking/components/common/ThFilter.css +0 -146
  63. package/dist/treeshaking/components/common/ThFilter.vue.mjs +0 -270
  64. package/dist/treeshaking/components/common/ThFilter.vue3.mjs +0 -5
@@ -6,339 +6,71 @@
6
6
  transform: rotate(-180deg);
7
7
  }
8
8
  }
9
- :root [class^=el-] {
10
- --el-color-primary: var(--o-color-primary1);
11
- --el-border-color: var(--o-color-control1);
12
- --el-fill-color-blank: var(--o-color-control5-light);
13
- --el-input-placeholder-color: var(--el-text-color-placeholder);
14
- --el-input-hover-border-color: var(--el-border-color-hover);
15
- --el-input-clear-hover-color: var(--el-text-color-secondary);
16
- --el-component-size-large: 36px;
17
- }
18
- @media (max-width: 840px) {
19
- :root [class^=el-] {
20
- --el-component-size-large: var(--o-control_size-l);
21
- }
22
- }
23
- :root .el-date-editor.el-date-editor--daterange {
24
- padding: 0 13px 0 15px;
25
- }
26
- :root .el-date-editor.el-date-editor--timerange {
27
- padding: 0 16px;
28
- }
29
- :root .el-date-editor input {
30
- text-align: left;
31
- font-size: 16px;
32
- line-height: 24px;
33
- }
34
- @media (min-width: 1201px) and (max-width: 1680px) {
35
- :root .el-date-editor input {
36
- font-size: 14px;
37
- line-height: 22px;
38
- }
39
- }
40
- @media (min-width: 841px) and (max-width: 1200px) {
41
- :root .el-date-editor input {
42
- font-size: 14px;
43
- line-height: 22px;
44
- }
45
- }
46
- @media (min-width: 601px) and (max-width: 840px) {
47
- :root .el-date-editor input {
48
- font-size: 14px;
49
- line-height: 22px;
50
- }
51
- }
52
- @media (max-width: 600px) {
53
- :root .el-date-editor input {
54
- font-size: 12px;
55
- line-height: 18px;
56
- }
57
- }
58
- @media (max-width: 600px) {
59
- :root .el-date-editor input {
60
- font-size: 18px;
61
- line-height: 26px;
62
- }
63
- }
64
- @media (max-width: 600px) and (min-width: 1201px) and (max-width: 1680px) {
65
- :root .el-date-editor input {
66
- font-size: 16px;
67
- line-height: 24px;
68
- }
69
- }
70
- @media (max-width: 600px) and (min-width: 841px) and (max-width: 1200px) {
71
- :root .el-date-editor input {
72
- font-size: 14px;
73
- line-height: 22px;
74
- }
75
- }
76
- @media (max-width: 600px) and (min-width: 601px) and (max-width: 840px) {
77
- :root .el-date-editor input {
78
- font-size: 14px;
79
- line-height: 22px;
80
- }
81
- }
82
- @media (max-width: 600px) and (max-width: 600px) {
83
- :root .el-date-editor input {
84
- font-size: 14px;
85
- line-height: 22px;
86
- }
87
- }
88
- :root .el-date-editor .el-select__wrapper {
89
- gap: 0;
90
- }
91
- :root .el-date-editor .el-input__wrapper .el-input__prefix {
92
- order: 1;
93
- font-size: 16px;
94
- }
95
- :root .el-date-editor .el-input__icon {
96
- height: 100%;
97
- order: 1;
98
- font-size: 24px;
99
- margin-right: 2px;
100
- color: var(--o-color-info1);
101
- background-color: var(--o-color-info2);
102
- mask: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiAgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGQ9Ik02LjQ2MyA0Ljk3NmEuNy43IDAgMCAxIC4wOTUgMS4zOTRsLS4wOTUuMDA2SDQuNDcxYS4xNC4xNCAwIDAgMC0uMTMuMDkzbC0uMDA3LjA0M3YxLjg1NmgxNS4zMjlsLjAwMS0xLjg1NmEuMTQuMTQgMCAwIDAtLjA5My0uMTNsLS4wNDMtLjAwN2gtMi4wNTVhLjcuNyAwIDAgMS0uMDk1LTEuMzk0bC4wOTUtLjAwNmgyLjA1NWMuODAxIDAgMS40Ni42MTQgMS41MyAxLjM5N2wuMDA2LjE0djEyLjM1OWMwIC44MDEtLjYxNCAxLjQ2LTEuMzk3IDEuNTNsLS4xNC4wMDZINC40N2MtLjgwMSAwLTEuNDYtLjYxNC0xLjUzLTEuMzk3bC0uMDA2LS4xNFY2LjUxMWMwLS44MDEuNjE0LTEuNDYgMS4zOTctMS41M2wuMTQtLjAwNnptMTMuMjAxIDQuNzkySDQuMzM1djkuMTAzYzAgLjA2LjAzOS4xMTEuMDkzLjEzbC4wNDMuMDA3aDE1LjA1N2MuMDYgMCAuMTExLS4wMzkuMTMtLjA5M2wuMDA3LS4wNDMtLjAwMS05LjEwM3ptLTMuNDgyIDUuNjYzYS43LjcgMCAwIDEgLjA5NSAxLjM5NGwtLjA5NS4wMDZINy44MTdhLjcuNyAwIDAgMS0uMDk1LTEuMzk0bC4wOTUtLjAwNnptMC0zLjM0NmEuNy43IDAgMCAxIC4wOTUgMS4zOTRsLS4wOTUuMDA2SDcuODE3YS43LjcgMCAwIDEtLjA5NS0xLjM5NGwuMDk1LS4wMDZ6bS0uNjk2LTguNDY3Yy4zNTQgMCAuNjQ3LjI2My42OTQuNjA1bC4wMDYuMDk1djIuODA0YS43LjcgMCAwIDEtMS4zOTQuMDk1bC0uMDA2LS4wOTVWNC4zMThhLjcuNyAwIDAgMSAuNy0uN20tNi45MzctLjAyNmMuMzU0IDAgLjY0Ny4yNjMuNjk0LjYwNWwuMDA2LjA5NXYyLjgwNGEuNy43IDAgMCAxLTEuMzk0LjA5NWwtLjAwNi0uMDk1VjQuMjkyYS43LjcgMCAwIDEgLjctLjdtNC45NDYgMS4zODRhLjcuNyAwIDAgMSAuMDk1IDEuMzk0bC0uMDk1LjAwNkgxMC41M2EuNy43IDAgMCAxLS4wOTUtMS4zOTRsLjA5NS0uMDA2eiI+PC9wYXRoPgo8L3N2Zz4=") no-repeat center;
103
- background-size: 24px;
104
- background-repeat: no-repeat;
105
- background-position: center center;
106
- }
107
- :root .el-date-editor .el-input__icon svg {
108
- display: none;
109
- }
110
- :root .el-popper .el-popper__arrow {
111
- display: none;
112
- }
113
- :root .el-popper .el-picker-panel {
114
- --cell-row-gap: 6px;
115
- --cell-radius: var(--o-radius-xs);
116
- color: var(--o-color-info1);
117
- }
118
- :root .el-popper .el-picker-panel .el-date-picker__header {
119
- padding: 12px 24px;
120
- height: 48px;
121
- border-bottom: 1px solid var(--o-color-control4);
122
- }
123
- :root .el-popper .el-picker-panel .el-date-picker__header .el-date-picker__header-label {
124
- font-weight: 500;
125
- }
126
- :root .el-popper .el-picker-panel .el-picker-panel__content .el-date-table th {
127
- border-bottom: none;
128
- height: 24px;
129
- color: inherit;
130
- padding: 0 0 var(--cell-row-gap);
131
- }
132
- :root .el-popper .el-picker-panel .el-picker-panel__content .el-date-table td {
133
- padding: var(--cell-row-gap) 0px;
134
- }
135
- :root .el-popper .el-picker-panel .el-picker-panel__content .el-date-table td .el-date-table-cell {
136
- padding: 0;
137
- height: 24px;
138
- line-height: 22px;
139
- border: 1px solid transparent;
140
- border-radius: var(--cell-radius);
141
- }
142
- :root .el-popper .el-picker-panel .el-picker-panel__content .el-date-table td:hover:not(.disabled) .el-date-table-cell {
143
- border-color: var(--o-color-primary1);
144
- }
145
- :root .el-popper .el-picker-panel .el-picker-panel__content .el-date-table td.disabled .el-date-table-cell, :root .el-popper .el-picker-panel .el-picker-panel__content .el-date-table td.prev-month .el-date-table-cell, :root .el-popper .el-picker-panel .el-picker-panel__content .el-date-table td.next-month .el-date-table-cell {
146
- background: none;
147
- color: var(--o-color-info4);
148
- }
149
- :root .el-popper .el-picker-panel .el-picker-panel__content .el-date-table td.today .el-date-table-cell {
150
- background: var(--o-color-control2-light);
151
- }
152
- :root .el-popper .el-picker-panel .el-picker-panel__content .el-date-table td.today .el-date-table-cell .el-date-table-cell__text {
153
- font-weight: normal;
154
- color: var(--o-color-info1);
155
- }
156
- :root .el-popper .el-picker-panel .el-picker-panel__content .el-date-table td.current .el-date-table-cell, :root .el-popper .el-picker-panel .el-picker-panel__content .el-date-table td.start-date .el-date-table-cell, :root .el-popper .el-picker-panel .el-picker-panel__content .el-date-table td.end-date .el-date-table-cell {
157
- background: var(--o-color-primary1);
158
- }
159
- :root .el-popper .el-picker-panel .el-picker-panel__content .el-date-table td.current .el-date-table-cell .el-date-table-cell__text, :root .el-popper .el-picker-panel .el-picker-panel__content .el-date-table td.start-date .el-date-table-cell .el-date-table-cell__text, :root .el-popper .el-picker-panel .el-picker-panel__content .el-date-table td.end-date .el-date-table-cell .el-date-table-cell__text {
160
- background: none;
161
- color: #fff;
162
- }
163
- :root .el-popper .el-picker-panel .el-picker-panel__content .el-date-table td.in-range:not(:hover) .el-date-table-cell {
164
- border-radius: 0;
165
- }
166
- :root .el-popper .el-picker-panel .el-picker-panel__content .el-date-table td.in-range:not(:hover).start-date .el-date-table-cell {
167
- border-radius: var(--cell-radius);
168
- }
169
- :root .el-popper .el-picker-panel .el-picker-panel__content .el-date-table td.in-range:not(:hover).end-date .el-date-table-cell {
170
- border-radius: var(--cell-radius);
171
- }
172
- :root .el-input {
173
- --el-border-color: var(--o-color-control1);
174
- --el-input-border-color: var(--o-color-control1);
175
- --el-input-hover-border-color: var(--o-color-primary2);
176
- --el-input-focus-border-color: var(--o-color-primary3);
177
- }
178
- :root .el-table {
179
- --el-table-border-color: var(--o-color-control4) ;
180
- }
181
- :root .el-input__wrapper {
182
- box-shadow: none;
183
- border: 1px solid var(--el-input-border-color);
184
- }
185
- :root .el-date-editor.is-focus .el-input__wrapper {
186
- box-shadow: none;
187
- --el-input-border-color: var(--o-color-primary3);
188
- }
189
- :root .el-date-editor:hover .el-input__wrapper {
190
- box-shadow: none;
191
- --el-input-border-color: var(--o-color-primary2);
192
- }
193
- :root .el-date-editor.el-input__wrapper:hover {
194
- box-shadow: none;
195
- --el-input-border-color: var(--o-color-primary2);
196
- }
197
- :root .el-date-editor.el-input__wrapper.is-active {
198
- --el-input-border-color: var(--o-color-primary3);
199
- }
200
- :root .el-calendar .el-calendar-table {
201
- width: 100%;
202
- }
203
- :root .el-calendar .el-calendar-table th {
204
- color: var(--o-color-info3);
205
- font-weight: 400;
206
- padding: 4px 0 16px 0;
207
- text-align: center;
208
- }
209
- :root .el-calendar .el-calendar-table td.prev .date-calender, :root .el-calendar .el-calendar-table td.next .date-calender {
210
- color: var(--o-color-info4);
211
- }
212
- :root .el-select .el-select__placeholder {
213
- font-size: 16px;
214
- line-height: 24px;
9
+ .o-activity-table {
10
+ --activity-card-radius: var(--o-radius-xs);
11
+ --activity-input-radius: var(--o-radius-xs);
215
12
  }
216
- @media (min-width: 1201px) and (max-width: 1680px) {
217
- :root .el-select .el-select__placeholder {
218
- font-size: 14px;
219
- line-height: 22px;
13
+ .o-activity-table .expand-detail {
14
+ background-color: var(--o-color-fill3);
220
15
  }
16
+ .o-activity-table .activity-btn {
17
+ display: flex;
18
+ flex-wrap: nowrap;
19
+ --link-gap: var(--o-gap-5);
20
+ gap: var(--link-gap);
221
21
  }
222
- @media (min-width: 841px) and (max-width: 1200px) {
223
- :root .el-select .el-select__placeholder {
224
- font-size: 14px;
225
- line-height: 22px;
22
+ @media (max-width: 1680px) {
23
+ .o-activity-table .activity-btn {
24
+ --link-gap: var(--o-gap-4);
226
25
  }
227
26
  }
228
- @media (min-width: 601px) and (max-width: 840px) {
229
- :root .el-select .el-select__placeholder {
230
- font-size: 14px;
231
- line-height: 22px;
27
+ @media (min-width: ) {
28
+ .o-activity-table .activity-btn {
29
+ --link-gap: var(--o-gap-3);
232
30
  }
233
31
  }
234
- @media (max-width: 600px) {
235
- :root .el-select .el-select__placeholder {
236
- font-size: 12px;
237
- line-height: 18px;
32
+ @media (min-width: ) {
33
+ .o-activity-table .activity-btn {
34
+ margin-top: var(--o-gap-2);
238
35
  }
239
36
  }
240
37
  @media (max-width: 600px) {
241
- :root .el-select .el-select__placeholder {
38
+ .o-activity-table .activity-btn .o-link {
242
39
  font-size: 18px;
243
40
  line-height: 26px;
244
41
  }
245
42
  }
246
43
  @media (max-width: 600px) and (min-width: 1201px) and (max-width: 1680px) {
247
- :root .el-select .el-select__placeholder {
44
+ .o-activity-table .activity-btn .o-link {
248
45
  font-size: 16px;
249
46
  line-height: 24px;
250
47
  }
251
48
  }
252
49
  @media (max-width: 600px) and (min-width: 841px) and (max-width: 1200px) {
253
- :root .el-select .el-select__placeholder {
50
+ .o-activity-table .activity-btn .o-link {
254
51
  font-size: 14px;
255
52
  line-height: 22px;
256
53
  }
257
54
  }
258
55
  @media (max-width: 600px) and (min-width: 601px) and (max-width: 840px) {
259
- :root .el-select .el-select__placeholder {
56
+ .o-activity-table .activity-btn .o-link {
260
57
  font-size: 14px;
261
58
  line-height: 22px;
262
59
  }
263
60
  }
264
61
  @media (max-width: 600px) and (max-width: 600px) {
265
- :root .el-select .el-select__placeholder {
62
+ .o-activity-table .activity-btn .o-link {
266
63
  font-size: 14px;
267
64
  line-height: 22px;
268
65
  }
269
66
  }
270
- :root .el-input-number {
271
- --el-component-size-large: 34px;
272
- }
273
- @media (max-width: 840px) {
274
- :root .el-input-number {
275
- --el-component-size-large: calc(var(--o-control_size-l) - 2px);
276
- }
277
- }
278
- :root .el-input-number .el-input__wrapper:hover {
279
- --el-input-border-color: var(--o-color-primary2);
280
- }
281
- :root .el-input-number .el-input__wrapper.is-focus {
282
- --el-input-border-color: var(--o-color-primary3);
283
- }
284
- :root .el-input-number .el-input-number__decrease:hover ~ .el-input:not(.is-disabled) .el-input__wrapper,
285
- :root .el-input-number .el-input-number__increase:hover ~ .el-input:not(.is-disabled) .el-input__wrapper {
286
- box-shadow: none;
287
- }
288
- :root .el-input-number .el-input__wrapper {
289
- box-shadow: none;
290
- }
291
- :root .el-input-number .el-input__wrapper.is-focus {
292
- box-shadow: none;
293
- }
294
- :root .el-input-number.el-input-number--large {
295
- line-height: var(--el-component-size-large);
296
- }
297
- .o-activity-table {
298
- --activity-card-radius: var(--o-radius-xs);
299
- --activity-input-radius: var(--o-radius-xs);
300
- }
301
- .o-activity-table .table-wrapper .el-table {
302
- border-top: none;
303
- }
304
- .o-activity-table .table-wrapper .el-table__header {
305
- margin-bottom: 0;
306
- }
307
- .o-activity-table .expand-detail {
308
- padding: 16px 60px;
309
- background-color: var(--o-color-fill3);
310
- }
311
- .o-activity-table .activity-btn .o-btn + .o-btn {
312
- margin-left: 24px;
313
- }
314
- @media (max-width: 840px) {
315
- .o-activity-table .activity-btn .o-btn + .o-btn {
316
- margin-left: 16px;
317
- }
318
- }
319
- @media (max-width: 600px) {
320
- .o-activity-table .activity-btn {
321
- margin-top: 8px;
322
- }
323
- .o-activity-table .activity-btn .o-btn + .o-btn {
324
- margin-left: 12px;
325
- }
326
- }
327
- @media (hover: hover) {
328
- .o-activity-table .o-btn-text:hover {
329
- background-color: transparent;
330
- color: var(--o-color-primary1);
331
- }
332
- }
333
- .o-activity-table .o-btn.o-btn-text {
334
- padding-left: 0 !important;
335
- padding-right: 0 !important;
336
- min-width: auto;
67
+ .o-activity-table .activity-btn .o-link .o-link-main {
68
+ word-break: keep-all;
337
69
  }
338
70
  .o-activity-table .o-tag {
339
71
  --tag-radius: 100px;
340
72
  font-weight: 500;
341
- padding: 0 8px;
73
+ padding: 0 var(--o-gap-2);
342
74
  height: 24px;
343
75
  line-height: 24px !important;
344
76
  font-size: 14px;
@@ -388,105 +120,6 @@
388
120
  .o-activity-table .o-tag.tag-reject {
389
121
  --tag-bg-color: var(--o-color-warning1);
390
122
  }
391
- .o-activity-table .sort-time {
392
- display: flex;
393
- align-items: center;
394
- cursor: pointer;
395
- }
396
- .o-activity-table .sort-btn {
397
- margin-left: 4px;
398
- }
399
- .o-activity-table .sort-item {
400
- width: 0;
401
- height: 0;
402
- border: 5px solid transparent;
403
- }
404
- .o-activity-table .sort-asc {
405
- border-bottom-color: var(--o-color-info2);
406
- margin-bottom: 2px;
407
- }
408
- .o-activity-table .sort-asc.active {
409
- border-bottom-color: var(--o-color-primary1);
410
- }
411
- .o-activity-table .sort-desc {
412
- border-top-color: var(--o-color-info2);
413
- margin-top: 2px;
414
- }
415
- .o-activity-table .sort-desc.active {
416
- border-top-color: var(--o-color-primary1);
417
- }
418
- .o-activity-table .el-table {
419
- --el-table-header-bg-color: rgba(235, 241, 250, 1);
420
- color: var(--o-color-info1);
421
- font-size: 16px;
422
- line-height: 24px;
423
- }
424
- @media (min-width: 1201px) and (max-width: 1680px) {
425
- .o-activity-table .el-table {
426
- font-size: 14px;
427
- line-height: 22px;
428
- }
429
- }
430
- @media (min-width: 841px) and (max-width: 1200px) {
431
- .o-activity-table .el-table {
432
- font-size: 14px;
433
- line-height: 22px;
434
- }
435
- }
436
- @media (min-width: 601px) and (max-width: 840px) {
437
- .o-activity-table .el-table {
438
- font-size: 14px;
439
- line-height: 22px;
440
- }
441
- }
442
- @media (max-width: 600px) {
443
- .o-activity-table .el-table {
444
- font-size: 12px;
445
- line-height: 18px;
446
- }
447
- }
448
- .o-activity-table .el-table .el-table__header-wrapper {
449
- border-radius: var(--activity-card-radius) var(--activity-card-radius) 0 0;
450
- }
451
- .o-activity-table .el-table .el-table__header-wrapper .el-table__cell {
452
- padding: 12px 0 11px;
453
- }
454
- .o-activity-table .el-table .el-table__header-wrapper .cell {
455
- color: var(--o-color-info2);
456
- font-weight: 600;
457
- font-size: 16px;
458
- line-height: 24px;
459
- }
460
- @media (min-width: 1201px) and (max-width: 1680px) {
461
- .o-activity-table .el-table .el-table__header-wrapper .cell {
462
- font-size: 14px;
463
- line-height: 22px;
464
- }
465
- }
466
- @media (min-width: 841px) and (max-width: 1200px) {
467
- .o-activity-table .el-table .el-table__header-wrapper .cell {
468
- font-size: 14px;
469
- line-height: 22px;
470
- }
471
- }
472
- @media (min-width: 601px) and (max-width: 840px) {
473
- .o-activity-table .el-table .el-table__header-wrapper .cell {
474
- font-size: 14px;
475
- line-height: 22px;
476
- }
477
- }
478
- @media (max-width: 600px) {
479
- .o-activity-table .el-table .el-table__header-wrapper .cell {
480
- font-size: 12px;
481
- line-height: 18px;
482
- }
483
- }
484
- .o-activity-table .el-table .el-table__expanded-cell {
485
- padding: 0;
486
- }
487
- .o-activity-table .el-table .cell {
488
- white-space: nowrap;
489
- }
490
123
  .o-activity-table .pagination, .o-activity-table .pagination-wrapper {
491
124
  margin-top: var(--o-gap-6);
492
125
  display: flex;
@@ -502,13 +135,23 @@
502
135
  align-items: center;
503
136
  }
504
137
  .o-activity-table .dialog-footer .o-btn + .o-btn {
505
- margin-left: 16px;
138
+ margin-left: var(--o-gap-4);
139
+ }
140
+ @media (max-width: 1680px) {
141
+ .o-activity-table .dialog-footer .o-btn + .o-btn {
142
+ margin-left: var(--o-gap-3);
143
+ }
144
+ }
145
+ @media (min-width: ) {
146
+ .o-activity-table .dialog-footer .o-btn + .o-btn {
147
+ margin-left: var(--o-gap-2);
148
+ }
506
149
  }
507
150
  @media (max-width: 840px) {
508
151
  .o-activity-table .dialog-footer .o-btn {
509
152
  width: 140px;
510
153
  color: var(--o-color-info1);
511
- padding: 6px 24px !important;
154
+ padding: 6px var(--o-gap-5) !important;
512
155
  }
513
156
  .o-activity-table .dialog-footer .o-btn + .o-btn {
514
157
  margin-left: 0;
@@ -522,16 +165,31 @@
522
165
  border-radius: var(--activity-card-radius);
523
166
  }
524
167
  .o-activity-table .collapse-wrapper .o-collapse .o-collapse-item {
525
- --collapse-item-header-padding: 8px 0 12px;
168
+ --collapse-item-header-padding: var(--o-gap-2) 0 var(--o-gap-3);
169
+ }
170
+ @media (max-width: 1680px) {
171
+ .o-activity-table .collapse-wrapper .o-collapse .o-collapse-item {
172
+ --collapse-item-header-padding: var(--o-gap-2) 0 var(--o-gap-2);
173
+ }
174
+ }
175
+ .o-activity-table .collapse-wrapper .o-collapse .o-collapse-item:last-child {
176
+ padding-bottom: var(--o-gap-4);
526
177
  }
178
+ @media (max-width: 1680px) {
527
179
  .o-activity-table .collapse-wrapper .o-collapse .o-collapse-item:last-child {
528
- padding-bottom: 16px;
180
+ padding-bottom: var(--o-gap-3);
181
+ }
182
+ }
183
+ @media (min-width: ) {
184
+ .o-activity-table .collapse-wrapper .o-collapse .o-collapse-item:last-child {
185
+ padding-bottom: var(--o-gap-2);
186
+ }
529
187
  }
530
188
  .o-activity-table .collapse-wrapper .o-collapse .act-sponsor {
531
189
  display: flex;
532
190
  align-items: center;
533
191
  color: var(--o-color-info3);
534
- margin-right: 16px;
192
+ margin-right: var(--o-gap-4);
535
193
  font-size: 16px;
536
194
  line-height: 24px;
537
195
  }
@@ -559,8 +217,18 @@
559
217
  line-height: 18px;
560
218
  }
561
219
  }
220
+ @media (max-width: 1680px) {
221
+ .o-activity-table .collapse-wrapper .o-collapse .act-sponsor {
222
+ margin-right: var(--o-gap-3);
223
+ }
224
+ }
225
+ @media (min-width: ) {
226
+ .o-activity-table .collapse-wrapper .o-collapse .act-sponsor {
227
+ margin-right: var(--o-gap-2);
228
+ }
229
+ }
562
230
  .o-activity-table .collapse-wrapper .o-collapse .sponsor {
563
- margin-right: 12px;
231
+ margin-right: var(--o-gap-3);
564
232
  overflow: hidden;
565
233
  text-overflow: ellipsis;
566
234
  word-break: break-all;
@@ -568,6 +236,11 @@
568
236
  -webkit-box-orient: vertical;
569
237
  -webkit-line-clamp: 1;
570
238
  }
239
+ @media (max-width: 1680px) {
240
+ .o-activity-table .collapse-wrapper .o-collapse .sponsor {
241
+ margin-right: var(--o-gap-2);
242
+ }
243
+ }
571
244
  .o-activity-table .collapse-wrapper .o-collapse .o-collapse-item-icon {
572
245
  transform: rotate(0deg);
573
246
  width: 24px;
@@ -577,26 +250,55 @@
577
250
  transform: rotate(90deg);
578
251
  }
579
252
  .o-activity-table .collapse-wrapper .o-collapse .o-collapse-item-header {
580
- border-bottom: 1px solid var(--o-color-control4);
581
- margin: 0 16px;
253
+ margin: 0 var(--o-gap-4);
254
+ }
255
+ @media (max-width: 1680px) {
256
+ .o-activity-table .collapse-wrapper .o-collapse .o-collapse-item-header {
257
+ margin: 0 var(--o-gap-3);
258
+ }
259
+ }
260
+ @media (min-width: ) {
261
+ .o-activity-table .collapse-wrapper .o-collapse .o-collapse-item-header {
262
+ margin: 0 var(--o-gap-2);
263
+ }
582
264
  }
583
265
  .o-activity-table .collapse-wrapper .activity-detail {
584
- padding: 12px 16px;
266
+ padding: var(--o-gap-3) var(--o-gap-4);
585
267
  background-color: rgb(243, 246, 250);
586
268
  }
269
+ @media (max-width: 1680px) {
270
+ .o-activity-table .collapse-wrapper .activity-detail {
271
+ padding: var(--o-gap-2) var(--o-gap-3);
272
+ }
273
+ }
274
+ @media (min-width: ) {
275
+ .o-activity-table .collapse-wrapper .activity-detail {
276
+ padding: var(--o-gap-2) var(--o-gap-2);
277
+ }
278
+ }
587
279
  .o-activity-table .collapse-wrapper .pagination {
588
- justify-content: center;
589
- margin-top: 24px;
280
+ justify-content: flex-end;
281
+ margin-top: var(--grid-column-gutter);
590
282
  }
591
283
  .o-activity-table .title-top {
592
284
  display: flex;
593
285
  align-items: center;
594
286
  justify-content: space-between;
595
- padding: 12px 16px 0;
287
+ padding: var(--o-gap-3) var(--o-gap-4) 0;
288
+ }
289
+ @media (max-width: 1680px) {
290
+ .o-activity-table .title-top {
291
+ padding: var(--o-gap-2) var(--o-gap-3) 0;
292
+ }
293
+ }
294
+ @media (min-width: ) {
295
+ .o-activity-table .title-top {
296
+ padding: var(--o-gap-2) var(--o-gap-2) 0;
297
+ }
596
298
  }
597
299
  .o-activity-table .title-top .act-title {
598
300
  color: var(--o-color-info1);
599
- margin-right: 12px;
301
+ margin-right: var(--o-gap-3);
600
302
  font-weight: 600;
601
303
  font-size: 16px;
602
304
  line-height: 24px;
@@ -632,4 +334,9 @@
632
334
  display: -webkit-box;
633
335
  -webkit-box-orient: vertical;
634
336
  -webkit-line-clamp: 1;
337
+ }
338
+ @media (max-width: 1680px) {
339
+ .o-activity-table .title-top .act-title {
340
+ margin-right: var(--o-gap-2);
341
+ }
635
342
  }