@timus-networks/theme 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +128 -0
- package/dist/module.cjs +5 -0
- package/dist/module.d.mts +11 -0
- package/dist/module.d.ts +11 -0
- package/dist/module.json +9 -0
- package/dist/module.mjs +159 -0
- package/dist/runtime/components/example.button.vue +237 -0
- package/dist/runtime/components/example.button.vue.d.ts +10 -0
- package/dist/runtime/components/example.checkbox.vue +190 -0
- package/dist/runtime/components/example.checkbox.vue.d.ts +24 -0
- package/dist/runtime/components/example.dialog.vue +82 -0
- package/dist/runtime/components/example.form.vue +494 -0
- package/dist/runtime/components/example.input.vue +286 -0
- package/dist/runtime/components/example.input.vue.d.ts +20 -0
- package/dist/runtime/components/example.popover.vue +161 -0
- package/dist/runtime/components/example.radio.vue +165 -0
- package/dist/runtime/components/example.radio.vue.d.ts +24 -0
- package/dist/runtime/components/example.select.vue +591 -0
- package/dist/runtime/components/example.select.vue.d.ts +69 -0
- package/dist/runtime/components/example.sidebar.vue +104 -0
- package/dist/runtime/components/example.table.vue +126 -0
- package/dist/runtime/components/example.tag.vue +279 -0
- package/dist/runtime/components/html-encode.vue +37 -0
- package/dist/runtime/pages/theme.vue +30 -0
- package/dist/runtime/plugins/element-extend-plugin.d.ts +38 -0
- package/dist/runtime/plugins/element-extend-plugin.js +39 -0
- package/dist/runtime/plugins/element-extend-plugin.mjs +39 -0
- package/dist/runtime/plugins/experimental-size-plugin.d.ts +2 -0
- package/dist/runtime/plugins/experimental-size-plugin.js +13 -0
- package/dist/runtime/plugins/experimental-size-plugin.mjs +13 -0
- package/dist/runtime/plugins/sample-plugin.d.ts +20 -0
- package/dist/runtime/plugins/sample-plugin.js +5 -0
- package/dist/runtime/plugins/sample-plugin.mjs +5 -0
- package/dist/runtime/plugins/theme-provider.d.ts +30 -0
- package/dist/runtime/plugins/theme-provider.js +46 -0
- package/dist/runtime/plugins/theme-provider.mjs +46 -0
- package/dist/runtime/public/scss/element-plus/affix.css +277 -0
- package/dist/runtime/public/scss/element-plus/alert.css +420 -0
- package/dist/runtime/public/scss/element-plus/anchor-link.css +304 -0
- package/dist/runtime/public/scss/element-plus/anchor.css +348 -0
- package/dist/runtime/public/scss/element-plus/aside.css +280 -0
- package/dist/runtime/public/scss/element-plus/autocomplete.css +383 -0
- package/dist/runtime/public/scss/element-plus/avatar.css +320 -0
- package/dist/runtime/public/scss/element-plus/backtop.css +298 -0
- package/dist/runtime/public/scss/element-plus/badge.css +348 -0
- package/dist/runtime/public/scss/element-plus/base.css +522 -0
- package/dist/runtime/public/scss/element-plus/breadcrumb-item.css +0 -0
- package/dist/runtime/public/scss/element-plus/breadcrumb.css +330 -0
- package/dist/runtime/public/scss/element-plus/button-group.css +413 -0
- package/dist/runtime/public/scss/element-plus/button.css +1043 -0
- package/dist/runtime/public/scss/element-plus/calendar.css +342 -0
- package/dist/runtime/public/scss/element-plus/card.css +312 -0
- package/dist/runtime/public/scss/element-plus/carousel-item.css +322 -0
- package/dist/runtime/public/scss/element-plus/carousel.css +447 -0
- package/dist/runtime/public/scss/element-plus/cascader-panel.css +400 -0
- package/dist/runtime/public/scss/element-plus/cascader.css +532 -0
- package/dist/runtime/public/scss/element-plus/check-tag.css +358 -0
- package/dist/runtime/public/scss/element-plus/checkbox-button.css +418 -0
- package/dist/runtime/public/scss/element-plus/checkbox-group.css +279 -0
- package/dist/runtime/public/scss/element-plus/checkbox.css +560 -0
- package/dist/runtime/public/scss/element-plus/col.css +3242 -0
- package/dist/runtime/public/scss/element-plus/collapse-item.css +0 -0
- package/dist/runtime/public/scss/element-plus/collapse-transition.css +0 -0
- package/dist/runtime/public/scss/element-plus/collapse.css +462 -0
- package/dist/runtime/public/scss/element-plus/color/index.css +0 -0
- package/dist/runtime/public/scss/element-plus/color-picker.css +622 -0
- package/dist/runtime/public/scss/element-plus/common/popup.css +310 -0
- package/dist/runtime/public/scss/element-plus/common/transition.css +392 -0
- package/dist/runtime/public/scss/element-plus/common/var.css +274 -0
- package/dist/runtime/public/scss/element-plus/config-provider.css +0 -0
- package/dist/runtime/public/scss/element-plus/container.css +285 -0
- package/dist/runtime/public/scss/element-plus/dark/css-vars.css +325 -0
- package/dist/runtime/public/scss/element-plus/dark/var.css +274 -0
- package/dist/runtime/public/scss/element-plus/date-picker/date-picker.css +496 -0
- package/dist/runtime/public/scss/element-plus/date-picker/date-range-picker.css +378 -0
- package/dist/runtime/public/scss/element-plus/date-picker/date-table.css +398 -0
- package/dist/runtime/public/scss/element-plus/date-picker/month-table.css +360 -0
- package/dist/runtime/public/scss/element-plus/date-picker/picker-panel.css +391 -0
- package/dist/runtime/public/scss/element-plus/date-picker/picker.css +634 -0
- package/dist/runtime/public/scss/element-plus/date-picker/time-picker.css +344 -0
- package/dist/runtime/public/scss/element-plus/date-picker/time-range-picker.css +303 -0
- package/dist/runtime/public/scss/element-plus/date-picker/time-spinner.css +362 -0
- package/dist/runtime/public/scss/element-plus/date-picker/year-table.css +356 -0
- package/dist/runtime/public/scss/element-plus/date-picker.css +1447 -0
- package/dist/runtime/public/scss/element-plus/descriptions-item.css +307 -0
- package/dist/runtime/public/scss/element-plus/descriptions.css +373 -0
- package/dist/runtime/public/scss/element-plus/dialog.css +484 -0
- package/dist/runtime/public/scss/element-plus/display.css +329 -0
- package/dist/runtime/public/scss/element-plus/divider.css +317 -0
- package/dist/runtime/public/scss/element-plus/drawer.css +391 -0
- package/dist/runtime/public/scss/element-plus/dropdown-item.css +0 -0
- package/dist/runtime/public/scss/element-plus/dropdown-menu.css +0 -0
- package/dist/runtime/public/scss/element-plus/dropdown.css +464 -0
- package/dist/runtime/public/scss/element-plus/empty.css +327 -0
- package/dist/runtime/public/scss/element-plus/footer.css +282 -0
- package/dist/runtime/public/scss/element-plus/form-item.css +0 -0
- package/dist/runtime/public/scss/element-plus/form.css +499 -0
- package/dist/runtime/public/scss/element-plus/header.css +282 -0
- package/dist/runtime/public/scss/element-plus/icon.css +315 -0
- package/dist/runtime/public/scss/element-plus/image-viewer.css +411 -0
- package/dist/runtime/public/scss/element-plus/image.css +315 -0
- package/dist/runtime/public/scss/element-plus/index.css +16702 -0
- package/dist/runtime/public/scss/element-plus/infinite-scroll.css +0 -0
- package/dist/runtime/public/scss/element-plus/input-number.css +450 -0
- package/dist/runtime/public/scss/element-plus/input.css +742 -0
- package/dist/runtime/public/scss/element-plus/link.css +422 -0
- package/dist/runtime/public/scss/element-plus/loading.css +363 -0
- package/dist/runtime/public/scss/element-plus/main.css +283 -0
- package/dist/runtime/public/scss/element-plus/mention.css +385 -0
- package/dist/runtime/public/scss/element-plus/menu-item-group.css +0 -0
- package/dist/runtime/public/scss/element-plus/menu-item.css +0 -0
- package/dist/runtime/public/scss/element-plus/menu.css +709 -0
- package/dist/runtime/public/scss/element-plus/message-box.css +501 -0
- package/dist/runtime/public/scss/element-plus/message.css +398 -0
- package/dist/runtime/public/scss/element-plus/mixins/config.css +0 -0
- package/dist/runtime/public/scss/element-plus/mixins/function.css +0 -0
- package/dist/runtime/public/scss/element-plus/mixins/mixins.css +274 -0
- package/dist/runtime/public/scss/element-plus/mixins/utils.css +0 -0
- package/dist/runtime/public/scss/element-plus/notification.css +381 -0
- package/dist/runtime/public/scss/element-plus/option-group.css +303 -0
- package/dist/runtime/public/scss/element-plus/option.css +325 -0
- package/dist/runtime/public/scss/element-plus/overlay.css +289 -0
- package/dist/runtime/public/scss/element-plus/page-header.css +323 -0
- package/dist/runtime/public/scss/element-plus/pagination.css +533 -0
- package/dist/runtime/public/scss/element-plus/popconfirm.css +287 -0
- package/dist/runtime/public/scss/element-plus/popover.css +324 -0
- package/dist/runtime/public/scss/element-plus/popper.css +372 -0
- package/dist/runtime/public/scss/element-plus/progress.css +421 -0
- package/dist/runtime/public/scss/element-plus/radio-button.css +402 -0
- package/dist/runtime/public/scss/element-plus/radio-group.css +280 -0
- package/dist/runtime/public/scss/element-plus/radio.css +533 -0
- package/dist/runtime/public/scss/element-plus/rate.css +356 -0
- package/dist/runtime/public/scss/element-plus/reset.css +371 -0
- package/dist/runtime/public/scss/element-plus/result.css +353 -0
- package/dist/runtime/public/scss/element-plus/row.css +311 -0
- package/dist/runtime/public/scss/element-plus/scrollbar.css +345 -0
- package/dist/runtime/public/scss/element-plus/segmented.css +432 -0
- package/dist/runtime/public/scss/element-plus/select-dropdown-v2.css +323 -0
- package/dist/runtime/public/scss/element-plus/select-dropdown.css +323 -0
- package/dist/runtime/public/scss/element-plus/select-v2.css +740 -0
- package/dist/runtime/public/scss/element-plus/select.css +740 -0
- package/dist/runtime/public/scss/element-plus/skeleton-item.css +344 -0
- package/dist/runtime/public/scss/element-plus/skeleton.css +307 -0
- package/dist/runtime/public/scss/element-plus/slider.css +452 -0
- package/dist/runtime/public/scss/element-plus/space.css +289 -0
- package/dist/runtime/public/scss/element-plus/spinner.css +314 -0
- package/dist/runtime/public/scss/element-plus/statistic.css +308 -0
- package/dist/runtime/public/scss/element-plus/step.css +558 -0
- package/dist/runtime/public/scss/element-plus/steps.css +291 -0
- package/dist/runtime/public/scss/element-plus/sub-menu.css +0 -0
- package/dist/runtime/public/scss/element-plus/switch.css +498 -0
- package/dist/runtime/public/scss/element-plus/tab-pane.css +0 -0
- package/dist/runtime/public/scss/element-plus/table-column.css +354 -0
- package/dist/runtime/public/scss/element-plus/table-v2.css +492 -0
- package/dist/runtime/public/scss/element-plus/table.css +865 -0
- package/dist/runtime/public/scss/element-plus/tabs.css +864 -0
- package/dist/runtime/public/scss/element-plus/tag.css +596 -0
- package/dist/runtime/public/scss/element-plus/text.css +344 -0
- package/dist/runtime/public/scss/element-plus/time-picker.css +942 -0
- package/dist/runtime/public/scss/element-plus/time-select.css +884 -0
- package/dist/runtime/public/scss/element-plus/timeline-item.css +387 -0
- package/dist/runtime/public/scss/element-plus/timeline.css +306 -0
- package/dist/runtime/public/scss/element-plus/tooltip-v2.css +382 -0
- package/dist/runtime/public/scss/element-plus/tooltip.css +0 -0
- package/dist/runtime/public/scss/element-plus/tour.css +433 -0
- package/dist/runtime/public/scss/element-plus/transfer.css +469 -0
- package/dist/runtime/public/scss/element-plus/tree-select.css +297 -0
- package/dist/runtime/public/scss/element-plus/tree.css +510 -0
- package/dist/runtime/public/scss/element-plus/upload.css +834 -0
- package/dist/runtime/public/scss/element-plus/var.css +361 -0
- package/dist/runtime/public/scss/element-plus/virtual-list.css +302 -0
- package/dist/runtime/public/scss/theme.css +1191 -0
- package/dist/runtime/server/tsconfig.json +6 -0
- package/dist/runtime/types.d.ts +40 -0
- package/dist/types.d.mts +7 -0
- package/dist/types.d.ts +7 -0
- package/package.json +29 -12
- package/components/TimusIcons.vue +0 -54
- package/generate-icon.js +0 -22
- package/module.ts +0 -84
- package/pages/icons.vue +0 -46
- package/plugins/sample-plugin.ts +0 -5
- package/public/isax/fonts/iconsax.svg +0 -927
- package/public/isax/fonts/iconsax.ttf +0 -0
- package/public/isax/fonts/iconsax.woff +0 -0
- package/public/isax/icons.json +0 -899
- package/public/isax/selection.json +0 -1
- package/public/isax/style.css +0 -1
- package/public/isax/style.scss +0 -5435
- package/public/isax/variables.scss +0 -900
|
@@ -0,0 +1,864 @@
|
|
|
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-success-light-1: #f0f8ed;
|
|
208
|
+
}
|
|
209
|
+
:root {
|
|
210
|
+
--el-color-success-light-2: #d9edd3;
|
|
211
|
+
}
|
|
212
|
+
:root {
|
|
213
|
+
--el-color-success-light-3: #b4daa7;
|
|
214
|
+
}
|
|
215
|
+
:root {
|
|
216
|
+
--el-color-success-light-4: #8ec87b;
|
|
217
|
+
}
|
|
218
|
+
:root {
|
|
219
|
+
--el-color-success-light-5: #69b64f;
|
|
220
|
+
--el-color-success: #69b64f;
|
|
221
|
+
}
|
|
222
|
+
:root {
|
|
223
|
+
--el-color-success-light-6: #488633;
|
|
224
|
+
}
|
|
225
|
+
:root {
|
|
226
|
+
--el-color-success-light-7: #3a6a2b;
|
|
227
|
+
}
|
|
228
|
+
:root {
|
|
229
|
+
--el-color-success-light-8: #315526;
|
|
230
|
+
}
|
|
231
|
+
:root {
|
|
232
|
+
--el-color-success-light-9: #294621;
|
|
233
|
+
}
|
|
234
|
+
:root {
|
|
235
|
+
--el-color-warning-light-1: #fff5c6;
|
|
236
|
+
}
|
|
237
|
+
:root {
|
|
238
|
+
--el-color-warning-light-2: #ffe988;
|
|
239
|
+
}
|
|
240
|
+
:root {
|
|
241
|
+
--el-color-warning-light-3: #ffd643;
|
|
242
|
+
}
|
|
243
|
+
:root {
|
|
244
|
+
--el-color-warning-light-4: #ffc520;
|
|
245
|
+
}
|
|
246
|
+
:root {
|
|
247
|
+
--el-color-warning-light-5: #f9a307;
|
|
248
|
+
--el-color-warning: #f9a307;
|
|
249
|
+
}
|
|
250
|
+
:root {
|
|
251
|
+
--el-color-warning-light-6: #dd7b02;
|
|
252
|
+
}
|
|
253
|
+
:root {
|
|
254
|
+
--el-color-warning-light-7: #b75606;
|
|
255
|
+
}
|
|
256
|
+
:root {
|
|
257
|
+
--el-color-warning-light-8: #94410c;
|
|
258
|
+
}
|
|
259
|
+
:root {
|
|
260
|
+
--el-color-warning-light-9: #7a370d;
|
|
261
|
+
}
|
|
262
|
+
/**
|
|
263
|
+
Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
264
|
+
.selector{
|
|
265
|
+
// --el-button-text-color: var(--el-color-primary); -> bu eklenir
|
|
266
|
+
@include css-var-from-global(('button-text-color'), ('color-primary'));
|
|
267
|
+
|
|
268
|
+
// bununla property'ye değer atayabilirsin (hiyerarşik alıyor)
|
|
269
|
+
color: getCssVar('colors-neutral-light-2');
|
|
270
|
+
|
|
271
|
+
// bununla da property alınabililyor
|
|
272
|
+
font-size: map.get($select, 'font-size');
|
|
273
|
+
}
|
|
274
|
+
**/
|
|
275
|
+
.el-tabs {
|
|
276
|
+
--el-tabs-header-height: 40px;
|
|
277
|
+
display: flex;
|
|
278
|
+
}
|
|
279
|
+
.el-tabs__header {
|
|
280
|
+
padding: 0;
|
|
281
|
+
position: relative;
|
|
282
|
+
margin: 0 0 15px;
|
|
283
|
+
display: flex;
|
|
284
|
+
align-items: center;
|
|
285
|
+
justify-content: space-between;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.el-tabs__header-vertical {
|
|
289
|
+
flex-direction: column;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.el-tabs__active-bar {
|
|
293
|
+
position: absolute;
|
|
294
|
+
bottom: 0;
|
|
295
|
+
left: 0;
|
|
296
|
+
height: 2px;
|
|
297
|
+
background-color: var(--el-color-primary);
|
|
298
|
+
z-index: 1;
|
|
299
|
+
transition: width var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier), transform var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
|
|
300
|
+
list-style: none;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.el-tabs__new-tab {
|
|
304
|
+
display: flex;
|
|
305
|
+
align-items: center;
|
|
306
|
+
justify-content: center;
|
|
307
|
+
border: 1px solid var(--el-border-color);
|
|
308
|
+
height: 20px;
|
|
309
|
+
width: 20px;
|
|
310
|
+
line-height: 20px;
|
|
311
|
+
margin: 10px 0 10px 10px;
|
|
312
|
+
border-radius: 3px;
|
|
313
|
+
text-align: center;
|
|
314
|
+
font-size: 12px;
|
|
315
|
+
color: var(--el-text-color-primary);
|
|
316
|
+
cursor: pointer;
|
|
317
|
+
transition: all 0.15s;
|
|
318
|
+
}
|
|
319
|
+
.el-tabs__new-tab .is-icon-plus {
|
|
320
|
+
height: inherit;
|
|
321
|
+
width: inherit;
|
|
322
|
+
transform: scale(0.8, 0.8);
|
|
323
|
+
}
|
|
324
|
+
.el-tabs__new-tab .is-icon-plus svg {
|
|
325
|
+
vertical-align: middle;
|
|
326
|
+
}
|
|
327
|
+
.el-tabs__new-tab:hover {
|
|
328
|
+
color: var(--el-color-primary);
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.el-tabs__new-tab-vertical {
|
|
332
|
+
margin-left: 0;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.el-tabs__nav-wrap {
|
|
336
|
+
overflow: hidden;
|
|
337
|
+
margin-bottom: -1px;
|
|
338
|
+
position: relative;
|
|
339
|
+
flex: 1 auto;
|
|
340
|
+
}
|
|
341
|
+
.el-tabs__nav-wrap::after {
|
|
342
|
+
content: "";
|
|
343
|
+
position: absolute;
|
|
344
|
+
left: 0;
|
|
345
|
+
bottom: 0;
|
|
346
|
+
width: 100%;
|
|
347
|
+
height: 2px;
|
|
348
|
+
background-color: var(--el-border-color-light);
|
|
349
|
+
z-index: var(--el-index-normal);
|
|
350
|
+
}
|
|
351
|
+
.el-tabs__nav-wrap.is-scrollable {
|
|
352
|
+
padding: 0 20px;
|
|
353
|
+
box-sizing: border-box;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.el-tabs__nav-scroll {
|
|
357
|
+
overflow: hidden;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.el-tabs__nav-next, .el-tabs__nav-prev {
|
|
361
|
+
position: absolute;
|
|
362
|
+
cursor: pointer;
|
|
363
|
+
line-height: 44px;
|
|
364
|
+
font-size: 12px;
|
|
365
|
+
color: var(--el-text-color-secondary);
|
|
366
|
+
width: 20px;
|
|
367
|
+
text-align: center;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.el-tabs__nav-next {
|
|
371
|
+
right: 0;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.el-tabs__nav-prev {
|
|
375
|
+
left: 0;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.el-tabs__nav {
|
|
379
|
+
display: flex;
|
|
380
|
+
white-space: nowrap;
|
|
381
|
+
position: relative;
|
|
382
|
+
transition: transform var(--el-transition-duration);
|
|
383
|
+
float: left;
|
|
384
|
+
z-index: calc(var(--el-index-normal) + 1);
|
|
385
|
+
}
|
|
386
|
+
.el-tabs__nav.is-stretch {
|
|
387
|
+
min-width: 100%;
|
|
388
|
+
display: flex;
|
|
389
|
+
}
|
|
390
|
+
.el-tabs__nav.is-stretch > * {
|
|
391
|
+
flex: 1;
|
|
392
|
+
text-align: center;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.el-tabs__item {
|
|
396
|
+
padding: 0 20px;
|
|
397
|
+
height: var(--el-tabs-header-height);
|
|
398
|
+
box-sizing: border-box;
|
|
399
|
+
display: flex;
|
|
400
|
+
align-items: center;
|
|
401
|
+
justify-content: center;
|
|
402
|
+
list-style: none;
|
|
403
|
+
font-size: var(--el-font-size-base);
|
|
404
|
+
font-weight: 500;
|
|
405
|
+
color: var(--el-text-color-primary);
|
|
406
|
+
position: relative;
|
|
407
|
+
}
|
|
408
|
+
.el-tabs__item:focus, .el-tabs__item:focus:active {
|
|
409
|
+
outline: none;
|
|
410
|
+
}
|
|
411
|
+
.el-tabs__item:focus-visible {
|
|
412
|
+
box-shadow: 0 0 2px 2px var(--el-color-primary) inset;
|
|
413
|
+
border-radius: 3px;
|
|
414
|
+
}
|
|
415
|
+
.el-tabs__item .is-icon-close {
|
|
416
|
+
border-radius: 50%;
|
|
417
|
+
text-align: center;
|
|
418
|
+
transition: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
|
|
419
|
+
margin-left: 5px;
|
|
420
|
+
}
|
|
421
|
+
.el-tabs__item .is-icon-close:before {
|
|
422
|
+
transform: scale(0.9);
|
|
423
|
+
display: inline-block;
|
|
424
|
+
}
|
|
425
|
+
.el-tabs__item .is-icon-close:hover {
|
|
426
|
+
background-color: var(--el-text-color-placeholder);
|
|
427
|
+
color: #ffffff;
|
|
428
|
+
}
|
|
429
|
+
.el-tabs__item.is-active {
|
|
430
|
+
color: var(--el-color-primary);
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.el-tabs__item:hover {
|
|
434
|
+
color: var(--el-color-primary);
|
|
435
|
+
cursor: pointer;
|
|
436
|
+
}
|
|
437
|
+
.el-tabs__item.is-disabled {
|
|
438
|
+
color: var(--el-disabled-text-color);
|
|
439
|
+
cursor: not-allowed;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.el-tabs__content {
|
|
443
|
+
overflow: hidden;
|
|
444
|
+
position: relative;
|
|
445
|
+
flex-grow: 1;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.el-tabs--top > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom > .el-tabs__header .el-tabs__item:nth-child(2) {
|
|
449
|
+
padding-left: 0;
|
|
450
|
+
}
|
|
451
|
+
.el-tabs--top > .el-tabs__header .el-tabs__item:last-child, .el-tabs--bottom > .el-tabs__header .el-tabs__item:last-child {
|
|
452
|
+
padding-right: 0;
|
|
453
|
+
}
|
|
454
|
+
.el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom.el-tabs--border-card > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom.el-tabs--card > .el-tabs__header .el-tabs__item:nth-child(2) {
|
|
455
|
+
padding-left: 20px;
|
|
456
|
+
}
|
|
457
|
+
.el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:last-child, .el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item:last-child, .el-tabs--bottom.el-tabs--border-card > .el-tabs__header .el-tabs__item:last-child, .el-tabs--bottom.el-tabs--card > .el-tabs__header .el-tabs__item:last-child {
|
|
458
|
+
padding-right: 20px;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.el-tabs--card > .el-tabs__header {
|
|
462
|
+
border-bottom: 1px solid var(--el-border-color-light);
|
|
463
|
+
height: var(--el-tabs-header-height);
|
|
464
|
+
}
|
|
465
|
+
.el-tabs--card > .el-tabs__header .el-tabs__nav-wrap::after {
|
|
466
|
+
content: none;
|
|
467
|
+
}
|
|
468
|
+
.el-tabs--card > .el-tabs__header .el-tabs__nav {
|
|
469
|
+
border: 1px solid var(--el-border-color-light);
|
|
470
|
+
border-bottom: none;
|
|
471
|
+
border-radius: 4px 4px 0 0;
|
|
472
|
+
box-sizing: border-box;
|
|
473
|
+
}
|
|
474
|
+
.el-tabs--card > .el-tabs__header .el-tabs__active-bar {
|
|
475
|
+
display: none;
|
|
476
|
+
}
|
|
477
|
+
.el-tabs--card > .el-tabs__header .el-tabs__item .is-icon-close {
|
|
478
|
+
position: relative;
|
|
479
|
+
font-size: 12px;
|
|
480
|
+
width: 0;
|
|
481
|
+
height: 14px;
|
|
482
|
+
overflow: hidden;
|
|
483
|
+
right: -2px;
|
|
484
|
+
transform-origin: 100% 50%;
|
|
485
|
+
}
|
|
486
|
+
.el-tabs--card > .el-tabs__header .el-tabs__item {
|
|
487
|
+
border-bottom: 1px solid transparent;
|
|
488
|
+
border-left: 1px solid var(--el-border-color-light);
|
|
489
|
+
transition: color var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier), padding var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
|
|
490
|
+
}
|
|
491
|
+
.el-tabs--card > .el-tabs__header .el-tabs__item:first-child {
|
|
492
|
+
border-left: none;
|
|
493
|
+
}
|
|
494
|
+
.el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover {
|
|
495
|
+
padding-left: 13px;
|
|
496
|
+
padding-right: 13px;
|
|
497
|
+
}
|
|
498
|
+
.el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover .is-icon-close {
|
|
499
|
+
width: 14px;
|
|
500
|
+
}
|
|
501
|
+
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
|
|
502
|
+
border-bottom-color: var(--el-bg-color);
|
|
503
|
+
}
|
|
504
|
+
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable {
|
|
505
|
+
padding-left: 20px;
|
|
506
|
+
padding-right: 20px;
|
|
507
|
+
}
|
|
508
|
+
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable .is-icon-close {
|
|
509
|
+
width: 14px;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
.el-tabs--border-card {
|
|
513
|
+
background: var(--el-bg-color-overlay);
|
|
514
|
+
border: 1px solid var(--el-border-color);
|
|
515
|
+
}
|
|
516
|
+
.el-tabs--border-card > .el-tabs__content {
|
|
517
|
+
padding: 15px;
|
|
518
|
+
}
|
|
519
|
+
.el-tabs--border-card > .el-tabs__header {
|
|
520
|
+
background-color: var(--el-fill-color-light);
|
|
521
|
+
border-bottom: 1px solid var(--el-border-color-light);
|
|
522
|
+
margin: 0;
|
|
523
|
+
}
|
|
524
|
+
.el-tabs--border-card > .el-tabs__header .el-tabs__nav-wrap::after {
|
|
525
|
+
content: none;
|
|
526
|
+
}
|
|
527
|
+
.el-tabs--border-card > .el-tabs__header .el-tabs__item {
|
|
528
|
+
transition: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
|
|
529
|
+
border: 1px solid transparent;
|
|
530
|
+
margin-top: -1px;
|
|
531
|
+
color: var(--el-text-color-secondary);
|
|
532
|
+
}
|
|
533
|
+
.el-tabs--border-card > .el-tabs__header .el-tabs__item:first-child {
|
|
534
|
+
margin-left: -1px;
|
|
535
|
+
}
|
|
536
|
+
.el-tabs--border-card > .el-tabs__header .el-tabs__item + .el-tabs__item {
|
|
537
|
+
margin-left: -1px;
|
|
538
|
+
}
|
|
539
|
+
.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
|
|
540
|
+
color: var(--el-color-primary);
|
|
541
|
+
background-color: var(--el-bg-color-overlay);
|
|
542
|
+
border-right-color: var(--el-border-color);
|
|
543
|
+
border-left-color: var(--el-border-color);
|
|
544
|
+
}
|
|
545
|
+
.el-tabs--border-card > .el-tabs__header .el-tabs__item:not(.is-disabled):hover {
|
|
546
|
+
color: var(--el-color-primary);
|
|
547
|
+
}
|
|
548
|
+
.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-disabled {
|
|
549
|
+
color: var(--el-disabled-text-color);
|
|
550
|
+
}
|
|
551
|
+
.el-tabs--border-card > .el-tabs__header .is-scrollable .el-tabs__item:first-child {
|
|
552
|
+
margin-left: 0;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
.el-tabs--bottom {
|
|
556
|
+
flex-direction: column;
|
|
557
|
+
}
|
|
558
|
+
.el-tabs--bottom .el-tabs__header.is-bottom {
|
|
559
|
+
margin-bottom: 0;
|
|
560
|
+
margin-top: 10px;
|
|
561
|
+
}
|
|
562
|
+
.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom {
|
|
563
|
+
border-bottom: 0;
|
|
564
|
+
border-top: 1px solid var(--el-border-color);
|
|
565
|
+
}
|
|
566
|
+
.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom {
|
|
567
|
+
margin-top: -1px;
|
|
568
|
+
margin-bottom: 0;
|
|
569
|
+
}
|
|
570
|
+
.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active) {
|
|
571
|
+
border: 1px solid transparent;
|
|
572
|
+
}
|
|
573
|
+
.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom {
|
|
574
|
+
margin: 0 -1px -1px;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
.el-tabs--left, .el-tabs--right {
|
|
578
|
+
overflow: hidden;
|
|
579
|
+
}
|
|
580
|
+
.el-tabs--left .el-tabs__header.is-left,
|
|
581
|
+
.el-tabs--left .el-tabs__header.is-right,
|
|
582
|
+
.el-tabs--left .el-tabs__nav-wrap.is-left,
|
|
583
|
+
.el-tabs--left .el-tabs__nav-wrap.is-right,
|
|
584
|
+
.el-tabs--left .el-tabs__nav-scroll, .el-tabs--right .el-tabs__header.is-left,
|
|
585
|
+
.el-tabs--right .el-tabs__header.is-right,
|
|
586
|
+
.el-tabs--right .el-tabs__nav-wrap.is-left,
|
|
587
|
+
.el-tabs--right .el-tabs__nav-wrap.is-right,
|
|
588
|
+
.el-tabs--right .el-tabs__nav-scroll {
|
|
589
|
+
height: 100%;
|
|
590
|
+
}
|
|
591
|
+
.el-tabs--left .el-tabs__active-bar.is-left,
|
|
592
|
+
.el-tabs--left .el-tabs__active-bar.is-right, .el-tabs--right .el-tabs__active-bar.is-left,
|
|
593
|
+
.el-tabs--right .el-tabs__active-bar.is-right {
|
|
594
|
+
top: 0;
|
|
595
|
+
bottom: auto;
|
|
596
|
+
width: 2px;
|
|
597
|
+
height: auto;
|
|
598
|
+
}
|
|
599
|
+
.el-tabs--left .el-tabs__nav-wrap.is-left,
|
|
600
|
+
.el-tabs--left .el-tabs__nav-wrap.is-right, .el-tabs--right .el-tabs__nav-wrap.is-left,
|
|
601
|
+
.el-tabs--right .el-tabs__nav-wrap.is-right {
|
|
602
|
+
margin-bottom: 0;
|
|
603
|
+
}
|
|
604
|
+
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
|
|
605
|
+
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
|
|
606
|
+
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev,
|
|
607
|
+
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next, .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
|
|
608
|
+
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
|
|
609
|
+
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev,
|
|
610
|
+
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next {
|
|
611
|
+
height: 30px;
|
|
612
|
+
line-height: 30px;
|
|
613
|
+
width: 100%;
|
|
614
|
+
text-align: center;
|
|
615
|
+
cursor: pointer;
|
|
616
|
+
}
|
|
617
|
+
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev i,
|
|
618
|
+
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next i,
|
|
619
|
+
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev i,
|
|
620
|
+
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next i, .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev i,
|
|
621
|
+
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next i,
|
|
622
|
+
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev i,
|
|
623
|
+
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next i {
|
|
624
|
+
transform: rotateZ(90deg);
|
|
625
|
+
}
|
|
626
|
+
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
|
|
627
|
+
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev, .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
|
|
628
|
+
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev {
|
|
629
|
+
left: auto;
|
|
630
|
+
top: 0;
|
|
631
|
+
}
|
|
632
|
+
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
|
|
633
|
+
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next, .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
|
|
634
|
+
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next {
|
|
635
|
+
right: auto;
|
|
636
|
+
bottom: 0;
|
|
637
|
+
}
|
|
638
|
+
.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,
|
|
639
|
+
.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable, .el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,
|
|
640
|
+
.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable {
|
|
641
|
+
padding: 30px 0;
|
|
642
|
+
}
|
|
643
|
+
.el-tabs--left .el-tabs__nav-wrap.is-left::after,
|
|
644
|
+
.el-tabs--left .el-tabs__nav-wrap.is-right::after, .el-tabs--right .el-tabs__nav-wrap.is-left::after,
|
|
645
|
+
.el-tabs--right .el-tabs__nav-wrap.is-right::after {
|
|
646
|
+
height: 100%;
|
|
647
|
+
width: 2px;
|
|
648
|
+
bottom: auto;
|
|
649
|
+
top: 0;
|
|
650
|
+
}
|
|
651
|
+
.el-tabs--left .el-tabs__nav.is-left,
|
|
652
|
+
.el-tabs--left .el-tabs__nav.is-right, .el-tabs--right .el-tabs__nav.is-left,
|
|
653
|
+
.el-tabs--right .el-tabs__nav.is-right {
|
|
654
|
+
flex-direction: column;
|
|
655
|
+
}
|
|
656
|
+
.el-tabs--left .el-tabs__item.is-left, .el-tabs--right .el-tabs__item.is-left {
|
|
657
|
+
justify-content: flex-end;
|
|
658
|
+
}
|
|
659
|
+
.el-tabs--left .el-tabs__item.is-right, .el-tabs--right .el-tabs__item.is-right {
|
|
660
|
+
justify-content: flex-start;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
.el-tabs--left {
|
|
664
|
+
flex-direction: row-reverse;
|
|
665
|
+
}
|
|
666
|
+
.el-tabs--left .el-tabs__header.is-left {
|
|
667
|
+
margin-bottom: 0;
|
|
668
|
+
margin-right: 10px;
|
|
669
|
+
}
|
|
670
|
+
.el-tabs--left .el-tabs__nav-wrap.is-left {
|
|
671
|
+
margin-right: -1px;
|
|
672
|
+
}
|
|
673
|
+
.el-tabs--left .el-tabs__nav-wrap.is-left::after {
|
|
674
|
+
left: auto;
|
|
675
|
+
right: 0;
|
|
676
|
+
}
|
|
677
|
+
.el-tabs--left .el-tabs__active-bar.is-left {
|
|
678
|
+
right: 0;
|
|
679
|
+
left: auto;
|
|
680
|
+
}
|
|
681
|
+
.el-tabs--left .el-tabs__item.is-left {
|
|
682
|
+
text-align: right;
|
|
683
|
+
}
|
|
684
|
+
.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left {
|
|
685
|
+
display: none;
|
|
686
|
+
}
|
|
687
|
+
.el-tabs--left.el-tabs--card .el-tabs__item.is-left {
|
|
688
|
+
border-left: none;
|
|
689
|
+
border-right: 1px solid var(--el-border-color-light);
|
|
690
|
+
border-bottom: none;
|
|
691
|
+
border-top: 1px solid var(--el-border-color-light);
|
|
692
|
+
text-align: left;
|
|
693
|
+
}
|
|
694
|
+
.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child {
|
|
695
|
+
border-right: 1px solid var(--el-border-color-light);
|
|
696
|
+
border-top: none;
|
|
697
|
+
}
|
|
698
|
+
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active {
|
|
699
|
+
border: 1px solid var(--el-border-color-light);
|
|
700
|
+
border-right-color: #fff;
|
|
701
|
+
border-left: none;
|
|
702
|
+
border-bottom: none;
|
|
703
|
+
}
|
|
704
|
+
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child {
|
|
705
|
+
border-top: none;
|
|
706
|
+
}
|
|
707
|
+
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child {
|
|
708
|
+
border-bottom: none;
|
|
709
|
+
}
|
|
710
|
+
.el-tabs--left.el-tabs--card .el-tabs__nav {
|
|
711
|
+
border-radius: 4px 0 0 4px;
|
|
712
|
+
border-bottom: 1px solid var(--el-border-color-light);
|
|
713
|
+
border-right: none;
|
|
714
|
+
}
|
|
715
|
+
.el-tabs--left.el-tabs--card .el-tabs__new-tab {
|
|
716
|
+
float: none;
|
|
717
|
+
}
|
|
718
|
+
.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left {
|
|
719
|
+
border-right: 1px solid var(--el-border-color);
|
|
720
|
+
}
|
|
721
|
+
.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left {
|
|
722
|
+
border: 1px solid transparent;
|
|
723
|
+
margin: -1px 0 -1px -1px;
|
|
724
|
+
}
|
|
725
|
+
.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active {
|
|
726
|
+
border-color: transparent;
|
|
727
|
+
border-top-color: rgb(209, 219, 229);
|
|
728
|
+
border-bottom-color: rgb(209, 219, 229);
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
.el-tabs--right .el-tabs__header.is-right {
|
|
732
|
+
margin-bottom: 0;
|
|
733
|
+
margin-left: 10px;
|
|
734
|
+
}
|
|
735
|
+
.el-tabs--right .el-tabs__nav-wrap.is-right {
|
|
736
|
+
margin-left: -1px;
|
|
737
|
+
}
|
|
738
|
+
.el-tabs--right .el-tabs__nav-wrap.is-right::after {
|
|
739
|
+
left: 0;
|
|
740
|
+
right: auto;
|
|
741
|
+
}
|
|
742
|
+
.el-tabs--right .el-tabs__active-bar.is-right {
|
|
743
|
+
left: 0;
|
|
744
|
+
}
|
|
745
|
+
.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right {
|
|
746
|
+
display: none;
|
|
747
|
+
}
|
|
748
|
+
.el-tabs--right.el-tabs--card .el-tabs__item.is-right {
|
|
749
|
+
border-bottom: none;
|
|
750
|
+
border-top: 1px solid var(--el-border-color-light);
|
|
751
|
+
}
|
|
752
|
+
.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child {
|
|
753
|
+
border-left: 1px solid var(--el-border-color-light);
|
|
754
|
+
border-top: none;
|
|
755
|
+
}
|
|
756
|
+
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active {
|
|
757
|
+
border: 1px solid var(--el-border-color-light);
|
|
758
|
+
border-left-color: #fff;
|
|
759
|
+
border-right: none;
|
|
760
|
+
border-bottom: none;
|
|
761
|
+
}
|
|
762
|
+
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child {
|
|
763
|
+
border-top: none;
|
|
764
|
+
}
|
|
765
|
+
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child {
|
|
766
|
+
border-bottom: none;
|
|
767
|
+
}
|
|
768
|
+
.el-tabs--right.el-tabs--card .el-tabs__nav {
|
|
769
|
+
border-radius: 0 4px 4px 0;
|
|
770
|
+
border-bottom: 1px solid var(--el-border-color-light);
|
|
771
|
+
border-left: none;
|
|
772
|
+
}
|
|
773
|
+
.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right {
|
|
774
|
+
border-left: 1px solid var(--el-border-color);
|
|
775
|
+
}
|
|
776
|
+
.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right {
|
|
777
|
+
border: 1px solid transparent;
|
|
778
|
+
margin: -1px -1px -1px 0;
|
|
779
|
+
}
|
|
780
|
+
.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active {
|
|
781
|
+
border-color: transparent;
|
|
782
|
+
border-top-color: rgb(209, 219, 229);
|
|
783
|
+
border-bottom-color: rgb(209, 219, 229);
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
.el-tabs--top {
|
|
787
|
+
flex-direction: column-reverse;
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
.slideInRight-transition,
|
|
791
|
+
.slideInLeft-transition {
|
|
792
|
+
display: inline-block;
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
.slideInRight-enter {
|
|
796
|
+
animation: slideInRight-enter var(--el-transition-duration);
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
.slideInRight-leave {
|
|
800
|
+
position: absolute;
|
|
801
|
+
left: 0;
|
|
802
|
+
right: 0;
|
|
803
|
+
animation: slideInRight-leave var(--el-transition-duration);
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
.slideInLeft-enter {
|
|
807
|
+
animation: slideInLeft-enter var(--el-transition-duration);
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
.slideInLeft-leave {
|
|
811
|
+
position: absolute;
|
|
812
|
+
left: 0;
|
|
813
|
+
right: 0;
|
|
814
|
+
animation: slideInLeft-leave var(--el-transition-duration);
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
@keyframes slideInRight-enter {
|
|
818
|
+
0% {
|
|
819
|
+
opacity: 0;
|
|
820
|
+
transform-origin: 0 0;
|
|
821
|
+
transform: translateX(100%);
|
|
822
|
+
}
|
|
823
|
+
to {
|
|
824
|
+
opacity: 1;
|
|
825
|
+
transform-origin: 0 0;
|
|
826
|
+
transform: translateX(0);
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
@keyframes slideInRight-leave {
|
|
830
|
+
0% {
|
|
831
|
+
transform-origin: 0 0;
|
|
832
|
+
transform: translateX(0);
|
|
833
|
+
opacity: 1;
|
|
834
|
+
}
|
|
835
|
+
100% {
|
|
836
|
+
transform-origin: 0 0;
|
|
837
|
+
transform: translateX(100%);
|
|
838
|
+
opacity: 0;
|
|
839
|
+
}
|
|
840
|
+
}
|
|
841
|
+
@keyframes slideInLeft-enter {
|
|
842
|
+
0% {
|
|
843
|
+
opacity: 0;
|
|
844
|
+
transform-origin: 0 0;
|
|
845
|
+
transform: translateX(-100%);
|
|
846
|
+
}
|
|
847
|
+
to {
|
|
848
|
+
opacity: 1;
|
|
849
|
+
transform-origin: 0 0;
|
|
850
|
+
transform: translateX(0);
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
@keyframes slideInLeft-leave {
|
|
854
|
+
0% {
|
|
855
|
+
transform-origin: 0 0;
|
|
856
|
+
transform: translateX(0);
|
|
857
|
+
opacity: 1;
|
|
858
|
+
}
|
|
859
|
+
100% {
|
|
860
|
+
transform-origin: 0 0;
|
|
861
|
+
transform: translateX(-100%);
|
|
862
|
+
opacity: 0;
|
|
863
|
+
}
|
|
864
|
+
}
|