@timus-networks/theme 2.0.16 → 2.2.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 (214) hide show
  1. package/README.md +113 -0
  2. package/dist/module.cjs +5 -0
  3. package/dist/module.d.mts +11 -0
  4. package/dist/module.d.ts +11 -0
  5. package/dist/module.json +9 -0
  6. package/dist/module.mjs +187 -0
  7. package/dist/runtime/components/development/example.alert.vue +29 -0
  8. package/dist/runtime/components/development/example.avatar.vue +85 -0
  9. package/dist/runtime/components/development/example.badge.vue +93 -0
  10. package/dist/runtime/components/development/example.breadcrumb.vue +54 -0
  11. package/dist/runtime/components/development/example.button.vue +235 -0
  12. package/dist/runtime/components/development/example.button.vue.d.ts +11 -0
  13. package/dist/runtime/components/development/example.card.vue +68 -0
  14. package/dist/runtime/components/development/example.checkbox.vue +176 -0
  15. package/dist/runtime/components/development/example.checkbox.vue.d.ts +24 -0
  16. package/dist/runtime/components/development/example.collapse.vue +38 -0
  17. package/dist/runtime/components/development/example.datepicker.vue +193 -0
  18. package/dist/runtime/components/development/example.description.vue +94 -0
  19. package/dist/runtime/components/development/example.dialog.vue +79 -0
  20. package/dist/runtime/components/development/example.dropdown.vue +166 -0
  21. package/dist/runtime/components/development/example.form.vue +488 -0
  22. package/dist/runtime/components/development/example.input.vue +270 -0
  23. package/dist/runtime/components/development/example.input.vue.d.ts +23 -0
  24. package/dist/runtime/components/development/example.link.vue +68 -0
  25. package/dist/runtime/components/development/example.message.vue +64 -0
  26. package/dist/runtime/components/development/example.notification.vue +75 -0
  27. package/dist/runtime/components/development/example.number.vue +70 -0
  28. package/dist/runtime/components/development/example.pagination.vue +89 -0
  29. package/dist/runtime/components/development/example.popover.vue +151 -0
  30. package/dist/runtime/components/development/example.radio.vue +163 -0
  31. package/dist/runtime/components/development/example.radio.vue.d.ts +25 -0
  32. package/dist/runtime/components/development/example.select.vue +588 -0
  33. package/dist/runtime/components/development/example.select.vue.d.ts +70 -0
  34. package/dist/runtime/components/development/example.sidebar.vue +101 -0
  35. package/dist/runtime/components/development/example.static.vue +50 -0
  36. package/dist/runtime/components/development/example.switch.vue +101 -0
  37. package/dist/runtime/components/development/example.table.vue +112 -0
  38. package/dist/runtime/components/development/example.tag.vue +255 -0
  39. package/dist/runtime/components/development/example.timepicker.vue +89 -0
  40. package/dist/runtime/components/development/example.tooltip.vue +104 -0
  41. package/dist/runtime/components/development/example.upload.vue +84 -0
  42. package/dist/runtime/components/production/html-encode.vue +96 -0
  43. package/dist/runtime/components/production/timus-breadcrumb.d.ts +36 -0
  44. package/dist/runtime/components/production/timus-breadcrumb.js +224 -0
  45. package/dist/runtime/components/production/timus-breadcrumb.mjs +224 -0
  46. package/dist/runtime/components/production/timus-breadcrumb.vue +83 -0
  47. package/dist/runtime/components/production/timus-breadcrumb.vue.d.ts +340 -0
  48. package/dist/runtime/composables/useBreadcrumb.d.ts +8 -0
  49. package/dist/runtime/composables/useBreadcrumb.js +53 -0
  50. package/dist/runtime/composables/useBreadcrumb.mjs +53 -0
  51. package/dist/runtime/pages/theme.vue +61 -0
  52. package/dist/runtime/plugins/disable-warnings-plugin.d.ts +2 -0
  53. package/dist/runtime/plugins/disable-warnings-plugin.js +18 -0
  54. package/dist/runtime/plugins/disable-warnings-plugin.mjs +18 -0
  55. package/dist/runtime/plugins/sample-plugin.d.ts +20 -0
  56. package/dist/runtime/plugins/sample-plugin.js +5 -0
  57. package/dist/runtime/plugins/sample-plugin.mjs +5 -0
  58. package/dist/runtime/plugins/theme-provider-plugin.d.ts +30 -0
  59. package/dist/runtime/plugins/theme-provider-plugin.js +46 -0
  60. package/dist/runtime/plugins/theme-provider-plugin.mjs +46 -0
  61. package/dist/runtime/public/scss/element-plus/affix.css +305 -0
  62. package/dist/runtime/public/scss/element-plus/alert.css +516 -0
  63. package/dist/runtime/public/scss/element-plus/anchor-link.css +332 -0
  64. package/dist/runtime/public/scss/element-plus/anchor.css +376 -0
  65. package/dist/runtime/public/scss/element-plus/aside.css +308 -0
  66. package/dist/runtime/public/scss/element-plus/autocomplete.css +411 -0
  67. package/dist/runtime/public/scss/element-plus/avatar.css +370 -0
  68. package/dist/runtime/public/scss/element-plus/backtop.css +326 -0
  69. package/dist/runtime/public/scss/element-plus/badge.css +376 -0
  70. package/dist/runtime/public/scss/element-plus/base.css +550 -0
  71. package/dist/runtime/public/scss/element-plus/breadcrumb-item.css +0 -0
  72. package/dist/runtime/public/scss/element-plus/breadcrumb.css +370 -0
  73. package/dist/runtime/public/scss/element-plus/button-group.css +535 -0
  74. package/dist/runtime/public/scss/element-plus/button.css +1089 -0
  75. package/dist/runtime/public/scss/element-plus/calendar.css +370 -0
  76. package/dist/runtime/public/scss/element-plus/card.css +347 -0
  77. package/dist/runtime/public/scss/element-plus/carousel-item.css +350 -0
  78. package/dist/runtime/public/scss/element-plus/carousel.css +475 -0
  79. package/dist/runtime/public/scss/element-plus/cascader-panel.css +428 -0
  80. package/dist/runtime/public/scss/element-plus/cascader.css +560 -0
  81. package/dist/runtime/public/scss/element-plus/check-tag.css +386 -0
  82. package/dist/runtime/public/scss/element-plus/checkbox-button.css +451 -0
  83. package/dist/runtime/public/scss/element-plus/checkbox-group.css +307 -0
  84. package/dist/runtime/public/scss/element-plus/checkbox.css +588 -0
  85. package/dist/runtime/public/scss/element-plus/col.css +3270 -0
  86. package/dist/runtime/public/scss/element-plus/collapse-item.css +0 -0
  87. package/dist/runtime/public/scss/element-plus/collapse-transition.css +0 -0
  88. package/dist/runtime/public/scss/element-plus/collapse.css +490 -0
  89. package/dist/runtime/public/scss/element-plus/color/index.css +0 -0
  90. package/dist/runtime/public/scss/element-plus/color-picker.css +650 -0
  91. package/dist/runtime/public/scss/element-plus/common/popup.css +338 -0
  92. package/dist/runtime/public/scss/element-plus/common/transition.css +420 -0
  93. package/dist/runtime/public/scss/element-plus/common/var.css +302 -0
  94. package/dist/runtime/public/scss/element-plus/config-provider.css +0 -0
  95. package/dist/runtime/public/scss/element-plus/container.css +313 -0
  96. package/dist/runtime/public/scss/element-plus/dark/css-vars.css +353 -0
  97. package/dist/runtime/public/scss/element-plus/dark/var.css +302 -0
  98. package/dist/runtime/public/scss/element-plus/date-picker/date-picker.css +558 -0
  99. package/dist/runtime/public/scss/element-plus/date-picker/date-range-picker.css +410 -0
  100. package/dist/runtime/public/scss/element-plus/date-picker/date-table.css +426 -0
  101. package/dist/runtime/public/scss/element-plus/date-picker/month-table.css +388 -0
  102. package/dist/runtime/public/scss/element-plus/date-picker/picker-panel.css +454 -0
  103. package/dist/runtime/public/scss/element-plus/date-picker/picker.css +662 -0
  104. package/dist/runtime/public/scss/element-plus/date-picker/time-picker.css +384 -0
  105. package/dist/runtime/public/scss/element-plus/date-picker/time-range-picker.css +338 -0
  106. package/dist/runtime/public/scss/element-plus/date-picker/time-spinner.css +389 -0
  107. package/dist/runtime/public/scss/element-plus/date-picker/year-table.css +384 -0
  108. package/dist/runtime/public/scss/element-plus/date-picker.css +1531 -0
  109. package/dist/runtime/public/scss/element-plus/descriptions-item.css +347 -0
  110. package/dist/runtime/public/scss/element-plus/descriptions.css +435 -0
  111. package/dist/runtime/public/scss/element-plus/dialog.css +512 -0
  112. package/dist/runtime/public/scss/element-plus/display.css +357 -0
  113. package/dist/runtime/public/scss/element-plus/divider.css +345 -0
  114. package/dist/runtime/public/scss/element-plus/drawer.css +419 -0
  115. package/dist/runtime/public/scss/element-plus/dropdown-item.css +0 -0
  116. package/dist/runtime/public/scss/element-plus/dropdown-menu.css +0 -0
  117. package/dist/runtime/public/scss/element-plus/dropdown.css +495 -0
  118. package/dist/runtime/public/scss/element-plus/empty.css +355 -0
  119. package/dist/runtime/public/scss/element-plus/footer.css +310 -0
  120. package/dist/runtime/public/scss/element-plus/form-item.css +0 -0
  121. package/dist/runtime/public/scss/element-plus/form.css +527 -0
  122. package/dist/runtime/public/scss/element-plus/header.css +310 -0
  123. package/dist/runtime/public/scss/element-plus/icon.css +343 -0
  124. package/dist/runtime/public/scss/element-plus/image-viewer.css +439 -0
  125. package/dist/runtime/public/scss/element-plus/image.css +343 -0
  126. package/dist/runtime/public/scss/element-plus/index.css +17293 -0
  127. package/dist/runtime/public/scss/element-plus/infinite-scroll.css +0 -0
  128. package/dist/runtime/public/scss/element-plus/input-number.css +494 -0
  129. package/dist/runtime/public/scss/element-plus/input.css +770 -0
  130. package/dist/runtime/public/scss/element-plus/link.css +453 -0
  131. package/dist/runtime/public/scss/element-plus/loading.css +391 -0
  132. package/dist/runtime/public/scss/element-plus/main.css +311 -0
  133. package/dist/runtime/public/scss/element-plus/mention.css +413 -0
  134. package/dist/runtime/public/scss/element-plus/menu-item-group.css +0 -0
  135. package/dist/runtime/public/scss/element-plus/menu-item.css +0 -0
  136. package/dist/runtime/public/scss/element-plus/menu.css +737 -0
  137. package/dist/runtime/public/scss/element-plus/message-box.css +533 -0
  138. package/dist/runtime/public/scss/element-plus/message.css +528 -0
  139. package/dist/runtime/public/scss/element-plus/mixins/config.css +0 -0
  140. package/dist/runtime/public/scss/element-plus/mixins/function.css +0 -0
  141. package/dist/runtime/public/scss/element-plus/mixins/mixins.css +302 -0
  142. package/dist/runtime/public/scss/element-plus/mixins/utils.css +0 -0
  143. package/dist/runtime/public/scss/element-plus/notification.css +413 -0
  144. package/dist/runtime/public/scss/element-plus/option-group.css +331 -0
  145. package/dist/runtime/public/scss/element-plus/option.css +354 -0
  146. package/dist/runtime/public/scss/element-plus/overlay.css +317 -0
  147. package/dist/runtime/public/scss/element-plus/page-header.css +351 -0
  148. package/dist/runtime/public/scss/element-plus/pagination.css +586 -0
  149. package/dist/runtime/public/scss/element-plus/popconfirm.css +315 -0
  150. package/dist/runtime/public/scss/element-plus/popover.css +352 -0
  151. package/dist/runtime/public/scss/element-plus/popper.css +400 -0
  152. package/dist/runtime/public/scss/element-plus/progress.css +449 -0
  153. package/dist/runtime/public/scss/element-plus/radio-button.css +436 -0
  154. package/dist/runtime/public/scss/element-plus/radio-group.css +308 -0
  155. package/dist/runtime/public/scss/element-plus/radio.css +561 -0
  156. package/dist/runtime/public/scss/element-plus/rate.css +384 -0
  157. package/dist/runtime/public/scss/element-plus/reset.css +399 -0
  158. package/dist/runtime/public/scss/element-plus/result.css +381 -0
  159. package/dist/runtime/public/scss/element-plus/row.css +339 -0
  160. package/dist/runtime/public/scss/element-plus/scrollbar.css +373 -0
  161. package/dist/runtime/public/scss/element-plus/segmented.css +460 -0
  162. package/dist/runtime/public/scss/element-plus/select-dropdown-v2.css +351 -0
  163. package/dist/runtime/public/scss/element-plus/select-dropdown.css +351 -0
  164. package/dist/runtime/public/scss/element-plus/select-v2.css +765 -0
  165. package/dist/runtime/public/scss/element-plus/select.css +765 -0
  166. package/dist/runtime/public/scss/element-plus/skeleton-item.css +372 -0
  167. package/dist/runtime/public/scss/element-plus/skeleton.css +335 -0
  168. package/dist/runtime/public/scss/element-plus/slider.css +480 -0
  169. package/dist/runtime/public/scss/element-plus/space.css +317 -0
  170. package/dist/runtime/public/scss/element-plus/spinner.css +342 -0
  171. package/dist/runtime/public/scss/element-plus/statistic.css +336 -0
  172. package/dist/runtime/public/scss/element-plus/step.css +586 -0
  173. package/dist/runtime/public/scss/element-plus/steps.css +319 -0
  174. package/dist/runtime/public/scss/element-plus/sub-menu.css +0 -0
  175. package/dist/runtime/public/scss/element-plus/switch.css +594 -0
  176. package/dist/runtime/public/scss/element-plus/tab-pane.css +0 -0
  177. package/dist/runtime/public/scss/element-plus/table-column.css +382 -0
  178. package/dist/runtime/public/scss/element-plus/table-v2.css +520 -0
  179. package/dist/runtime/public/scss/element-plus/table.css +893 -0
  180. package/dist/runtime/public/scss/element-plus/tabs.css +892 -0
  181. package/dist/runtime/public/scss/element-plus/tag.css +624 -0
  182. package/dist/runtime/public/scss/element-plus/text.css +378 -0
  183. package/dist/runtime/public/scss/element-plus/time-picker.css +1023 -0
  184. package/dist/runtime/public/scss/element-plus/time-select.css +946 -0
  185. package/dist/runtime/public/scss/element-plus/timeline-item.css +415 -0
  186. package/dist/runtime/public/scss/element-plus/timeline.css +334 -0
  187. package/dist/runtime/public/scss/element-plus/tooltip-v2.css +410 -0
  188. package/dist/runtime/public/scss/element-plus/tooltip.css +0 -0
  189. package/dist/runtime/public/scss/element-plus/tour.css +461 -0
  190. package/dist/runtime/public/scss/element-plus/transfer.css +497 -0
  191. package/dist/runtime/public/scss/element-plus/tree-select.css +325 -0
  192. package/dist/runtime/public/scss/element-plus/tree.css +538 -0
  193. package/dist/runtime/public/scss/element-plus/upload.css +862 -0
  194. package/dist/runtime/public/scss/element-plus/var.css +389 -0
  195. package/dist/runtime/public/scss/element-plus/virtual-list.css +330 -0
  196. package/dist/runtime/public/scss/theme.css +1268 -0
  197. package/dist/runtime/server/tsconfig.json +6 -0
  198. package/dist/runtime/types.d.ts +31 -0
  199. package/dist/types.d.mts +7 -0
  200. package/dist/types.d.ts +7 -0
  201. package/package.json +35 -12
  202. package/components/TimusIcons.vue +0 -54
  203. package/generate-icon.js +0 -22
  204. package/module.ts +0 -84
  205. package/pages/icons.vue +0 -37
  206. package/plugins/sample-plugin.ts +0 -5
  207. package/public/isax/fonts/iconsax.svg +0 -927
  208. package/public/isax/fonts/iconsax.ttf +0 -0
  209. package/public/isax/fonts/iconsax.woff +0 -0
  210. package/public/isax/icons.json +0 -899
  211. package/public/isax/selection.json +0 -1
  212. package/public/isax/style.css +0 -1
  213. package/public/isax/style.scss +0 -5435
  214. package/public/isax/variables.scss +0 -900
@@ -0,0 +1,893 @@
1
+ @charset "UTF-8";
2
+ /* Element Chalk Variables */
3
+ :root {
4
+ --bs-white-rgb: 255, 255, 255;
5
+ --bs-black-rgb: 0, 0, 0;
6
+ --bs-bg-opacity: 1;
7
+ --el-color-white: white;
8
+ --el-color-black: black;
9
+ }
10
+ :root {
11
+ --el-color-light-light-1: rgba(255, 255, 255, 0.01);
12
+ }
13
+ :root {
14
+ --el-color-light-light-2: rgba(255, 255, 255, 0.01);
15
+ }
16
+ :root {
17
+ --el-color-light-light-3: rgba(255, 255, 255, 0.01);
18
+ }
19
+ :root {
20
+ --el-color-light-light-4: rgba(255, 255, 255, 0.01);
21
+ }
22
+ :root {
23
+ --el-color-light-light-5: rgba(255, 255, 255, 0.01);
24
+ --el-color-light: rgba(255, 255, 255, 0.01);
25
+ }
26
+ :root {
27
+ --el-color-light-light-6: rgba(255, 255, 255, 0.01);
28
+ }
29
+ :root {
30
+ --el-color-light-light-7: rgba(255, 255, 255, 0.01);
31
+ }
32
+ :root {
33
+ --el-color-light-light-8: rgba(255, 255, 255, 0.01);
34
+ }
35
+ :root {
36
+ --el-color-light-light-9: rgba(255, 255, 255, 0.01);
37
+ }
38
+ :root {
39
+ --el-color-default-light-1: #dee2ff;
40
+ }
41
+ :root {
42
+ --el-color-default-light-2: #c3c8ff;
43
+ }
44
+ :root {
45
+ --el-color-default-light-3: #9fa4ff;
46
+ }
47
+ :root {
48
+ --el-color-default-light-4: #7e79ff;
49
+ }
50
+ :root {
51
+ --el-color-default-light-5: #6959fb;
52
+ --el-color-default: #6959fb;
53
+ }
54
+ :root {
55
+ --el-color-default-light-6: #5c3bf0;
56
+ }
57
+ :root {
58
+ --el-color-default-light-7: #5737d6;
59
+ }
60
+ :root {
61
+ --el-color-default-light-8: #4028ab;
62
+ }
63
+ :root {
64
+ --el-color-default-light-9: #151517;
65
+ }
66
+ :root {
67
+ --el-color-primary-light-1: #dee2ff;
68
+ }
69
+ :root {
70
+ --el-color-primary-light-2: #c3c8ff;
71
+ }
72
+ :root {
73
+ --el-color-primary-light-3: #9fa4ff;
74
+ }
75
+ :root {
76
+ --el-color-primary-light-4: #7e79ff;
77
+ }
78
+ :root {
79
+ --el-color-primary-light-5: #6959fb;
80
+ --el-color-primary: #6959fb;
81
+ }
82
+ :root {
83
+ --el-color-primary-light-6: #5c3bf0;
84
+ }
85
+ :root {
86
+ --el-color-primary-light-7: #5737d6;
87
+ }
88
+ :root {
89
+ --el-color-primary-light-8: #4028ab;
90
+ }
91
+ :root {
92
+ --el-color-primary-light-9: #382887;
93
+ }
94
+ :root {
95
+ --el-color-secondary-light-1: #d5f6e8;
96
+ }
97
+ :root {
98
+ --el-color-secondary-light-2: #aeecd4;
99
+ }
100
+ :root {
101
+ --el-color-secondary-light-3: #7eddbf;
102
+ }
103
+ :root {
104
+ --el-color-secondary-light-4: #43c49f;
105
+ }
106
+ :root {
107
+ --el-color-secondary-light-5: #20a987;
108
+ --el-color-secondary: #20a987;
109
+ }
110
+ :root {
111
+ --el-color-secondary-light-6: #12896e;
112
+ }
113
+ :root {
114
+ --el-color-secondary-light-7: #0f6d5a;
115
+ }
116
+ :root {
117
+ --el-color-secondary-light-8: #0e5748;
118
+ }
119
+ :root {
120
+ --el-color-secondary-light-9: #0d473d;
121
+ }
122
+ :root {
123
+ --el-color-neutral-light-1: #f8f7f8;
124
+ }
125
+ :root {
126
+ --el-color-neutral-light-2: #f3f2f4;
127
+ }
128
+ :root {
129
+ --el-color-neutral-light-3: #dad9dd;
130
+ }
131
+ :root {
132
+ --el-color-neutral-light-4: #c1c0c7;
133
+ }
134
+ :root {
135
+ --el-color-neutral-light-5: #a8a6b1;
136
+ --el-color-neutral: #a8a6b1;
137
+ }
138
+ :root {
139
+ --el-color-neutral-light-6: #8f8d9a;
140
+ }
141
+ :root {
142
+ --el-color-neutral-light-7: #83818f;
143
+ }
144
+ :root {
145
+ --el-color-neutral-light-8: #454157;
146
+ }
147
+ :root {
148
+ --el-color-neutral-light-9: #07021f;
149
+ }
150
+ :root {
151
+ --el-color-info-light-1: #e3f1fb;
152
+ }
153
+ :root {
154
+ --el-color-info-light-2: #c0e5f7;
155
+ }
156
+ :root {
157
+ --el-color-info-light-3: #88d1f1;
158
+ }
159
+ :root {
160
+ --el-color-info-light-4: #3cb5e6;
161
+ }
162
+ :root {
163
+ --el-color-info-light-5: #21a1d6;
164
+ --el-color-info: #21a1d6;
165
+ }
166
+ :root {
167
+ --el-color-info-light-6: #1382b6;
168
+ }
169
+ :root {
170
+ --el-color-info-light-7: #116793;
171
+ }
172
+ :root {
173
+ --el-color-info-light-8: #12587a;
174
+ }
175
+ :root {
176
+ --el-color-info-light-9: #144a66;
177
+ }
178
+ :root {
179
+ --el-color-danger-light-1: #fde3e3;
180
+ }
181
+ :root {
182
+ --el-color-danger-light-2: #fdcbcb;
183
+ }
184
+ :root {
185
+ --el-color-danger-light-3: #faa7a7;
186
+ }
187
+ :root {
188
+ --el-color-danger-light-4: #f35c5c;
189
+ }
190
+ :root {
191
+ --el-color-danger-light-5: #eb4848;
192
+ --el-color-danger: #eb4848;
193
+ }
194
+ :root {
195
+ --el-color-danger-light-6: #d82a2a;
196
+ }
197
+ :root {
198
+ --el-color-danger-light-7: #b52020;
199
+ }
200
+ :root {
201
+ --el-color-danger-light-8: #961e1e;
202
+ }
203
+ :root {
204
+ --el-color-danger-light-9: #7d1f1f;
205
+ }
206
+ :root {
207
+ --el-color-error-light-1: #fde3e3;
208
+ }
209
+ :root {
210
+ --el-color-error-light-2: #fdcbcb;
211
+ }
212
+ :root {
213
+ --el-color-error-light-3: #faa7a7;
214
+ }
215
+ :root {
216
+ --el-color-error-light-4: #f35c5c;
217
+ }
218
+ :root {
219
+ --el-color-error-light-5: #eb4848;
220
+ --el-color-error: #eb4848;
221
+ }
222
+ :root {
223
+ --el-color-error-light-6: #d82a2a;
224
+ }
225
+ :root {
226
+ --el-color-error-light-7: #b52020;
227
+ }
228
+ :root {
229
+ --el-color-error-light-8: #961e1e;
230
+ }
231
+ :root {
232
+ --el-color-error-light-9: #7d1f1f;
233
+ }
234
+ :root {
235
+ --el-color-success-light-1: #f0f8ed;
236
+ }
237
+ :root {
238
+ --el-color-success-light-2: #d9edd3;
239
+ }
240
+ :root {
241
+ --el-color-success-light-3: #b4daa7;
242
+ }
243
+ :root {
244
+ --el-color-success-light-4: #8ec87b;
245
+ }
246
+ :root {
247
+ --el-color-success-light-5: #69b64f;
248
+ --el-color-success: #69b64f;
249
+ }
250
+ :root {
251
+ --el-color-success-light-6: #488633;
252
+ }
253
+ :root {
254
+ --el-color-success-light-7: #3a6a2b;
255
+ }
256
+ :root {
257
+ --el-color-success-light-8: #315526;
258
+ }
259
+ :root {
260
+ --el-color-success-light-9: #294621;
261
+ }
262
+ :root {
263
+ --el-color-warning-light-1: #fff5c6;
264
+ }
265
+ :root {
266
+ --el-color-warning-light-2: #ffe988;
267
+ }
268
+ :root {
269
+ --el-color-warning-light-3: #ffd643;
270
+ }
271
+ :root {
272
+ --el-color-warning-light-4: #ffc520;
273
+ }
274
+ :root {
275
+ --el-color-warning-light-5: #f9a307;
276
+ --el-color-warning: #f9a307;
277
+ }
278
+ :root {
279
+ --el-color-warning-light-6: #dd7b02;
280
+ }
281
+ :root {
282
+ --el-color-warning-light-7: #b75606;
283
+ }
284
+ :root {
285
+ --el-color-warning-light-8: #94410c;
286
+ }
287
+ :root {
288
+ --el-color-warning-light-9: #7a370d;
289
+ }
290
+ /**
291
+ Bununla selectorun içerisine variable ekleyebiliyorsun
292
+ .selector{
293
+ // --el-button-text-color: var(--el-color-primary); -> bu eklenir
294
+ @include css-var-from-global(('button-text-color'), ('color-primary'));
295
+
296
+ // bununla property'ye değer atayabilirsin (hiyerarşik alıyor)
297
+ color: getCssVar('colors-neutral-light-2');
298
+
299
+ // bununla da property alınabililyor
300
+ font-size: map.get($select, 'font-size');
301
+ }
302
+ **/
303
+ .el-table {
304
+ --el-table-border-color: var(--el-color-neutral-light-3);
305
+ --el-table-border: 1px solid var(--el-table-border-color);
306
+ --el-table-text-color: var(--el-color-neutral-light-7);
307
+ --el-table-header-text-color: var(--el-text-color-secondary);
308
+ --el-table-row-hover-bg-color: var(--el-color-white);
309
+ --el-table-current-row-bg-color: var(--el-color-primary-light-9);
310
+ --el-table-header-bg-color: var(--el-bg-color);
311
+ --el-table-fixed-box-shadow: var(--el-box-shadow-light);
312
+ --el-table-bg-color: var(--el-fill-color-blank);
313
+ --el-table-tr-bg-color: var(--el-bg-color);
314
+ --el-table-expanded-cell-bg-color: var(--el-fill-color-blank);
315
+ --el-table-fixed-left-column: inset 10px 0 10px -10px rgba(0, 0, 0, 0.15);
316
+ --el-table-fixed-right-column: inset -10px 0 10px -10px rgba(0, 0, 0, 0.15);
317
+ --el-table-index: var(--el-index-normal);
318
+ --el-table-font-weight-body: 300;
319
+ --el-table-font-weight-head: 400;
320
+ }
321
+
322
+ .el-table {
323
+ position: relative;
324
+ overflow: hidden;
325
+ box-sizing: border-box;
326
+ height: fit-content;
327
+ width: calc(100% - 48px) !important;
328
+ max-width: 100%;
329
+ background-color: var(--el-table-bg-color);
330
+ font-size: 13px;
331
+ font-weight: var(--el-table-font-weight-body);
332
+ color: var(--el-table-text-color);
333
+ overflow: initial;
334
+ transform: translateX(24px);
335
+ margin: 8px 0;
336
+ }
337
+ .el-table::before {
338
+ content: "";
339
+ position: absolute;
340
+ top: -8px;
341
+ left: -24px;
342
+ right: -24px;
343
+ bottom: -8px;
344
+ box-shadow: 0 0 0 1px var(--el-color-neutral-light-3);
345
+ border-radius: 6px;
346
+ }
347
+ .el-table__inner-wrapper {
348
+ position: relative;
349
+ display: flex;
350
+ flex-direction: column;
351
+ height: 100%;
352
+ }
353
+ .el-table__inner-wrapper::before {
354
+ left: 0;
355
+ bottom: 0;
356
+ height: 1px;
357
+ }
358
+
359
+ .el-table tbody:focus-visible {
360
+ outline: none;
361
+ }
362
+ .el-table.has-footer.el-table--scrollable-y tr:last-child td.el-table__cell, .el-table.has-footer.el-table--fluid-height tr:last-child td.el-table__cell {
363
+ border-bottom-color: transparent;
364
+ }
365
+ .el-table__empty-block {
366
+ position: sticky;
367
+ left: 0;
368
+ min-height: 60px;
369
+ text-align: center;
370
+ width: 100%;
371
+ display: flex;
372
+ justify-content: center;
373
+ align-items: center;
374
+ }
375
+
376
+ .el-table__empty-text {
377
+ line-height: 60px;
378
+ width: 50%;
379
+ color: var(--el-text-color-secondary);
380
+ }
381
+
382
+ .el-table__expand-column .cell {
383
+ padding: 0;
384
+ text-align: center;
385
+ user-select: none;
386
+ }
387
+
388
+ .el-table__expand-icon {
389
+ position: relative;
390
+ cursor: pointer;
391
+ color: var(--el-text-color-regular);
392
+ font-size: 12px;
393
+ transition: transform var(--el-transition-duration-fast) ease-in-out;
394
+ height: 20px;
395
+ }
396
+ .el-table__expand-icon--expanded {
397
+ transform: rotate(90deg);
398
+ }
399
+
400
+ .el-table__expand-icon > .el-icon {
401
+ font-size: 12px;
402
+ }
403
+
404
+ .el-table__expanded-cell {
405
+ background-color: var(--el-table-expanded-cell-bg-color);
406
+ }
407
+ .el-table__expanded-cell[class*=cell] {
408
+ padding: 20px 50px;
409
+ }
410
+ .el-table__expanded-cell:hover {
411
+ background-color: transparent !important;
412
+ }
413
+
414
+ .el-table__placeholder {
415
+ display: inline-block;
416
+ width: 20px;
417
+ }
418
+
419
+ .el-table__append-wrapper {
420
+ overflow: hidden;
421
+ }
422
+
423
+ .el-table--fit .el-table__cell.gutter {
424
+ border-right-width: 1px;
425
+ }
426
+ .el-table--fit .el-table__inner-wrapper::before {
427
+ width: 100%;
428
+ }
429
+
430
+ .el-table thead {
431
+ color: var(--el-table-header-text-color);
432
+ }
433
+ .el-table thead th {
434
+ font-weight: var(--el-table-font-weight-head);
435
+ border-bottom: 1px solid var(--el-color-neutral-light-3);
436
+ }
437
+ .el-table thead.is-group th.el-table__cell {
438
+ background: var(--el-fill-color-light);
439
+ }
440
+ .el-table .el-table__cell {
441
+ padding: 11px 0;
442
+ min-width: 0;
443
+ box-sizing: border-box;
444
+ text-overflow: ellipsis;
445
+ vertical-align: middle;
446
+ position: relative;
447
+ text-align: left;
448
+ z-index: var(--el-table-index);
449
+ }
450
+ .el-table .el-table__cell.is-center {
451
+ text-align: center;
452
+ }
453
+
454
+ .el-table .el-table__cell.is-right {
455
+ text-align: right;
456
+ }
457
+
458
+ .el-table .el-table__cell.gutter {
459
+ width: 15px;
460
+ border-right-width: 0;
461
+ border-bottom-width: 0;
462
+ padding: 0;
463
+ }
464
+ .el-table .el-table__cell.is-hidden > * {
465
+ visibility: hidden;
466
+ }
467
+ .el-table .el-table__cell:first-of-type .cell {
468
+ padding-left: 0;
469
+ }
470
+ .el-table .el-table__cell:last-of-type .cell {
471
+ padding-right: 0;
472
+ }
473
+ .el-table .cell {
474
+ box-sizing: border-box;
475
+ overflow: hidden;
476
+ text-overflow: ellipsis;
477
+ white-space: normal;
478
+ overflow-wrap: break-word;
479
+ line-height: 23px;
480
+ padding: 0 12px;
481
+ }
482
+ .el-table .cell.el-tooltip {
483
+ white-space: nowrap;
484
+ min-width: 50px;
485
+ }
486
+ .el-table--large {
487
+ font-size: var(--el-font-size-base);
488
+ }
489
+ .el-table--large .el-table__cell {
490
+ padding: 12px 0;
491
+ }
492
+ .el-table--large .cell {
493
+ padding: 0 16px;
494
+ }
495
+
496
+ .el-table--default {
497
+ font-size: 14px;
498
+ }
499
+ .el-table--default .el-table__cell {
500
+ padding: 11px 0;
501
+ }
502
+ .el-table--default .cell {
503
+ padding: 0 12px;
504
+ }
505
+
506
+ .el-table--small {
507
+ font-size: 12px;
508
+ }
509
+ .el-table--small .el-table__cell {
510
+ padding: 4px 0;
511
+ }
512
+ .el-table--small .cell {
513
+ padding: 0 8px;
514
+ }
515
+
516
+ .el-table tr {
517
+ background-color: var(--el-table-tr-bg-color);
518
+ }
519
+ .el-table tr input[type=checkbox] {
520
+ margin: 0;
521
+ }
522
+ .el-table tr:not(:last-of-type) th.el-table__cell.is-leaf,
523
+ .el-table tr:not(:last-of-type) td.el-table__cell {
524
+ border-bottom: var(--el-table-border);
525
+ }
526
+ .el-table th.el-table__cell.is-sortable {
527
+ cursor: pointer;
528
+ }
529
+ .el-table th.el-table__cell {
530
+ background-color: var(--el-table-header-bg-color);
531
+ }
532
+ .el-table th.el-table__cell > .cell.highlight {
533
+ color: var(--el-color-primary);
534
+ }
535
+ .el-table th.el-table__cell.required > div::before {
536
+ display: inline-block;
537
+ content: "";
538
+ width: 8px;
539
+ height: 8px;
540
+ border-radius: 50%;
541
+ background: #ff4d51;
542
+ margin-right: 5px;
543
+ vertical-align: middle;
544
+ }
545
+ .el-table td.el-table__cell div {
546
+ box-sizing: border-box;
547
+ }
548
+ .el-table td.el-table__cell.gutter {
549
+ width: 0;
550
+ }
551
+ .el-table--border::after, .el-table--border::before, .el-table--border .el-table__inner-wrapper::after, .el-table__inner-wrapper::before {
552
+ content: "";
553
+ position: absolute;
554
+ z-index: calc(var(--el-table-index) + 2);
555
+ }
556
+
557
+ .el-table--border .el-table__inner-wrapper::after {
558
+ left: 0;
559
+ top: 0;
560
+ width: 100%;
561
+ height: 1px;
562
+ z-index: calc(var(--el-table-index) + 2);
563
+ }
564
+
565
+ .el-table--border::before {
566
+ top: -1px;
567
+ left: 0;
568
+ width: 1px;
569
+ height: 100%;
570
+ }
571
+ .el-table--border::after {
572
+ top: -1px;
573
+ right: 0;
574
+ width: 1px;
575
+ height: 100%;
576
+ }
577
+ .el-table--border .el-table__inner-wrapper {
578
+ border-right: none;
579
+ border-bottom: none;
580
+ }
581
+
582
+ .el-table--border .el-table__footer-wrapper {
583
+ position: relative;
584
+ flex-shrink: 0;
585
+ }
586
+
587
+ .el-table--border .el-table__cell {
588
+ border-right: var(--el-table-border);
589
+ }
590
+ .el-table--border th.el-table__cell.gutter:last-of-type {
591
+ border-bottom: var(--el-table-border);
592
+ border-bottom-width: 1px;
593
+ }
594
+ .el-table--border th.el-table__cell {
595
+ border-bottom: var(--el-table-border);
596
+ }
597
+
598
+ .el-table--hidden {
599
+ visibility: hidden;
600
+ }
601
+
602
+ .el-table__header-wrapper, .el-table__body-wrapper, .el-table__footer-wrapper {
603
+ width: 100%;
604
+ }
605
+ .el-table__header-wrapper tr td.el-table-fixed-column--left, .el-table__header-wrapper tr td.el-table-fixed-column--right,
606
+ .el-table__header-wrapper tr th.el-table-fixed-column--left,
607
+ .el-table__header-wrapper tr th.el-table-fixed-column--right, .el-table__body-wrapper tr td.el-table-fixed-column--left, .el-table__body-wrapper tr td.el-table-fixed-column--right,
608
+ .el-table__body-wrapper tr th.el-table-fixed-column--left,
609
+ .el-table__body-wrapper tr th.el-table-fixed-column--right, .el-table__footer-wrapper tr td.el-table-fixed-column--left, .el-table__footer-wrapper tr td.el-table-fixed-column--right,
610
+ .el-table__footer-wrapper tr th.el-table-fixed-column--left,
611
+ .el-table__footer-wrapper tr th.el-table-fixed-column--right {
612
+ position: sticky !important;
613
+ background: inherit;
614
+ z-index: calc(var(--el-table-index) + 1);
615
+ }
616
+ .el-table__header-wrapper tr td.el-table-fixed-column--left.is-last-column::before, .el-table__header-wrapper tr td.el-table-fixed-column--left.is-first-column::before, .el-table__header-wrapper tr td.el-table-fixed-column--right.is-last-column::before, .el-table__header-wrapper tr td.el-table-fixed-column--right.is-first-column::before,
617
+ .el-table__header-wrapper tr th.el-table-fixed-column--left.is-last-column::before,
618
+ .el-table__header-wrapper tr th.el-table-fixed-column--left.is-first-column::before,
619
+ .el-table__header-wrapper tr th.el-table-fixed-column--right.is-last-column::before,
620
+ .el-table__header-wrapper tr th.el-table-fixed-column--right.is-first-column::before, .el-table__body-wrapper tr td.el-table-fixed-column--left.is-last-column::before, .el-table__body-wrapper tr td.el-table-fixed-column--left.is-first-column::before, .el-table__body-wrapper tr td.el-table-fixed-column--right.is-last-column::before, .el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before,
621
+ .el-table__body-wrapper tr th.el-table-fixed-column--left.is-last-column::before,
622
+ .el-table__body-wrapper tr th.el-table-fixed-column--left.is-first-column::before,
623
+ .el-table__body-wrapper tr th.el-table-fixed-column--right.is-last-column::before,
624
+ .el-table__body-wrapper tr th.el-table-fixed-column--right.is-first-column::before, .el-table__footer-wrapper tr td.el-table-fixed-column--left.is-last-column::before, .el-table__footer-wrapper tr td.el-table-fixed-column--left.is-first-column::before, .el-table__footer-wrapper tr td.el-table-fixed-column--right.is-last-column::before, .el-table__footer-wrapper tr td.el-table-fixed-column--right.is-first-column::before,
625
+ .el-table__footer-wrapper tr th.el-table-fixed-column--left.is-last-column::before,
626
+ .el-table__footer-wrapper tr th.el-table-fixed-column--left.is-first-column::before,
627
+ .el-table__footer-wrapper tr th.el-table-fixed-column--right.is-last-column::before,
628
+ .el-table__footer-wrapper tr th.el-table-fixed-column--right.is-first-column::before {
629
+ content: "";
630
+ position: absolute;
631
+ top: 0px;
632
+ width: 10px;
633
+ bottom: -1px;
634
+ overflow-x: hidden;
635
+ overflow-y: hidden;
636
+ box-shadow: none;
637
+ touch-action: none;
638
+ pointer-events: none;
639
+ }
640
+ .el-table__header-wrapper tr td.el-table-fixed-column--left.is-first-column::before, .el-table__header-wrapper tr td.el-table-fixed-column--right.is-first-column::before,
641
+ .el-table__header-wrapper tr th.el-table-fixed-column--left.is-first-column::before,
642
+ .el-table__header-wrapper tr th.el-table-fixed-column--right.is-first-column::before, .el-table__body-wrapper tr td.el-table-fixed-column--left.is-first-column::before, .el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before,
643
+ .el-table__body-wrapper tr th.el-table-fixed-column--left.is-first-column::before,
644
+ .el-table__body-wrapper tr th.el-table-fixed-column--right.is-first-column::before, .el-table__footer-wrapper tr td.el-table-fixed-column--left.is-first-column::before, .el-table__footer-wrapper tr td.el-table-fixed-column--right.is-first-column::before,
645
+ .el-table__footer-wrapper tr th.el-table-fixed-column--left.is-first-column::before,
646
+ .el-table__footer-wrapper tr th.el-table-fixed-column--right.is-first-column::before {
647
+ left: -10px;
648
+ }
649
+ .el-table__header-wrapper tr td.el-table-fixed-column--left.is-last-column::before, .el-table__header-wrapper tr td.el-table-fixed-column--right.is-last-column::before,
650
+ .el-table__header-wrapper tr th.el-table-fixed-column--left.is-last-column::before,
651
+ .el-table__header-wrapper tr th.el-table-fixed-column--right.is-last-column::before, .el-table__body-wrapper tr td.el-table-fixed-column--left.is-last-column::before, .el-table__body-wrapper tr td.el-table-fixed-column--right.is-last-column::before,
652
+ .el-table__body-wrapper tr th.el-table-fixed-column--left.is-last-column::before,
653
+ .el-table__body-wrapper tr th.el-table-fixed-column--right.is-last-column::before, .el-table__footer-wrapper tr td.el-table-fixed-column--left.is-last-column::before, .el-table__footer-wrapper tr td.el-table-fixed-column--right.is-last-column::before,
654
+ .el-table__footer-wrapper tr th.el-table-fixed-column--left.is-last-column::before,
655
+ .el-table__footer-wrapper tr th.el-table-fixed-column--right.is-last-column::before {
656
+ right: -10px;
657
+ box-shadow: none;
658
+ }
659
+ .el-table__header-wrapper tr td.el-table__fixed-right-patch,
660
+ .el-table__header-wrapper tr th.el-table__fixed-right-patch, .el-table__body-wrapper tr td.el-table__fixed-right-patch,
661
+ .el-table__body-wrapper tr th.el-table__fixed-right-patch, .el-table__footer-wrapper tr td.el-table__fixed-right-patch,
662
+ .el-table__footer-wrapper tr th.el-table__fixed-right-patch {
663
+ position: sticky !important;
664
+ z-index: calc(var(--el-table-index) + 1);
665
+ background: #fff;
666
+ right: 0;
667
+ }
668
+
669
+ .el-table__header-wrapper {
670
+ flex-shrink: 0;
671
+ }
672
+ .el-table__header-wrapper tr th.el-table-fixed-column--left, .el-table__header-wrapper tr th.el-table-fixed-column--right {
673
+ background-color: var(--el-table-header-bg-color);
674
+ }
675
+
676
+ .el-table__header, .el-table__body, .el-table__footer {
677
+ table-layout: fixed;
678
+ border-collapse: separate;
679
+ }
680
+
681
+ .el-table__header-wrapper {
682
+ overflow: hidden;
683
+ }
684
+ .el-table__header-wrapper tbody td.el-table__cell {
685
+ background-color: var(--el-table-row-hover-bg-color);
686
+ color: var(--el-table-text-color);
687
+ }
688
+
689
+ .el-table__footer-wrapper {
690
+ overflow: hidden;
691
+ flex-shrink: 0;
692
+ }
693
+ .el-table__footer-wrapper tfoot td.el-table__cell {
694
+ background-color: var(--el-table-row-hover-bg-color);
695
+ color: var(--el-table-text-color);
696
+ }
697
+
698
+ .el-table__header-wrapper .el-table-column--selection > .cell, .el-table__body-wrapper .el-table-column--selection > .cell {
699
+ display: inline-flex;
700
+ align-items: center;
701
+ height: 23px;
702
+ }
703
+ .el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
704
+ height: unset;
705
+ }
706
+
707
+ .el-table.is-scrolling-left .el-table-fixed-column--right.is-first-column::before {
708
+ box-shadow: var(--el-table-fixed-right-column);
709
+ }
710
+ .el-table.is-scrolling-left.el-table--border .el-table-fixed-column--left.is-last-column.el-table__cell {
711
+ border-right: var(--el-table-border);
712
+ }
713
+ .el-table.is-scrolling-left th.el-table-fixed-column--left {
714
+ background-color: var(--el-table-header-bg-color);
715
+ }
716
+
717
+ .el-table.is-scrolling-right .el-table-fixed-column--left.is-last-column::before {
718
+ box-shadow: var(--el-table-fixed-left-column);
719
+ }
720
+ .el-table.is-scrolling-right .el-table-fixed-column--left.is-last-column.el-table__cell {
721
+ border-right: none;
722
+ }
723
+ .el-table.is-scrolling-right th.el-table-fixed-column--right {
724
+ background-color: var(--el-table-header-bg-color);
725
+ }
726
+
727
+ .el-table.is-scrolling-middle .el-table-fixed-column--left.is-last-column.el-table__cell {
728
+ border-right: none;
729
+ }
730
+ .el-table.is-scrolling-middle .el-table-fixed-column--right.is-first-column::before {
731
+ box-shadow: var(--el-table-fixed-right-column);
732
+ }
733
+ .el-table.is-scrolling-middle .el-table-fixed-column--left.is-last-column::before {
734
+ box-shadow: var(--el-table-fixed-left-column);
735
+ }
736
+
737
+ .el-table.is-scrolling-none .el-table-fixed-column--left.is-first-column::before, .el-table.is-scrolling-none .el-table-fixed-column--left.is-last-column::before,
738
+ .el-table.is-scrolling-none .el-table-fixed-column--right.is-first-column::before,
739
+ .el-table.is-scrolling-none .el-table-fixed-column--right.is-last-column::before {
740
+ box-shadow: none;
741
+ }
742
+ .el-table.is-scrolling-none th.el-table-fixed-column--left,
743
+ .el-table.is-scrolling-none th.el-table-fixed-column--right {
744
+ background-color: var(--el-table-header-bg-color);
745
+ }
746
+
747
+ .el-table__body-wrapper {
748
+ overflow: hidden;
749
+ position: relative;
750
+ flex: 1;
751
+ }
752
+ .el-table__body-wrapper .el-scrollbar__bar {
753
+ z-index: calc(var(--el-table-index) + 2);
754
+ }
755
+
756
+ .el-table .caret-wrapper {
757
+ display: inline-flex;
758
+ flex-direction: column;
759
+ align-items: center;
760
+ height: 14px;
761
+ width: 24px;
762
+ vertical-align: middle;
763
+ cursor: pointer;
764
+ overflow: initial;
765
+ position: relative;
766
+ }
767
+ .el-table .sort-caret {
768
+ width: 0;
769
+ height: 0;
770
+ border: solid 5px transparent;
771
+ position: absolute;
772
+ left: 7px;
773
+ }
774
+ .el-table .sort-caret.ascending {
775
+ border-bottom-color: var(--el-text-color-placeholder);
776
+ top: -5px;
777
+ }
778
+ .el-table .sort-caret.descending {
779
+ border-top-color: var(--el-text-color-placeholder);
780
+ bottom: -3px;
781
+ }
782
+ .el-table .ascending .sort-caret.ascending {
783
+ border-bottom-color: var(--el-color-primary);
784
+ }
785
+ .el-table .descending .sort-caret.descending {
786
+ border-top-color: var(--el-color-primary);
787
+ }
788
+ .el-table .hidden-columns {
789
+ visibility: hidden;
790
+ position: absolute;
791
+ z-index: -1;
792
+ }
793
+ .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
794
+ background: var(--el-fill-color-lighter);
795
+ }
796
+ .el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell {
797
+ background-color: var(--el-table-current-row-bg-color);
798
+ }
799
+
800
+ .el-table__body tr.hover-row > td.el-table__cell, .el-table__body tr.hover-row.current-row > td.el-table__cell, .el-table__body tr.hover-row.el-table__row--striped > td.el-table__cell, .el-table__body tr.hover-row.el-table__row--striped.current-row > td.el-table__cell {
801
+ background-color: var(--el-table-row-hover-bg-color);
802
+ }
803
+ .el-table__body tr > td.hover-cell {
804
+ background-color: var(--el-table-row-hover-bg-color);
805
+ }
806
+ .el-table__body tr.current-row > td.el-table__cell {
807
+ background-color: var(--el-table-current-row-bg-color);
808
+ }
809
+
810
+ .el-table.el-table--scrollable-y .el-table__body-header {
811
+ position: sticky;
812
+ top: 0;
813
+ z-index: calc(var(--el-table-index) + 2);
814
+ }
815
+
816
+ .el-table.el-table--scrollable-y .el-table__body-footer {
817
+ position: sticky;
818
+ bottom: 0;
819
+ z-index: calc(var(--el-table-index) + 2);
820
+ }
821
+
822
+ .el-table__column-resize-proxy {
823
+ position: absolute;
824
+ left: 200px;
825
+ top: 0;
826
+ bottom: 0;
827
+ width: 0;
828
+ border-left: var(--el-table-border);
829
+ z-index: calc(var(--el-table-index) + 9);
830
+ }
831
+
832
+ .el-table__column-filter-trigger {
833
+ display: inline-block;
834
+ cursor: pointer;
835
+ }
836
+ .el-table__column-filter-trigger i {
837
+ color: var(--el-color-info);
838
+ font-size: 14px;
839
+ vertical-align: middle;
840
+ }
841
+
842
+ .el-table__border-left-patch {
843
+ top: 0;
844
+ left: 0;
845
+ width: 1px;
846
+ height: 100%;
847
+ z-index: calc(var(--el-table-index) + 2);
848
+ position: absolute;
849
+ background-color: var(--el-table-border-color);
850
+ }
851
+
852
+ .el-table__border-bottom-patch {
853
+ left: 0;
854
+ height: 1px;
855
+ z-index: calc(var(--el-table-index) + 2);
856
+ position: absolute;
857
+ background-color: var(--el-table-border-color);
858
+ }
859
+
860
+ .el-table__border-right-patch {
861
+ top: 0;
862
+ height: 100%;
863
+ width: 1px;
864
+ z-index: calc(var(--el-table-index) + 2);
865
+ position: absolute;
866
+ background-color: var(--el-table-border-color);
867
+ }
868
+
869
+ .el-table--enable-row-transition .el-table__body td.el-table__cell {
870
+ transition: background-color 0.25s ease;
871
+ }
872
+
873
+ .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
874
+ background-color: var(--el-table-row-hover-bg-color);
875
+ }
876
+
877
+ .el-table [class*=el-table__row--level] .el-table__expand-icon {
878
+ display: inline-block;
879
+ width: 12px;
880
+ line-height: 12px;
881
+ height: 12px;
882
+ text-align: center;
883
+ margin-right: 8px;
884
+ }
885
+ .el-table .el-table.el-table--border .el-table__cell {
886
+ border-right: var(--el-table-border);
887
+ }
888
+ .el-table:not(.el-table--border) .el-table__cell {
889
+ border-right: none;
890
+ }
891
+ .el-table:not(.el-table--border) > .el-table__inner-wrapper::after {
892
+ content: none;
893
+ }