@timus-networks/theme 2.2.1 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/module.json +1 -1
- package/dist/module.mjs +9 -2
- package/dist/runtime/components/development/example.alert.vue +2 -0
- package/dist/runtime/components/development/example.button.vue.d.ts +302 -0
- package/dist/runtime/components/development/example.dialog.vue +4 -5
- package/dist/runtime/components/development/example.message.vue +1 -1
- package/dist/runtime/components/development/example.popover.vue +3 -3
- package/dist/runtime/components/development/example.table.vue +1 -1
- package/dist/runtime/components/production/timus-breadcrumb.vue.d.ts +0 -302
- package/dist/runtime/public/scss/_buttons.scss +159 -0
- package/dist/runtime/public/scss/_colors.scss +188 -0
- package/dist/runtime/public/scss/_containers.scss +7 -0
- package/dist/runtime/public/scss/_fonts.scss +85 -0
- package/dist/runtime/public/scss/_icons.scss +124 -0
- package/dist/runtime/public/scss/_inputs.scss +62 -0
- package/dist/runtime/public/scss/_layers.scss +9 -0
- package/dist/runtime/public/scss/_logo.scss +53 -0
- package/dist/runtime/public/scss/_selectbox.scss +4 -0
- package/dist/runtime/public/scss/_variables.scss +16 -0
- package/dist/runtime/public/scss/element-plus/affix.css +78 -78
- package/dist/runtime/public/scss/element-plus/affix.scss +7 -0
- package/dist/runtime/public/scss/element-plus/alert.css +78 -78
- package/dist/runtime/public/scss/element-plus/alert.scss +168 -0
- package/dist/runtime/public/scss/element-plus/anchor-link.css +78 -78
- package/dist/runtime/public/scss/element-plus/anchor-link.scss +41 -0
- package/dist/runtime/public/scss/element-plus/anchor.css +78 -78
- package/dist/runtime/public/scss/element-plus/anchor.scss +93 -0
- package/dist/runtime/public/scss/element-plus/aside.css +78 -78
- package/dist/runtime/public/scss/element-plus/aside.scss +8 -0
- package/dist/runtime/public/scss/element-plus/autocomplete.css +78 -78
- package/dist/runtime/public/scss/element-plus/autocomplete.scss +85 -0
- package/dist/runtime/public/scss/element-plus/avatar.css +82 -78
- package/dist/runtime/public/scss/element-plus/avatar.scss +56 -0
- package/dist/runtime/public/scss/element-plus/backtop.css +78 -78
- package/dist/runtime/public/scss/element-plus/backtop.scss +29 -0
- package/dist/runtime/public/scss/element-plus/badge.css +78 -78
- package/dist/runtime/public/scss/element-plus/badge.scss +54 -0
- package/dist/runtime/public/scss/element-plus/base.css +78 -78
- package/dist/runtime/public/scss/element-plus/base.scss +3 -0
- package/dist/runtime/public/scss/element-plus/breadcrumb-item.scss +0 -0
- package/dist/runtime/public/scss/element-plus/breadcrumb.css +78 -78
- package/dist/runtime/public/scss/element-plus/breadcrumb.scss +75 -0
- package/dist/runtime/public/scss/element-plus/button-group.css +78 -78
- package/dist/runtime/public/scss/element-plus/button-group.scss +111 -0
- package/dist/runtime/public/scss/element-plus/button.css +78 -83
- package/dist/runtime/public/scss/element-plus/button.scss +352 -0
- package/dist/runtime/public/scss/element-plus/calendar.css +78 -78
- package/dist/runtime/public/scss/element-plus/calendar.scss +80 -0
- package/dist/runtime/public/scss/element-plus/card.css +78 -78
- package/dist/runtime/public/scss/element-plus/card.scss +54 -0
- package/dist/runtime/public/scss/element-plus/carousel-item.css +78 -78
- package/dist/runtime/public/scss/element-plus/carousel-item.scss +58 -0
- package/dist/runtime/public/scss/element-plus/carousel.css +78 -78
- package/dist/runtime/public/scss/element-plus/carousel.scss +183 -0
- package/dist/runtime/public/scss/element-plus/cascader-panel.css +78 -78
- package/dist/runtime/public/scss/element-plus/cascader-panel.scss +138 -0
- package/dist/runtime/public/scss/element-plus/cascader.css +78 -78
- package/dist/runtime/public/scss/element-plus/cascader.scss +218 -0
- package/dist/runtime/public/scss/element-plus/check-tag.css +78 -78
- package/dist/runtime/public/scss/element-plus/check-tag.scss +38 -0
- package/dist/runtime/public/scss/element-plus/checkbox-button.css +78 -83
- package/dist/runtime/public/scss/element-plus/checkbox-button.scss +141 -0
- package/dist/runtime/public/scss/element-plus/checkbox-group.css +78 -78
- package/dist/runtime/public/scss/element-plus/checkbox-group.scss +8 -0
- package/dist/runtime/public/scss/element-plus/checkbox.css +78 -78
- package/dist/runtime/public/scss/element-plus/checkbox.scss +294 -0
- package/dist/runtime/public/scss/element-plus/col.css +78 -78
- package/dist/runtime/public/scss/element-plus/col.scss +48 -0
- package/dist/runtime/public/scss/element-plus/collapse-item.scss +0 -0
- package/dist/runtime/public/scss/element-plus/collapse-transition.scss +0 -0
- package/dist/runtime/public/scss/element-plus/collapse.css +78 -78
- package/dist/runtime/public/scss/element-plus/collapse.scss +70 -0
- package/dist/runtime/public/scss/element-plus/color/index.scss +17 -0
- package/dist/runtime/public/scss/element-plus/color-picker.css +78 -78
- package/dist/runtime/public/scss/element-plus/color-picker.scss +365 -0
- package/dist/runtime/public/scss/element-plus/common/popup.css +78 -78
- package/dist/runtime/public/scss/element-plus/common/popup.scss +47 -0
- package/dist/runtime/public/scss/element-plus/common/transition.css +78 -78
- package/dist/runtime/public/scss/element-plus/common/transition.scss +124 -0
- package/dist/runtime/public/scss/element-plus/common/var.css +78 -78
- package/dist/runtime/public/scss/element-plus/common/var.scss +1646 -0
- package/dist/runtime/public/scss/element-plus/config-provider.scss +0 -0
- package/dist/runtime/public/scss/element-plus/container.css +78 -78
- package/dist/runtime/public/scss/element-plus/container.scss +14 -0
- package/dist/runtime/public/scss/element-plus/dark/css-vars.css +78 -78
- package/dist/runtime/public/scss/element-plus/dark/css-vars.scss +39 -0
- package/dist/runtime/public/scss/element-plus/dark/var.css +78 -78
- package/dist/runtime/public/scss/element-plus/dark/var.scss +221 -0
- package/dist/runtime/public/scss/element-plus/date-picker/date-picker.css +78 -78
- package/dist/runtime/public/scss/element-plus/date-picker/date-picker.scss +109 -0
- package/dist/runtime/public/scss/element-plus/date-picker/date-range-picker.css +78 -78
- package/dist/runtime/public/scss/element-plus/date-picker/date-range-picker.scss +117 -0
- package/dist/runtime/public/scss/element-plus/date-picker/date-table.css +78 -78
- package/dist/runtime/public/scss/element-plus/date-picker/date-table.scss +158 -0
- package/dist/runtime/public/scss/element-plus/date-picker/month-table.css +78 -78
- package/dist/runtime/public/scss/element-plus/date-picker/month-table.scss +112 -0
- package/dist/runtime/public/scss/element-plus/date-picker/picker-panel.css +78 -78
- package/dist/runtime/public/scss/element-plus/date-picker/picker-panel.scss +168 -0
- package/dist/runtime/public/scss/element-plus/date-picker/picker.css +78 -78
- package/dist/runtime/public/scss/element-plus/date-picker/picker.scss +192 -0
- package/dist/runtime/public/scss/element-plus/date-picker/time-picker.css +78 -78
- package/dist/runtime/public/scss/element-plus/date-picker/time-picker.scss +98 -0
- package/dist/runtime/public/scss/element-plus/date-picker/time-range-picker.css +78 -78
- package/dist/runtime/public/scss/element-plus/date-picker/time-range-picker.scss +40 -0
- package/dist/runtime/public/scss/element-plus/date-picker/time-spinner.css +78 -78
- package/dist/runtime/public/scss/element-plus/date-picker/time-spinner.scss +110 -0
- package/dist/runtime/public/scss/element-plus/date-picker/year-table.css +78 -78
- package/dist/runtime/public/scss/element-plus/date-picker/year-table.scss +108 -0
- package/dist/runtime/public/scss/element-plus/date-picker.css +78 -78
- package/dist/runtime/public/scss/element-plus/date-picker.scss +9 -0
- package/dist/runtime/public/scss/element-plus/descriptions-item.css +78 -78
- package/dist/runtime/public/scss/element-plus/descriptions-item.scss +69 -0
- package/dist/runtime/public/scss/element-plus/descriptions.css +78 -78
- package/dist/runtime/public/scss/element-plus/descriptions.scss +166 -0
- package/dist/runtime/public/scss/element-plus/dialog.css +81 -81
- package/dist/runtime/public/scss/element-plus/dialog.scss +190 -0
- package/dist/runtime/public/scss/element-plus/display.css +78 -78
- package/dist/runtime/public/scss/element-plus/display.scss +12 -0
- package/dist/runtime/public/scss/element-plus/divider.css +78 -78
- package/dist/runtime/public/scss/element-plus/divider.scss +48 -0
- package/dist/runtime/public/scss/element-plus/drawer.css +78 -78
- package/dist/runtime/public/scss/element-plus/drawer.scss +155 -0
- package/dist/runtime/public/scss/element-plus/dropdown-item.scss +0 -0
- package/dist/runtime/public/scss/element-plus/dropdown-menu.scss +0 -0
- package/dist/runtime/public/scss/element-plus/dropdown.css +78 -78
- package/dist/runtime/public/scss/element-plus/dropdown.scss +212 -0
- package/dist/runtime/public/scss/element-plus/empty.css +78 -78
- package/dist/runtime/public/scss/element-plus/empty.scss +49 -0
- package/dist/runtime/public/scss/element-plus/footer.css +78 -78
- package/dist/runtime/public/scss/element-plus/footer.scss +12 -0
- package/dist/runtime/public/scss/element-plus/form-item.scss +0 -0
- package/dist/runtime/public/scss/element-plus/form.css +78 -78
- package/dist/runtime/public/scss/element-plus/form.scss +296 -0
- package/dist/runtime/public/scss/element-plus/header.css +78 -78
- package/dist/runtime/public/scss/element-plus/header.scss +12 -0
- package/dist/runtime/public/scss/element-plus/icon.css +78 -78
- package/dist/runtime/public/scss/element-plus/icon.scss +45 -0
- package/dist/runtime/public/scss/element-plus/image-viewer.css +78 -78
- package/dist/runtime/public/scss/element-plus/image-viewer.scss +139 -0
- package/dist/runtime/public/scss/element-plus/image.css +78 -78
- package/dist/runtime/public/scss/element-plus/image.scss +49 -0
- package/dist/runtime/public/scss/element-plus/index.css +185 -164
- package/dist/runtime/public/scss/element-plus/index.scss +110 -0
- package/dist/runtime/public/scss/element-plus/infinite-scroll.scss +0 -0
- package/dist/runtime/public/scss/element-plus/input-number.css +78 -78
- package/dist/runtime/public/scss/element-plus/input-number.scss +184 -0
- package/dist/runtime/public/scss/element-plus/input.css +78 -78
- package/dist/runtime/public/scss/element-plus/input.scss +530 -0
- package/dist/runtime/public/scss/element-plus/link.css +106 -120
- package/dist/runtime/public/scss/element-plus/link.scss +89 -0
- package/dist/runtime/public/scss/element-plus/loading.css +78 -78
- package/dist/runtime/public/scss/element-plus/loading.scss +102 -0
- package/dist/runtime/public/scss/element-plus/main.css +78 -78
- package/dist/runtime/public/scss/element-plus/main.scss +14 -0
- package/dist/runtime/public/scss/element-plus/mention.css +78 -78
- package/dist/runtime/public/scss/element-plus/mention.scss +84 -0
- package/dist/runtime/public/scss/element-plus/menu-item-group.scss +0 -0
- package/dist/runtime/public/scss/element-plus/menu-item.scss +0 -0
- package/dist/runtime/public/scss/element-plus/menu.css +78 -78
- package/dist/runtime/public/scss/element-plus/menu.scss +332 -0
- package/dist/runtime/public/scss/element-plus/message-box.css +105 -86
- package/dist/runtime/public/scss/element-plus/message-box.scss +229 -0
- package/dist/runtime/public/scss/element-plus/message.css +81 -81
- package/dist/runtime/public/scss/element-plus/message.scss +159 -0
- package/dist/runtime/public/scss/element-plus/mixins/_button.scss +181 -0
- package/dist/runtime/public/scss/element-plus/mixins/_col.scss +33 -0
- package/dist/runtime/public/scss/element-plus/mixins/_var.scss +58 -0
- package/dist/runtime/public/scss/element-plus/mixins/config.scss +5 -0
- package/dist/runtime/public/scss/element-plus/mixins/function.scss +84 -0
- package/dist/runtime/public/scss/element-plus/mixins/mixins.css +78 -78
- package/dist/runtime/public/scss/element-plus/mixins/mixins.scss +227 -0
- package/dist/runtime/public/scss/element-plus/mixins/utils.scss +39 -0
- package/dist/runtime/public/scss/element-plus/notification.css +80 -80
- package/dist/runtime/public/scss/element-plus/notification.scss +104 -0
- package/dist/runtime/public/scss/element-plus/option-group.css +78 -78
- package/dist/runtime/public/scss/element-plus/option-group.scss +38 -0
- package/dist/runtime/public/scss/element-plus/option.css +78 -78
- package/dist/runtime/public/scss/element-plus/option.scss +75 -0
- package/dist/runtime/public/scss/element-plus/overlay.css +79 -79
- package/dist/runtime/public/scss/element-plus/overlay.scss +20 -0
- package/dist/runtime/public/scss/element-plus/page-header.css +78 -78
- package/dist/runtime/public/scss/element-plus/page-header.scss +60 -0
- package/dist/runtime/public/scss/element-plus/pagination.css +78 -78
- package/dist/runtime/public/scss/element-plus/pagination.scss +249 -0
- package/dist/runtime/public/scss/element-plus/popconfirm.css +78 -78
- package/dist/runtime/public/scss/element-plus/popconfirm.scss +16 -0
- package/dist/runtime/public/scss/element-plus/popover.css +99 -79
- package/dist/runtime/public/scss/element-plus/popover.scss +75 -0
- package/dist/runtime/public/scss/element-plus/popper.css +78 -78
- package/dist/runtime/public/scss/element-plus/popper.scss +107 -0
- package/dist/runtime/public/scss/element-plus/progress.css +78 -78
- package/dist/runtime/public/scss/element-plus/progress.scss +179 -0
- package/dist/runtime/public/scss/element-plus/radio-button.css +78 -79
- package/dist/runtime/public/scss/element-plus/radio-button.scss +138 -0
- package/dist/runtime/public/scss/element-plus/radio-group.css +78 -78
- package/dist/runtime/public/scss/element-plus/radio-group.scss +9 -0
- package/dist/runtime/public/scss/element-plus/radio.css +78 -78
- package/dist/runtime/public/scss/element-plus/radio.scss +240 -0
- package/dist/runtime/public/scss/element-plus/rate.css +78 -78
- package/dist/runtime/public/scss/element-plus/rate.scss +108 -0
- package/dist/runtime/public/scss/element-plus/reset.css +78 -78
- package/dist/runtime/public/scss/element-plus/reset.scss +97 -0
- package/dist/runtime/public/scss/element-plus/result.css +78 -78
- package/dist/runtime/public/scss/element-plus/result.scss +57 -0
- package/dist/runtime/public/scss/element-plus/row.css +78 -78
- package/dist/runtime/public/scss/element-plus/row.scss +35 -0
- package/dist/runtime/public/scss/element-plus/scrollbar.css +78 -78
- package/dist/runtime/public/scss/element-plus/scrollbar.scss +85 -0
- package/dist/runtime/public/scss/element-plus/segmented.css +78 -78
- package/dist/runtime/public/scss/element-plus/segmented.scss +160 -0
- package/dist/runtime/public/scss/element-plus/select-dropdown-v2.css +78 -78
- package/dist/runtime/public/scss/element-plus/select-dropdown-v2.scss +1 -0
- package/dist/runtime/public/scss/element-plus/select-dropdown.css +78 -78
- package/dist/runtime/public/scss/element-plus/select-dropdown.scss +57 -0
- package/dist/runtime/public/scss/element-plus/select-v2.css +79 -79
- package/dist/runtime/public/scss/element-plus/select-v2.scss +4 -0
- package/dist/runtime/public/scss/element-plus/select.css +79 -79
- package/dist/runtime/public/scss/element-plus/select.scss +277 -0
- package/dist/runtime/public/scss/element-plus/skeleton-item.css +78 -78
- package/dist/runtime/public/scss/element-plus/skeleton-item.scss +83 -0
- package/dist/runtime/public/scss/element-plus/skeleton.css +78 -78
- package/dist/runtime/public/scss/element-plus/skeleton.scss +39 -0
- package/dist/runtime/public/scss/element-plus/slider.css +78 -78
- package/dist/runtime/public/scss/element-plus/slider.scss +212 -0
- package/dist/runtime/public/scss/element-plus/space.css +78 -78
- package/dist/runtime/public/scss/element-plus/space.scss +20 -0
- package/dist/runtime/public/scss/element-plus/spinner.css +78 -78
- package/dist/runtime/public/scss/element-plus/spinner.scss +43 -0
- package/dist/runtime/public/scss/element-plus/statistic.css +78 -78
- package/dist/runtime/public/scss/element-plus/statistic.scss +35 -0
- package/dist/runtime/public/scss/element-plus/step.css +78 -78
- package/dist/runtime/public/scss/element-plus/step.scss +316 -0
- package/dist/runtime/public/scss/element-plus/steps.css +78 -78
- package/dist/runtime/public/scss/element-plus/steps.scss +21 -0
- package/dist/runtime/public/scss/element-plus/sub-menu.scss +0 -0
- package/dist/runtime/public/scss/element-plus/switch.css +78 -78
- package/dist/runtime/public/scss/element-plus/switch.scss +309 -0
- package/dist/runtime/public/scss/element-plus/tab-pane.scss +0 -0
- package/dist/runtime/public/scss/element-plus/table-column.css +78 -78
- package/dist/runtime/public/scss/element-plus/table-column.scss +98 -0
- package/dist/runtime/public/scss/element-plus/table-v2.css +78 -78
- package/dist/runtime/public/scss/element-plus/table-v2.scss +234 -0
- package/dist/runtime/public/scss/element-plus/table.css +84 -81
- package/dist/runtime/public/scss/element-plus/table.scss +732 -0
- package/dist/runtime/public/scss/element-plus/tabs.css +78 -78
- package/dist/runtime/public/scss/element-plus/tabs.scss +653 -0
- package/dist/runtime/public/scss/element-plus/tag.css +87 -87
- package/dist/runtime/public/scss/element-plus/tag.scss +162 -0
- package/dist/runtime/public/scss/element-plus/text.css +78 -78
- package/dist/runtime/public/scss/element-plus/text.scss +58 -0
- package/dist/runtime/public/scss/element-plus/time-picker.css +78 -78
- package/dist/runtime/public/scss/element-plus/time-picker.scss +5 -0
- package/dist/runtime/public/scss/element-plus/time-select.css +78 -78
- package/dist/runtime/public/scss/element-plus/time-select.scss +37 -0
- package/dist/runtime/public/scss/element-plus/timeline-item.css +78 -78
- package/dist/runtime/public/scss/element-plus/timeline-item.scss +84 -0
- package/dist/runtime/public/scss/element-plus/timeline.css +78 -78
- package/dist/runtime/public/scss/element-plus/timeline.scss +46 -0
- package/dist/runtime/public/scss/element-plus/tooltip-v2.css +78 -78
- package/dist/runtime/public/scss/element-plus/tooltip-v2.scss +86 -0
- package/dist/runtime/public/scss/element-plus/tooltip.scss +0 -0
- package/dist/runtime/public/scss/element-plus/tour.css +80 -80
- package/dist/runtime/public/scss/element-plus/tour.scss +170 -0
- package/dist/runtime/public/scss/element-plus/transfer.css +78 -78
- package/dist/runtime/public/scss/element-plus/transfer.scss +204 -0
- package/dist/runtime/public/scss/element-plus/tree-select.css +78 -78
- package/dist/runtime/public/scss/element-plus/tree-select.scss +38 -0
- package/dist/runtime/public/scss/element-plus/tree.css +78 -78
- package/dist/runtime/public/scss/element-plus/tree.scss +132 -0
- package/dist/runtime/public/scss/element-plus/upload.css +78 -78
- package/dist/runtime/public/scss/element-plus/upload.scss +652 -0
- package/dist/runtime/public/scss/element-plus/var.css +78 -78
- package/dist/runtime/public/scss/element-plus/var.scss +84 -0
- package/dist/runtime/public/scss/element-plus/virtual-list.css +78 -78
- package/dist/runtime/public/scss/element-plus/virtual-list.scss +40 -0
- package/dist/runtime/public/scss/theme.css +78 -78
- package/dist/runtime/public/scss/theme.scss +72 -0
- package/package.json +9 -2
|
@@ -36,116 +36,116 @@
|
|
|
36
36
|
--el-color-light-light-9: rgba(255, 255, 255, 0.01);
|
|
37
37
|
}
|
|
38
38
|
:root {
|
|
39
|
-
--el-color-default-light-1: #
|
|
39
|
+
--el-color-default-light-1: #ddd7f7;
|
|
40
40
|
}
|
|
41
41
|
:root {
|
|
42
|
-
--el-color-default-light-2: #
|
|
42
|
+
--el-color-default-light-2: #bcafef;
|
|
43
43
|
}
|
|
44
44
|
:root {
|
|
45
|
-
--el-color-default-light-3: #
|
|
45
|
+
--el-color-default-light-3: #9a87e6;
|
|
46
46
|
}
|
|
47
47
|
:root {
|
|
48
|
-
--el-color-default-light-4: #
|
|
48
|
+
--el-color-default-light-4: #795fde;
|
|
49
49
|
}
|
|
50
50
|
:root {
|
|
51
|
-
--el-color-default-light-5: #
|
|
52
|
-
--el-color-default: #
|
|
51
|
+
--el-color-default-light-5: #5737d6;
|
|
52
|
+
--el-color-default: #5737d6;
|
|
53
53
|
}
|
|
54
54
|
:root {
|
|
55
|
-
--el-color-default-light-6: #
|
|
55
|
+
--el-color-default-light-6: #462cab;
|
|
56
56
|
}
|
|
57
57
|
:root {
|
|
58
|
-
--el-color-default-light-7: #
|
|
58
|
+
--el-color-default-light-7: #342180;
|
|
59
59
|
}
|
|
60
60
|
:root {
|
|
61
|
-
--el-color-default-light-8: #
|
|
61
|
+
--el-color-default-light-8: #231656;
|
|
62
62
|
}
|
|
63
63
|
:root {
|
|
64
|
-
--el-color-default-light-9: #
|
|
64
|
+
--el-color-default-light-9: #110b2b;
|
|
65
65
|
}
|
|
66
66
|
:root {
|
|
67
|
-
--el-color-primary-light-1: #
|
|
67
|
+
--el-color-primary-light-1: #ddd7f7;
|
|
68
68
|
}
|
|
69
69
|
:root {
|
|
70
|
-
--el-color-primary-light-2: #
|
|
70
|
+
--el-color-primary-light-2: #bcafef;
|
|
71
71
|
}
|
|
72
72
|
:root {
|
|
73
|
-
--el-color-primary-light-3: #
|
|
73
|
+
--el-color-primary-light-3: #9a87e6;
|
|
74
74
|
}
|
|
75
75
|
:root {
|
|
76
|
-
--el-color-primary-light-4: #
|
|
76
|
+
--el-color-primary-light-4: #795fde;
|
|
77
77
|
}
|
|
78
78
|
:root {
|
|
79
|
-
--el-color-primary-light-5: #
|
|
80
|
-
--el-color-primary: #
|
|
79
|
+
--el-color-primary-light-5: #5737d6;
|
|
80
|
+
--el-color-primary: #5737d6;
|
|
81
81
|
}
|
|
82
82
|
:root {
|
|
83
|
-
--el-color-primary-light-6: #
|
|
83
|
+
--el-color-primary-light-6: #462cab;
|
|
84
84
|
}
|
|
85
85
|
:root {
|
|
86
|
-
--el-color-primary-light-7: #
|
|
86
|
+
--el-color-primary-light-7: #342180;
|
|
87
87
|
}
|
|
88
88
|
:root {
|
|
89
|
-
--el-color-primary-light-8: #
|
|
89
|
+
--el-color-primary-light-8: #231656;
|
|
90
90
|
}
|
|
91
91
|
:root {
|
|
92
|
-
--el-color-primary-light-9: #
|
|
92
|
+
--el-color-primary-light-9: #110b2b;
|
|
93
93
|
}
|
|
94
94
|
:root {
|
|
95
|
-
--el-color-secondary-light-1: #
|
|
95
|
+
--el-color-secondary-light-1: #e9fdf7;
|
|
96
96
|
}
|
|
97
97
|
:root {
|
|
98
|
-
--el-color-secondary-light-2: #
|
|
98
|
+
--el-color-secondary-light-2: #d4fbee;
|
|
99
99
|
}
|
|
100
100
|
:root {
|
|
101
|
-
--el-color-secondary-light-3: #
|
|
101
|
+
--el-color-secondary-light-3: #bef8e6;
|
|
102
102
|
}
|
|
103
103
|
:root {
|
|
104
|
-
--el-color-secondary-light-4: #
|
|
104
|
+
--el-color-secondary-light-4: #a9f6dd;
|
|
105
105
|
}
|
|
106
106
|
:root {
|
|
107
|
-
--el-color-secondary-light-5: #
|
|
108
|
-
--el-color-secondary: #
|
|
107
|
+
--el-color-secondary-light-5: #93f4d5;
|
|
108
|
+
--el-color-secondary: #93f4d5;
|
|
109
109
|
}
|
|
110
110
|
:root {
|
|
111
|
-
--el-color-secondary-light-6: #
|
|
111
|
+
--el-color-secondary-light-6: #77d4b7;
|
|
112
112
|
}
|
|
113
113
|
:root {
|
|
114
|
-
--el-color-secondary-light-7: #
|
|
114
|
+
--el-color-secondary-light-7: #5cb599;
|
|
115
115
|
}
|
|
116
116
|
:root {
|
|
117
|
-
--el-color-secondary-light-8: #
|
|
117
|
+
--el-color-secondary-light-8: #40957a;
|
|
118
118
|
}
|
|
119
119
|
:root {
|
|
120
|
-
--el-color-secondary-light-9: #
|
|
120
|
+
--el-color-secondary-light-9: #25765c;
|
|
121
121
|
}
|
|
122
122
|
:root {
|
|
123
|
-
--el-color-neutral-light-1: #
|
|
123
|
+
--el-color-neutral-light-1: #eeedef;
|
|
124
124
|
}
|
|
125
125
|
:root {
|
|
126
|
-
--el-color-neutral-light-2: #
|
|
126
|
+
--el-color-neutral-light-2: #dcdbe0;
|
|
127
127
|
}
|
|
128
128
|
:root {
|
|
129
|
-
--el-color-neutral-light-3: #
|
|
129
|
+
--el-color-neutral-light-3: #cbcad0;
|
|
130
130
|
}
|
|
131
131
|
:root {
|
|
132
|
-
--el-color-neutral-light-4: #
|
|
132
|
+
--el-color-neutral-light-4: #b9b8c1;
|
|
133
133
|
}
|
|
134
134
|
:root {
|
|
135
135
|
--el-color-neutral-light-5: #a8a6b1;
|
|
136
136
|
--el-color-neutral: #a8a6b1;
|
|
137
137
|
}
|
|
138
138
|
:root {
|
|
139
|
-
--el-color-neutral-light-6: #
|
|
139
|
+
--el-color-neutral-light-6: #8b8993;
|
|
140
140
|
}
|
|
141
141
|
:root {
|
|
142
|
-
--el-color-neutral-light-7: #
|
|
142
|
+
--el-color-neutral-light-7: #6e6c74;
|
|
143
143
|
}
|
|
144
144
|
:root {
|
|
145
|
-
--el-color-neutral-light-8: #
|
|
145
|
+
--el-color-neutral-light-8: #515056;
|
|
146
146
|
}
|
|
147
147
|
:root {
|
|
148
|
-
--el-color-neutral-light-9: #
|
|
148
|
+
--el-color-neutral-light-9: #343337;
|
|
149
149
|
}
|
|
150
150
|
:root {
|
|
151
151
|
--el-color-info-light-1: #e3f1fb;
|
|
@@ -176,116 +176,116 @@
|
|
|
176
176
|
--el-color-info-light-9: #144a66;
|
|
177
177
|
}
|
|
178
178
|
:root {
|
|
179
|
-
--el-color-danger-light-1: #
|
|
179
|
+
--el-color-danger-light-1: #f9dede;
|
|
180
180
|
}
|
|
181
181
|
:root {
|
|
182
|
-
--el-color-danger-light-2: #
|
|
182
|
+
--el-color-danger-light-2: #f4bcbd;
|
|
183
183
|
}
|
|
184
184
|
:root {
|
|
185
|
-
--el-color-danger-light-3: #
|
|
185
|
+
--el-color-danger-light-3: #ee9b9d;
|
|
186
186
|
}
|
|
187
187
|
:root {
|
|
188
|
-
--el-color-danger-light-4: #
|
|
188
|
+
--el-color-danger-light-4: #e9797c;
|
|
189
189
|
}
|
|
190
190
|
:root {
|
|
191
|
-
--el-color-danger-light-5: #
|
|
192
|
-
--el-color-danger: #
|
|
191
|
+
--el-color-danger-light-5: #e3585b;
|
|
192
|
+
--el-color-danger: #e3585b;
|
|
193
193
|
}
|
|
194
194
|
:root {
|
|
195
|
-
--el-color-danger-light-6: #
|
|
195
|
+
--el-color-danger-light-6: #b94749;
|
|
196
196
|
}
|
|
197
197
|
:root {
|
|
198
|
-
--el-color-danger-light-7: #
|
|
198
|
+
--el-color-danger-light-7: #8f3638;
|
|
199
199
|
}
|
|
200
200
|
:root {
|
|
201
|
-
--el-color-danger-light-8: #
|
|
201
|
+
--el-color-danger-light-8: #642526;
|
|
202
202
|
}
|
|
203
203
|
:root {
|
|
204
|
-
--el-color-danger-light-9: #
|
|
204
|
+
--el-color-danger-light-9: #3a1415;
|
|
205
205
|
}
|
|
206
206
|
:root {
|
|
207
|
-
--el-color-error-light-1: #
|
|
207
|
+
--el-color-error-light-1: #f9dede;
|
|
208
208
|
}
|
|
209
209
|
:root {
|
|
210
|
-
--el-color-error-light-2: #
|
|
210
|
+
--el-color-error-light-2: #f4bcbd;
|
|
211
211
|
}
|
|
212
212
|
:root {
|
|
213
|
-
--el-color-error-light-3: #
|
|
213
|
+
--el-color-error-light-3: #ee9b9d;
|
|
214
214
|
}
|
|
215
215
|
:root {
|
|
216
|
-
--el-color-error-light-4: #
|
|
216
|
+
--el-color-error-light-4: #e9797c;
|
|
217
217
|
}
|
|
218
218
|
:root {
|
|
219
|
-
--el-color-error-light-5: #
|
|
220
|
-
--el-color-error: #
|
|
219
|
+
--el-color-error-light-5: #e3585b;
|
|
220
|
+
--el-color-error: #e3585b;
|
|
221
221
|
}
|
|
222
222
|
:root {
|
|
223
|
-
--el-color-error-light-6: #
|
|
223
|
+
--el-color-error-light-6: #b94749;
|
|
224
224
|
}
|
|
225
225
|
:root {
|
|
226
|
-
--el-color-error-light-7: #
|
|
226
|
+
--el-color-error-light-7: #8f3638;
|
|
227
227
|
}
|
|
228
228
|
:root {
|
|
229
|
-
--el-color-error-light-8: #
|
|
229
|
+
--el-color-error-light-8: #642526;
|
|
230
230
|
}
|
|
231
231
|
:root {
|
|
232
|
-
--el-color-error-light-9: #
|
|
232
|
+
--el-color-error-light-9: #3a1415;
|
|
233
233
|
}
|
|
234
234
|
:root {
|
|
235
|
-
--el-color-success-light-1: #
|
|
235
|
+
--el-color-success-light-1: #dbf1e2;
|
|
236
236
|
}
|
|
237
237
|
:root {
|
|
238
|
-
--el-color-success-light-2: #
|
|
238
|
+
--el-color-success-light-2: #b7e2c6;
|
|
239
239
|
}
|
|
240
240
|
:root {
|
|
241
|
-
--el-color-success-light-3: #
|
|
241
|
+
--el-color-success-light-3: #94d4a9;
|
|
242
242
|
}
|
|
243
243
|
:root {
|
|
244
|
-
--el-color-success-light-4: #
|
|
244
|
+
--el-color-success-light-4: #70c58d;
|
|
245
245
|
}
|
|
246
246
|
:root {
|
|
247
|
-
--el-color-success-light-5: #
|
|
248
|
-
--el-color-success: #
|
|
247
|
+
--el-color-success-light-5: #4cb770;
|
|
248
|
+
--el-color-success: #4cb770;
|
|
249
249
|
}
|
|
250
250
|
:root {
|
|
251
|
-
--el-color-success-light-6: #
|
|
251
|
+
--el-color-success-light-6: #3d925a;
|
|
252
252
|
}
|
|
253
253
|
:root {
|
|
254
|
-
--el-color-success-light-7: #
|
|
254
|
+
--el-color-success-light-7: #2e6e43;
|
|
255
255
|
}
|
|
256
256
|
:root {
|
|
257
|
-
--el-color-success-light-8: #
|
|
257
|
+
--el-color-success-light-8: #1e492d;
|
|
258
258
|
}
|
|
259
259
|
:root {
|
|
260
|
-
--el-color-success-light-9: #
|
|
260
|
+
--el-color-success-light-9: #0f2516;
|
|
261
261
|
}
|
|
262
262
|
:root {
|
|
263
|
-
--el-color-warning-light-1: #
|
|
263
|
+
--el-color-warning-light-1: #faf3dc;
|
|
264
264
|
}
|
|
265
265
|
:root {
|
|
266
|
-
--el-color-warning-light-2: #
|
|
266
|
+
--el-color-warning-light-2: #f6e8ba;
|
|
267
267
|
}
|
|
268
268
|
:root {
|
|
269
|
-
--el-color-warning-light-3: #
|
|
269
|
+
--el-color-warning-light-3: #f1dc97;
|
|
270
270
|
}
|
|
271
271
|
:root {
|
|
272
|
-
--el-color-warning-light-4: #
|
|
272
|
+
--el-color-warning-light-4: #edd175;
|
|
273
273
|
}
|
|
274
274
|
:root {
|
|
275
|
-
--el-color-warning-light-5: #
|
|
276
|
-
--el-color-warning: #
|
|
275
|
+
--el-color-warning-light-5: #e8c552;
|
|
276
|
+
--el-color-warning: #e8c552;
|
|
277
277
|
}
|
|
278
278
|
:root {
|
|
279
|
-
--el-color-warning-light-6: #
|
|
279
|
+
--el-color-warning-light-6: #bda042;
|
|
280
280
|
}
|
|
281
281
|
:root {
|
|
282
|
-
--el-color-warning-light-7: #
|
|
282
|
+
--el-color-warning-light-7: #927b32;
|
|
283
283
|
}
|
|
284
284
|
:root {
|
|
285
|
-
--el-color-warning-light-8: #
|
|
285
|
+
--el-color-warning-light-8: #665722;
|
|
286
286
|
}
|
|
287
287
|
:root {
|
|
288
|
-
--el-color-warning-light-9: #
|
|
288
|
+
--el-color-warning-light-9: #3b3212;
|
|
289
289
|
}
|
|
290
290
|
/**
|
|
291
291
|
Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
@@ -892,6 +892,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
892
892
|
--el-avatar-line-height: 18px;
|
|
893
893
|
--el-avatar-icon-size: 16px;
|
|
894
894
|
--el-avatar-border-color: var(--el-color-neutral-light-3);
|
|
895
|
+
--el-avatar-border-color-hover: var(--el-color-neutral-light-4);
|
|
895
896
|
--el-avatar-border-radius: var(--el-border-radius-base);
|
|
896
897
|
--el-avatar-size: 32px;
|
|
897
898
|
--el-avatar-size-large: 56px;
|
|
@@ -913,6 +914,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
913
914
|
border: 1px solid var(--el-avatar-border-color);
|
|
914
915
|
line-height: 18px;
|
|
915
916
|
}
|
|
917
|
+
.el-avatar:hover {
|
|
918
|
+
border: 1px solid var(--el-avatar-border-color-hover);
|
|
919
|
+
}
|
|
916
920
|
.el-avatar > img {
|
|
917
921
|
display: block;
|
|
918
922
|
width: 100%;
|
|
@@ -1424,7 +1428,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
1424
1428
|
padding: 12px 15px;
|
|
1425
1429
|
font-size: 14px;
|
|
1426
1430
|
border-radius: var(--el-border-radius-base);
|
|
1427
|
-
height: 40;
|
|
1428
1431
|
}
|
|
1429
1432
|
.el-button.is-round {
|
|
1430
1433
|
padding: 12px 15px;
|
|
@@ -2055,7 +2058,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
2055
2058
|
padding: 12px 15px;
|
|
2056
2059
|
font-size: 14px;
|
|
2057
2060
|
border-radius: var(--el-border-radius-base);
|
|
2058
|
-
height: 40;
|
|
2059
2061
|
}
|
|
2060
2062
|
.el-button--large.is-round {
|
|
2061
2063
|
padding: 12px 15px;
|
|
@@ -2077,7 +2079,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
2077
2079
|
padding: 8px 15px;
|
|
2078
2080
|
font-size: 14px;
|
|
2079
2081
|
border-radius: 4px;
|
|
2080
|
-
height: 40;
|
|
2081
2082
|
}
|
|
2082
2083
|
.el-button--medium.is-round {
|
|
2083
2084
|
padding: 8px 15px;
|
|
@@ -2102,7 +2103,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
2102
2103
|
padding: 5px 15px;
|
|
2103
2104
|
font-size: 12px;
|
|
2104
2105
|
border-radius: 4px;
|
|
2105
|
-
height: 40;
|
|
2106
2106
|
}
|
|
2107
2107
|
.el-button--small.is-round {
|
|
2108
2108
|
padding: 5px 15px;
|
|
@@ -2124,7 +2124,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
2124
2124
|
padding: 5px 15px;
|
|
2125
2125
|
font-size: 12px;
|
|
2126
2126
|
border-radius: 4px;
|
|
2127
|
-
height: 40;
|
|
2128
2127
|
}
|
|
2129
2128
|
.el-button--mini.is-round {
|
|
2130
2129
|
padding: 5px 15px;
|
|
@@ -2996,7 +2995,6 @@ heights > $common-component-size
|
|
|
2996
2995
|
padding: 12px 15px;
|
|
2997
2996
|
font-size: 14px;
|
|
2998
2997
|
border-radius: 0;
|
|
2999
|
-
height: 40;
|
|
3000
2998
|
}
|
|
3001
2999
|
.el-checkbox-button__inner.is-round {
|
|
3002
3000
|
padding: 12px 15px;
|
|
@@ -3061,7 +3059,6 @@ heights > $common-component-size
|
|
|
3061
3059
|
padding: 12px 15px;
|
|
3062
3060
|
font-size: 14px;
|
|
3063
3061
|
border-radius: 0;
|
|
3064
|
-
height: 40;
|
|
3065
3062
|
}
|
|
3066
3063
|
.el-checkbox-button--large .el-checkbox-button__inner.is-round {
|
|
3067
3064
|
padding: 12px 15px;
|
|
@@ -3073,7 +3070,6 @@ heights > $common-component-size
|
|
|
3073
3070
|
padding: 8px 15px;
|
|
3074
3071
|
font-size: 14px;
|
|
3075
3072
|
border-radius: 0;
|
|
3076
|
-
height: 40;
|
|
3077
3073
|
}
|
|
3078
3074
|
.el-checkbox-button--medium .el-checkbox-button__inner.is-round {
|
|
3079
3075
|
padding: 8px 15px;
|
|
@@ -3085,7 +3081,6 @@ heights > $common-component-size
|
|
|
3085
3081
|
padding: 5px 15px;
|
|
3086
3082
|
font-size: 12px;
|
|
3087
3083
|
border-radius: 0;
|
|
3088
|
-
height: 40;
|
|
3089
3084
|
}
|
|
3090
3085
|
.el-checkbox-button--small .el-checkbox-button__inner.is-round {
|
|
3091
3086
|
padding: 5px 15px;
|
|
@@ -3097,7 +3092,6 @@ heights > $common-component-size
|
|
|
3097
3092
|
padding: 5px 15px;
|
|
3098
3093
|
font-size: 12px;
|
|
3099
3094
|
border-radius: 0;
|
|
3100
|
-
height: 40;
|
|
3101
3095
|
}
|
|
3102
3096
|
.el-checkbox-button--mini .el-checkbox-button__inner.is-round {
|
|
3103
3097
|
padding: 5px 15px;
|
|
@@ -8133,7 +8127,7 @@ heights > $common-component-size
|
|
|
8133
8127
|
--el-dialog-content-font-size: 14px;
|
|
8134
8128
|
--el-dialog-content-line-height: 22px;
|
|
8135
8129
|
--el-dialog-padding-primary: 24px;
|
|
8136
|
-
--el-dialog-border-radius:
|
|
8130
|
+
--el-dialog-border-radius: 4px;
|
|
8137
8131
|
position: relative;
|
|
8138
8132
|
margin: var(--el-dialog-margin-top, 15vh) auto 50px;
|
|
8139
8133
|
background: var(--el-dialog-bg-color);
|
|
@@ -8178,7 +8172,7 @@ heights > $common-component-size
|
|
|
8178
8172
|
padding-bottom: var(--el-dialog-padding-primary);
|
|
8179
8173
|
}
|
|
8180
8174
|
.el-dialog__header.show-close {
|
|
8181
|
-
padding-right: calc(var(--el-dialog-padding-primary) + var(--el-message-close-size,
|
|
8175
|
+
padding-right: calc(var(--el-dialog-padding-primary) + var(--el-message-close-size, 24px));
|
|
8182
8176
|
}
|
|
8183
8177
|
|
|
8184
8178
|
.el-dialog__headerbtn {
|
|
@@ -8192,7 +8186,7 @@ heights > $common-component-size
|
|
|
8192
8186
|
border: none;
|
|
8193
8187
|
outline: none;
|
|
8194
8188
|
cursor: pointer;
|
|
8195
|
-
font-size: var(--el-message-close-size,
|
|
8189
|
+
font-size: var(--el-message-close-size, 24px);
|
|
8196
8190
|
}
|
|
8197
8191
|
.el-dialog__headerbtn .el-dialog__close {
|
|
8198
8192
|
color: var(--el-color-primary);
|
|
@@ -9821,6 +9815,16 @@ heights > $common-component-size
|
|
|
9821
9815
|
.el-link:active {
|
|
9822
9816
|
color: var(--el-link-active-text-color);
|
|
9823
9817
|
}
|
|
9818
|
+
.el-link.is-underline:hover::after {
|
|
9819
|
+
content: "";
|
|
9820
|
+
width: 100%;
|
|
9821
|
+
position: absolute;
|
|
9822
|
+
bottom: 0;
|
|
9823
|
+
border-bottom-width: 1px;
|
|
9824
|
+
border-color: var(--el-color-primary-light-4);
|
|
9825
|
+
border-style: solid;
|
|
9826
|
+
}
|
|
9827
|
+
|
|
9824
9828
|
.el-link.is-disabled {
|
|
9825
9829
|
color: var(--el-link-disabled-text-color);
|
|
9826
9830
|
cursor: not-allowed;
|
|
@@ -9829,8 +9833,8 @@ heights > $common-component-size
|
|
|
9829
9833
|
.el-link [class*=el-icon-] + span {
|
|
9830
9834
|
margin-left: 5px;
|
|
9831
9835
|
}
|
|
9832
|
-
.el-link.el-link--default:after {
|
|
9833
|
-
border-color: var(--el-
|
|
9836
|
+
.el-link.el-link--default:hover::after {
|
|
9837
|
+
border-color: var(--el-color-primary-light-4);
|
|
9834
9838
|
}
|
|
9835
9839
|
.el-link__inner {
|
|
9836
9840
|
display: inline-flex;
|
|
@@ -9844,11 +9848,8 @@ heights > $common-component-size
|
|
|
9844
9848
|
--el-link-active-text-color: var(--el-color-primary-light-6);
|
|
9845
9849
|
--el-link-disabled-text-color: var(--el-color-primary-light-2);
|
|
9846
9850
|
}
|
|
9847
|
-
.el-link.el-link--primary:after {
|
|
9848
|
-
border-color: var(--el-
|
|
9849
|
-
}
|
|
9850
|
-
.el-link.el-link--primary.is-underline:hover:after {
|
|
9851
|
-
border-color: var(--el-link-text-color);
|
|
9851
|
+
.el-link.el-link--primary.is-underline:hover::after {
|
|
9852
|
+
border-color: var(--el-color-primary-light-4);
|
|
9852
9853
|
}
|
|
9853
9854
|
|
|
9854
9855
|
.el-link.el-link--secondary {
|
|
@@ -9857,11 +9858,8 @@ heights > $common-component-size
|
|
|
9857
9858
|
--el-link-active-text-color: var(--el-color-secondary-light-6);
|
|
9858
9859
|
--el-link-disabled-text-color: var(--el-color-secondary-light-2);
|
|
9859
9860
|
}
|
|
9860
|
-
.el-link.el-link--secondary:after {
|
|
9861
|
-
border-color: var(--el-
|
|
9862
|
-
}
|
|
9863
|
-
.el-link.el-link--secondary.is-underline:hover:after {
|
|
9864
|
-
border-color: var(--el-link-text-color);
|
|
9861
|
+
.el-link.el-link--secondary.is-underline:hover::after {
|
|
9862
|
+
border-color: var(--el-color-secondary-light-4);
|
|
9865
9863
|
}
|
|
9866
9864
|
|
|
9867
9865
|
.el-link.el-link--neutral {
|
|
@@ -9870,11 +9868,8 @@ heights > $common-component-size
|
|
|
9870
9868
|
--el-link-active-text-color: var(--el-color-neutral-light-6);
|
|
9871
9869
|
--el-link-disabled-text-color: var(--el-color-neutral-light-2);
|
|
9872
9870
|
}
|
|
9873
|
-
.el-link.el-link--neutral:after {
|
|
9874
|
-
border-color: var(--el-
|
|
9875
|
-
}
|
|
9876
|
-
.el-link.el-link--neutral.is-underline:hover:after {
|
|
9877
|
-
border-color: var(--el-link-text-color);
|
|
9871
|
+
.el-link.el-link--neutral.is-underline:hover::after {
|
|
9872
|
+
border-color: var(--el-color-neutral-light-4);
|
|
9878
9873
|
}
|
|
9879
9874
|
|
|
9880
9875
|
.el-link.el-link--success {
|
|
@@ -9883,11 +9878,8 @@ heights > $common-component-size
|
|
|
9883
9878
|
--el-link-active-text-color: var(--el-color-success-light-6);
|
|
9884
9879
|
--el-link-disabled-text-color: var(--el-color-success-light-2);
|
|
9885
9880
|
}
|
|
9886
|
-
.el-link.el-link--success:after {
|
|
9887
|
-
border-color: var(--el-
|
|
9888
|
-
}
|
|
9889
|
-
.el-link.el-link--success.is-underline:hover:after {
|
|
9890
|
-
border-color: var(--el-link-text-color);
|
|
9881
|
+
.el-link.el-link--success.is-underline:hover::after {
|
|
9882
|
+
border-color: var(--el-color-success-light-4);
|
|
9891
9883
|
}
|
|
9892
9884
|
|
|
9893
9885
|
.el-link.el-link--warning {
|
|
@@ -9896,11 +9888,8 @@ heights > $common-component-size
|
|
|
9896
9888
|
--el-link-active-text-color: var(--el-color-warning-light-6);
|
|
9897
9889
|
--el-link-disabled-text-color: var(--el-color-warning-light-2);
|
|
9898
9890
|
}
|
|
9899
|
-
.el-link.el-link--warning:after {
|
|
9900
|
-
border-color: var(--el-
|
|
9901
|
-
}
|
|
9902
|
-
.el-link.el-link--warning.is-underline:hover:after {
|
|
9903
|
-
border-color: var(--el-link-text-color);
|
|
9891
|
+
.el-link.el-link--warning.is-underline:hover::after {
|
|
9892
|
+
border-color: var(--el-color-warning-light-4);
|
|
9904
9893
|
}
|
|
9905
9894
|
|
|
9906
9895
|
.el-link.el-link--danger {
|
|
@@ -9909,11 +9898,8 @@ heights > $common-component-size
|
|
|
9909
9898
|
--el-link-active-text-color: var(--el-color-danger-light-6);
|
|
9910
9899
|
--el-link-disabled-text-color: var(--el-color-danger-light-2);
|
|
9911
9900
|
}
|
|
9912
|
-
.el-link.el-link--danger:after {
|
|
9913
|
-
border-color: var(--el-
|
|
9914
|
-
}
|
|
9915
|
-
.el-link.el-link--danger.is-underline:hover:after {
|
|
9916
|
-
border-color: var(--el-link-text-color);
|
|
9901
|
+
.el-link.el-link--danger.is-underline:hover::after {
|
|
9902
|
+
border-color: var(--el-color-danger-light-4);
|
|
9917
9903
|
}
|
|
9918
9904
|
|
|
9919
9905
|
.el-link.el-link--error {
|
|
@@ -9922,11 +9908,8 @@ heights > $common-component-size
|
|
|
9922
9908
|
--el-link-active-text-color: var(--el-color-error-light-6);
|
|
9923
9909
|
--el-link-disabled-text-color: var(--el-color-error-light-2);
|
|
9924
9910
|
}
|
|
9925
|
-
.el-link.el-link--error:after {
|
|
9926
|
-
border-color: var(--el-
|
|
9927
|
-
}
|
|
9928
|
-
.el-link.el-link--error.is-underline:hover:after {
|
|
9929
|
-
border-color: var(--el-link-text-color);
|
|
9911
|
+
.el-link.el-link--error.is-underline:hover::after {
|
|
9912
|
+
border-color: var(--el-color-error-light-4);
|
|
9930
9913
|
}
|
|
9931
9914
|
|
|
9932
9915
|
.el-link.el-link--info {
|
|
@@ -9935,11 +9918,8 @@ heights > $common-component-size
|
|
|
9935
9918
|
--el-link-active-text-color: var(--el-color-info-light-6);
|
|
9936
9919
|
--el-link-disabled-text-color: var(--el-color-info-light-2);
|
|
9937
9920
|
}
|
|
9938
|
-
.el-link.el-link--info:after {
|
|
9939
|
-
border-color: var(--el-
|
|
9940
|
-
}
|
|
9941
|
-
.el-link.el-link--info.is-underline:hover:after {
|
|
9942
|
-
border-color: var(--el-link-text-color);
|
|
9921
|
+
.el-link.el-link--info.is-underline:hover::after {
|
|
9922
|
+
border-color: var(--el-color-info-light-4);
|
|
9943
9923
|
}
|
|
9944
9924
|
|
|
9945
9925
|
:root {
|
|
@@ -10367,7 +10347,7 @@ heights > $common-component-size
|
|
|
10367
10347
|
--el-messagebox-content-font-size: var(--el-font-size-base);
|
|
10368
10348
|
--el-messagebox-content-color: var(--el-text-color-regular);
|
|
10369
10349
|
--el-messagebox-error-font-size: 12px;
|
|
10370
|
-
--el-messagebox-padding-primary:
|
|
10350
|
+
--el-messagebox-padding-primary: 24px;
|
|
10371
10351
|
--el-messagebox-font-line-height: var(--el-font-line-height-primary);
|
|
10372
10352
|
}
|
|
10373
10353
|
|
|
@@ -10414,11 +10394,8 @@ heights > $common-component-size
|
|
|
10414
10394
|
user-select: none;
|
|
10415
10395
|
}
|
|
10416
10396
|
|
|
10417
|
-
.el-message-box__header {
|
|
10418
|
-
padding-bottom: var(--el-messagebox-padding-primary);
|
|
10419
|
-
}
|
|
10420
10397
|
.el-message-box__header.show-close {
|
|
10421
|
-
padding-right: calc(var(--el-messagebox-padding-primary) + var(--el-message-close-size,
|
|
10398
|
+
padding-right: calc(var(--el-messagebox-padding-primary) + var(--el-message-close-size, 24px));
|
|
10422
10399
|
}
|
|
10423
10400
|
|
|
10424
10401
|
.el-message-box__title {
|
|
@@ -10426,6 +10403,10 @@ heights > $common-component-size
|
|
|
10426
10403
|
line-height: var(--el-messagebox-font-line-height);
|
|
10427
10404
|
color: var(--el-messagebox-title-color);
|
|
10428
10405
|
}
|
|
10406
|
+
.el-message-box__title span:not(:empty) {
|
|
10407
|
+
display: block;
|
|
10408
|
+
padding-bottom: 16px;
|
|
10409
|
+
}
|
|
10429
10410
|
|
|
10430
10411
|
.el-message-box__headerbtn {
|
|
10431
10412
|
position: absolute;
|
|
@@ -10437,11 +10418,14 @@ heights > $common-component-size
|
|
|
10437
10418
|
border: none;
|
|
10438
10419
|
outline: none;
|
|
10439
10420
|
background: transparent;
|
|
10440
|
-
font-size: var(--el-message-close-size,
|
|
10421
|
+
font-size: var(--el-message-close-size, 24px);
|
|
10441
10422
|
cursor: pointer;
|
|
10423
|
+
display: flex;
|
|
10424
|
+
align-items: center;
|
|
10425
|
+
justify-content: center;
|
|
10442
10426
|
}
|
|
10443
10427
|
.el-message-box__headerbtn .el-message-box__close {
|
|
10444
|
-
color: var(--el-color-
|
|
10428
|
+
color: var(--el-color-primary);
|
|
10445
10429
|
font-size: inherit;
|
|
10446
10430
|
}
|
|
10447
10431
|
.el-message-box__headerbtn:focus .el-message-box__close, .el-message-box__headerbtn:hover .el-message-box__close {
|
|
@@ -10509,10 +10493,25 @@ heights > $common-component-size
|
|
|
10509
10493
|
|
|
10510
10494
|
.el-message-box__btns {
|
|
10511
10495
|
display: flex;
|
|
10512
|
-
flex-wrap: wrap;
|
|
10513
10496
|
justify-content: flex-end;
|
|
10514
10497
|
align-items: center;
|
|
10515
10498
|
padding-top: var(--el-messagebox-padding-primary);
|
|
10499
|
+
gap: 30px;
|
|
10500
|
+
}
|
|
10501
|
+
.el-message-box__btns .el-button {
|
|
10502
|
+
flex-basis: 100%;
|
|
10503
|
+
}
|
|
10504
|
+
.el-message-box__btns .el-button:first-of-type {
|
|
10505
|
+
--el-button-text-color: var(--el-color-primary);
|
|
10506
|
+
--el-button-disabled-text-color: var(--el-color-primary-light-9);
|
|
10507
|
+
--el-button-bg-color: var(--el-color-white);
|
|
10508
|
+
--el-button-border-color: var(--el-color-primary-light-5);
|
|
10509
|
+
--el-button-hover-text-color: var(--el-color-primary-light-4);
|
|
10510
|
+
--el-button-hover-bg-color: var(--el-color-white);
|
|
10511
|
+
--el-button-hover-border-color: var(--el-color-primary-light-4);
|
|
10512
|
+
--el-button-active-text-color: var(--el-color-primary-light-6);
|
|
10513
|
+
--el-button-active-bg-color: var(--el-color-white);
|
|
10514
|
+
--el-button-active-border-color: var(--el-color-primary-light-6);
|
|
10516
10515
|
}
|
|
10517
10516
|
|
|
10518
10517
|
.el-message-box--center .el-message-box__title {
|
|
@@ -10557,9 +10556,9 @@ heights > $common-component-size
|
|
|
10557
10556
|
--el-message-border-color: var(--el-color-info-light-3);
|
|
10558
10557
|
--el-message-padding: 8px 11px 8px 16px;
|
|
10559
10558
|
--el-message-font-size: 12px;
|
|
10560
|
-
--el-message-close-size:
|
|
10561
|
-
--el-message-close-icon-color: var(--el-color-
|
|
10562
|
-
--el-message-close-hover-color: var(--el-
|
|
10559
|
+
--el-message-close-size: 24px;
|
|
10560
|
+
--el-message-close-icon-color: var(--el-color-neutral-primary-5);
|
|
10561
|
+
--el-message-close-hover-color: var(--el-color-neutral-primary-4);
|
|
10563
10562
|
--el-message-text-color: var(--el-color-info-light-5);
|
|
10564
10563
|
}
|
|
10565
10564
|
|
|
@@ -10782,11 +10781,11 @@ heights > $common-component-size
|
|
|
10782
10781
|
.el-notification {
|
|
10783
10782
|
--el-notification-width: 330px;
|
|
10784
10783
|
--el-notification-padding: 12px 26px 12px 16px;
|
|
10785
|
-
--el-notification-radius:
|
|
10784
|
+
--el-notification-radius: 4px;
|
|
10786
10785
|
--el-notification-shadow: var(--el-box-shadow-light);
|
|
10787
10786
|
--el-notification-border-color: var(--el-color-neutral-light-3);
|
|
10788
10787
|
--el-notification-icon-size: 24px;
|
|
10789
|
-
--el-notification-close-font-size: var(--el-message-close-size,
|
|
10788
|
+
--el-notification-close-font-size: var(--el-message-close-size, 24px);
|
|
10790
10789
|
--el-notification-group-margin-left: 13px;
|
|
10791
10790
|
--el-notification-group-margin-right: 8px;
|
|
10792
10791
|
--el-notification-content-font-size: var(--el-font-size-base);
|
|
@@ -10899,7 +10898,7 @@ heights > $common-component-size
|
|
|
10899
10898
|
left: 0;
|
|
10900
10899
|
z-index: 2000 !important;
|
|
10901
10900
|
height: 100%;
|
|
10902
|
-
background-color: #
|
|
10901
|
+
background-color: #343337cc;
|
|
10903
10902
|
overflow: auto;
|
|
10904
10903
|
backdrop-filter: blur(2.5px);
|
|
10905
10904
|
}
|
|
@@ -11260,7 +11259,7 @@ heights > $common-component-size
|
|
|
11260
11259
|
--el-popover-bg-color: var(--el-bg-color-overlay);
|
|
11261
11260
|
--el-popover-font-size: var(--el-font-size-base);
|
|
11262
11261
|
--el-popover-border-color: var(--el-border-color-lighter);
|
|
11263
|
-
--el-popover-padding: 12px
|
|
11262
|
+
--el-popover-padding: 12px;
|
|
11264
11263
|
--el-popover-padding-large: 18px 20px;
|
|
11265
11264
|
--el-popover-title-font-size: 14px;
|
|
11266
11265
|
--el-popover-title-text-color: var(--el-text-color-regular);
|
|
@@ -11307,6 +11306,26 @@ heights > $common-component-size
|
|
|
11307
11306
|
outline-width: 0;
|
|
11308
11307
|
}
|
|
11309
11308
|
|
|
11309
|
+
.popover-footer {
|
|
11310
|
+
display: flex;
|
|
11311
|
+
padding-top: 16px;
|
|
11312
|
+
gap: 30px;
|
|
11313
|
+
}
|
|
11314
|
+
.popover-footer .el-button {
|
|
11315
|
+
flex-basis: 100%;
|
|
11316
|
+
@apply el-button--small;
|
|
11317
|
+
}
|
|
11318
|
+
.popover-footer .el-button:first-of-type {
|
|
11319
|
+
--el-button-hover-text-color: var(--el-color-primary-light-4);
|
|
11320
|
+
--el-button-hover-bg-color: var(--el-color-white);
|
|
11321
|
+
--el-button-hover-border-color: var(--el-color-primary-light-4);
|
|
11322
|
+
--el-button-active-text-color: var(--el-color-primary-light-6);
|
|
11323
|
+
--el-button-active-bg-color: var(--el-color-white);
|
|
11324
|
+
--el-button-active-border-color: var(--el-color-primary-light-6);
|
|
11325
|
+
--el-button-bg-color: var(--el-color-white);
|
|
11326
|
+
--el-button-text-color: var(--el-color-primary);
|
|
11327
|
+
}
|
|
11328
|
+
|
|
11310
11329
|
.el-progress {
|
|
11311
11330
|
position: relative;
|
|
11312
11331
|
line-height: 1;
|
|
@@ -11489,7 +11508,6 @@ heights > $common-component-size
|
|
|
11489
11508
|
padding: 12px 15px;
|
|
11490
11509
|
font-size: 14px;
|
|
11491
11510
|
border-radius: 0;
|
|
11492
|
-
height: 40;
|
|
11493
11511
|
}
|
|
11494
11512
|
.el-radio-button__inner.is-round {
|
|
11495
11513
|
padding: 12px 15px;
|
|
@@ -12406,7 +12424,7 @@ heights > $common-component-size
|
|
|
12406
12424
|
user-select: none;
|
|
12407
12425
|
}
|
|
12408
12426
|
.el-select__selected-item .el-tag.el-tag--info {
|
|
12409
|
-
--el-tag-bg-color: var(--el-color-primary-light-
|
|
12427
|
+
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
12410
12428
|
--el-tag-border-color: var(--el-color-primary-light-4);
|
|
12411
12429
|
--el-tag-hover-color: var(--el-color-primary-light-5);
|
|
12412
12430
|
--el-tag-text-color: var(--el-color-primary-light-5);
|
|
@@ -13785,7 +13803,7 @@ heights > $common-component-size
|
|
|
13785
13803
|
text-overflow: ellipsis;
|
|
13786
13804
|
white-space: normal;
|
|
13787
13805
|
overflow-wrap: break-word;
|
|
13788
|
-
line-height:
|
|
13806
|
+
line-height: 25px;
|
|
13789
13807
|
padding: 0 12px;
|
|
13790
13808
|
}
|
|
13791
13809
|
.el-table .cell.el-tooltip {
|
|
@@ -14005,13 +14023,16 @@ heights > $common-component-size
|
|
|
14005
14023
|
}
|
|
14006
14024
|
|
|
14007
14025
|
.el-table__header-wrapper .el-table-column--selection > .cell, .el-table__body-wrapper .el-table-column--selection > .cell {
|
|
14008
|
-
display:
|
|
14026
|
+
display: flex;
|
|
14009
14027
|
align-items: center;
|
|
14010
|
-
|
|
14028
|
+
padding: 0;
|
|
14011
14029
|
}
|
|
14012
14030
|
.el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
|
|
14013
14031
|
height: unset;
|
|
14014
14032
|
}
|
|
14033
|
+
.el-table__header-wrapper .el-table-column--selection + td > .cell, .el-table__header-wrapper .el-table-column--selection + th > .cell, .el-table__body-wrapper .el-table-column--selection + td > .cell, .el-table__body-wrapper .el-table-column--selection + th > .cell {
|
|
14034
|
+
padding-left: 4px;
|
|
14035
|
+
}
|
|
14015
14036
|
|
|
14016
14037
|
.el-table.is-scrolling-left .el-table-fixed-column--right.is-first-column::before {
|
|
14017
14038
|
box-shadow: var(--el-table-fixed-right-column);
|
|
@@ -15034,47 +15055,47 @@ heights > $common-component-size
|
|
|
15034
15055
|
box-sizing: border-box;
|
|
15035
15056
|
white-space: nowrap;
|
|
15036
15057
|
--el-icon-size: 14px;
|
|
15037
|
-
--el-tag-bg-color: var(--el-color-primary-light-
|
|
15058
|
+
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
15038
15059
|
--el-tag-border-color: var(--el-color-primary-light-4);
|
|
15039
15060
|
--el-tag-hover-color: var(--el-color-primary);
|
|
15040
15061
|
}
|
|
15041
15062
|
.el-tag.el-tag--primary {
|
|
15042
|
-
--el-tag-bg-color: var(--el-color-primary-light-
|
|
15063
|
+
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
15043
15064
|
--el-tag-border-color: var(--el-color-primary-light-4);
|
|
15044
15065
|
--el-tag-hover-color: var(--el-color-primary);
|
|
15045
15066
|
}
|
|
15046
15067
|
.el-tag.el-tag--secondary {
|
|
15047
|
-
--el-tag-bg-color: var(--el-color-secondary-light-
|
|
15068
|
+
--el-tag-bg-color: var(--el-color-secondary-light-1);
|
|
15048
15069
|
--el-tag-border-color: var(--el-color-secondary-light-4);
|
|
15049
15070
|
--el-tag-hover-color: var(--el-color-secondary);
|
|
15050
15071
|
}
|
|
15051
15072
|
.el-tag.el-tag--neutral {
|
|
15052
|
-
--el-tag-bg-color: var(--el-color-neutral-light-
|
|
15073
|
+
--el-tag-bg-color: var(--el-color-neutral-light-1);
|
|
15053
15074
|
--el-tag-border-color: var(--el-color-neutral-light-4);
|
|
15054
15075
|
--el-tag-hover-color: var(--el-color-neutral);
|
|
15055
15076
|
}
|
|
15056
15077
|
.el-tag.el-tag--success {
|
|
15057
|
-
--el-tag-bg-color: var(--el-color-success-light-
|
|
15078
|
+
--el-tag-bg-color: var(--el-color-success-light-1);
|
|
15058
15079
|
--el-tag-border-color: var(--el-color-success-light-4);
|
|
15059
15080
|
--el-tag-hover-color: var(--el-color-success);
|
|
15060
15081
|
}
|
|
15061
15082
|
.el-tag.el-tag--warning {
|
|
15062
|
-
--el-tag-bg-color: var(--el-color-warning-light-
|
|
15083
|
+
--el-tag-bg-color: var(--el-color-warning-light-1);
|
|
15063
15084
|
--el-tag-border-color: var(--el-color-warning-light-4);
|
|
15064
15085
|
--el-tag-hover-color: var(--el-color-warning);
|
|
15065
15086
|
}
|
|
15066
15087
|
.el-tag.el-tag--danger {
|
|
15067
|
-
--el-tag-bg-color: var(--el-color-danger-light-
|
|
15088
|
+
--el-tag-bg-color: var(--el-color-danger-light-1);
|
|
15068
15089
|
--el-tag-border-color: var(--el-color-danger-light-4);
|
|
15069
15090
|
--el-tag-hover-color: var(--el-color-danger);
|
|
15070
15091
|
}
|
|
15071
15092
|
.el-tag.el-tag--error {
|
|
15072
|
-
--el-tag-bg-color: var(--el-color-error-light-
|
|
15093
|
+
--el-tag-bg-color: var(--el-color-error-light-1);
|
|
15073
15094
|
--el-tag-border-color: var(--el-color-error-light-4);
|
|
15074
15095
|
--el-tag-hover-color: var(--el-color-error);
|
|
15075
15096
|
}
|
|
15076
15097
|
.el-tag.el-tag--info {
|
|
15077
|
-
--el-tag-bg-color: var(--el-color-info-light-
|
|
15098
|
+
--el-tag-bg-color: var(--el-color-info-light-1);
|
|
15078
15099
|
--el-tag-border-color: var(--el-color-info-light-4);
|
|
15079
15100
|
--el-tag-hover-color: var(--el-color-info);
|
|
15080
15101
|
}
|
|
@@ -16831,7 +16852,7 @@ mark.el-text {
|
|
|
16831
16852
|
border: none;
|
|
16832
16853
|
outline: none;
|
|
16833
16854
|
cursor: pointer;
|
|
16834
|
-
font-size: var(--el-message-close-size,
|
|
16855
|
+
font-size: var(--el-message-close-size, 24px);
|
|
16835
16856
|
}
|
|
16836
16857
|
.el-tour__closebtn .el-tour__close {
|
|
16837
16858
|
color: var(--el-tour-close-color);
|
|
@@ -16845,7 +16866,7 @@ mark.el-text {
|
|
|
16845
16866
|
padding-bottom: var(--el-tour-padding-primary);
|
|
16846
16867
|
}
|
|
16847
16868
|
.el-tour__header.show-close {
|
|
16848
|
-
padding-right: calc(var(--el-tour-padding-primary) + var(--el-message-close-size,
|
|
16869
|
+
padding-right: calc(var(--el-tour-padding-primary) + var(--el-message-close-size, 24px));
|
|
16849
16870
|
}
|
|
16850
16871
|
|
|
16851
16872
|
.el-tour__title {
|