@timus-networks/theme 2.2.2 → 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.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
|
|
@@ -346,7 +346,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
346
346
|
--el-messagebox-content-font-size: var(--el-font-size-base);
|
|
347
347
|
--el-messagebox-content-color: var(--el-text-color-regular);
|
|
348
348
|
--el-messagebox-error-font-size: 12px;
|
|
349
|
-
--el-messagebox-padding-primary:
|
|
349
|
+
--el-messagebox-padding-primary: 24px;
|
|
350
350
|
--el-messagebox-font-line-height: var(--el-font-line-height-primary);
|
|
351
351
|
}
|
|
352
352
|
|
|
@@ -393,11 +393,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
393
393
|
user-select: none;
|
|
394
394
|
}
|
|
395
395
|
|
|
396
|
-
.el-message-box__header {
|
|
397
|
-
padding-bottom: var(--el-messagebox-padding-primary);
|
|
398
|
-
}
|
|
399
396
|
.el-message-box__header.show-close {
|
|
400
|
-
padding-right: calc(var(--el-messagebox-padding-primary) + var(--el-message-close-size,
|
|
397
|
+
padding-right: calc(var(--el-messagebox-padding-primary) + var(--el-message-close-size, 24px));
|
|
401
398
|
}
|
|
402
399
|
|
|
403
400
|
.el-message-box__title {
|
|
@@ -405,6 +402,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
405
402
|
line-height: var(--el-messagebox-font-line-height);
|
|
406
403
|
color: var(--el-messagebox-title-color);
|
|
407
404
|
}
|
|
405
|
+
.el-message-box__title span:not(:empty) {
|
|
406
|
+
display: block;
|
|
407
|
+
padding-bottom: 16px;
|
|
408
|
+
}
|
|
408
409
|
|
|
409
410
|
.el-message-box__headerbtn {
|
|
410
411
|
position: absolute;
|
|
@@ -416,11 +417,14 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
416
417
|
border: none;
|
|
417
418
|
outline: none;
|
|
418
419
|
background: transparent;
|
|
419
|
-
font-size: var(--el-message-close-size,
|
|
420
|
+
font-size: var(--el-message-close-size, 24px);
|
|
420
421
|
cursor: pointer;
|
|
422
|
+
display: flex;
|
|
423
|
+
align-items: center;
|
|
424
|
+
justify-content: center;
|
|
421
425
|
}
|
|
422
426
|
.el-message-box__headerbtn .el-message-box__close {
|
|
423
|
-
color: var(--el-color-
|
|
427
|
+
color: var(--el-color-primary);
|
|
424
428
|
font-size: inherit;
|
|
425
429
|
}
|
|
426
430
|
.el-message-box__headerbtn:focus .el-message-box__close, .el-message-box__headerbtn:hover .el-message-box__close {
|
|
@@ -488,10 +492,25 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
488
492
|
|
|
489
493
|
.el-message-box__btns {
|
|
490
494
|
display: flex;
|
|
491
|
-
flex-wrap: wrap;
|
|
492
495
|
justify-content: flex-end;
|
|
493
496
|
align-items: center;
|
|
494
497
|
padding-top: var(--el-messagebox-padding-primary);
|
|
498
|
+
gap: 30px;
|
|
499
|
+
}
|
|
500
|
+
.el-message-box__btns .el-button {
|
|
501
|
+
flex-basis: 100%;
|
|
502
|
+
}
|
|
503
|
+
.el-message-box__btns .el-button:first-of-type {
|
|
504
|
+
--el-button-text-color: var(--el-color-primary);
|
|
505
|
+
--el-button-disabled-text-color: var(--el-color-primary-light-9);
|
|
506
|
+
--el-button-bg-color: var(--el-color-white);
|
|
507
|
+
--el-button-border-color: var(--el-color-primary-light-5);
|
|
508
|
+
--el-button-hover-text-color: var(--el-color-primary-light-4);
|
|
509
|
+
--el-button-hover-bg-color: var(--el-color-white);
|
|
510
|
+
--el-button-hover-border-color: var(--el-color-primary-light-4);
|
|
511
|
+
--el-button-active-text-color: var(--el-color-primary-light-6);
|
|
512
|
+
--el-button-active-bg-color: var(--el-color-white);
|
|
513
|
+
--el-button-active-border-color: var(--el-color-primary-light-6);
|
|
495
514
|
}
|
|
496
515
|
|
|
497
516
|
.el-message-box--center .el-message-box__title {
|
|
@@ -0,0 +1,229 @@
|
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
|
|
3
|
+
@use 'mixins/mixins' as *;
|
|
4
|
+
@use 'mixins/var' as *;
|
|
5
|
+
@use 'common/var' as *;
|
|
6
|
+
@use 'common/popup' as *;
|
|
7
|
+
|
|
8
|
+
@include b(message-box) {
|
|
9
|
+
@include set-component-css-var('messagebox', $messagebox);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
@include b(message-box) {
|
|
13
|
+
display: inline-block;
|
|
14
|
+
position: relative;
|
|
15
|
+
max-width: getCssVar('messagebox-width');
|
|
16
|
+
width: 100%;
|
|
17
|
+
padding: getCssVar('messagebox-padding-primary');
|
|
18
|
+
vertical-align: middle;
|
|
19
|
+
background-color: getCssVar('bg-color');
|
|
20
|
+
border-radius: getCssVar('messagebox-border-radius');
|
|
21
|
+
font-size: getCssVar('messagebox-font-size');
|
|
22
|
+
box-shadow: getCssVar('messagebox-box-shadow');
|
|
23
|
+
text-align: left;
|
|
24
|
+
overflow: hidden;
|
|
25
|
+
backface-visibility: hidden;
|
|
26
|
+
// To avoid small screen overflowing, see #11919
|
|
27
|
+
box-sizing: border-box;
|
|
28
|
+
overflow-wrap: break-word;
|
|
29
|
+
|
|
30
|
+
&:focus {
|
|
31
|
+
outline: none !important;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
@at-root .#{$namespace}-overlay.is-message-box {
|
|
35
|
+
.#{$namespace}-overlay-message-box {
|
|
36
|
+
text-align: center;
|
|
37
|
+
position: fixed;
|
|
38
|
+
top: 0;
|
|
39
|
+
right: 0;
|
|
40
|
+
bottom: 0;
|
|
41
|
+
left: 0;
|
|
42
|
+
padding: 16px;
|
|
43
|
+
overflow: auto;
|
|
44
|
+
|
|
45
|
+
&::after {
|
|
46
|
+
content: '';
|
|
47
|
+
display: inline-block;
|
|
48
|
+
height: 100%;
|
|
49
|
+
width: 0;
|
|
50
|
+
vertical-align: middle;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
@include when(draggable) {
|
|
56
|
+
@include e(header) {
|
|
57
|
+
cursor: move;
|
|
58
|
+
user-select: none;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
@include e(header) {
|
|
63
|
+
// padding-bottom: getCssVar('messagebox-padding-primary');
|
|
64
|
+
|
|
65
|
+
&.show-close {
|
|
66
|
+
padding-right: calc(getCssVar('messagebox-padding-primary') + var(#{getCssVarName('message-close-size')}, map.get($message, 'close-size')));
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
@include e(title) {
|
|
71
|
+
font-size: getCssVar('messagebox-font-size');
|
|
72
|
+
line-height: getCssVar('messagebox-font-line-height');
|
|
73
|
+
color: getCssVar('messagebox-title-color');
|
|
74
|
+
|
|
75
|
+
span:not(:empty) {
|
|
76
|
+
display: block;
|
|
77
|
+
padding-bottom: 16px;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
@include e(headerbtn) {
|
|
82
|
+
position: absolute;
|
|
83
|
+
top: 0;
|
|
84
|
+
right: 0;
|
|
85
|
+
padding: 0;
|
|
86
|
+
width: 40px;
|
|
87
|
+
height: 40px;
|
|
88
|
+
border: none;
|
|
89
|
+
outline: none;
|
|
90
|
+
background: transparent;
|
|
91
|
+
font-size: var(#{getCssVarName('message-close-size')}, map.get($message, 'close-size'));
|
|
92
|
+
cursor: pointer;
|
|
93
|
+
display: flex;
|
|
94
|
+
align-items: center;
|
|
95
|
+
justify-content: center;
|
|
96
|
+
|
|
97
|
+
.#{$namespace}-message-box__close {
|
|
98
|
+
color: getCssVar('color-primary');
|
|
99
|
+
font-size: inherit;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
&:focus,
|
|
103
|
+
&:hover {
|
|
104
|
+
.#{$namespace}-message-box__close {
|
|
105
|
+
color: getCssVar('color-primary');
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
@include e(content) {
|
|
111
|
+
color: getCssVar('messagebox-content-color');
|
|
112
|
+
font-size: getCssVar('messagebox-content-font-size');
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
@include e(container) {
|
|
116
|
+
display: flex;
|
|
117
|
+
align-items: center;
|
|
118
|
+
gap: 12px;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
@include e(input) {
|
|
122
|
+
padding-top: 12px;
|
|
123
|
+
|
|
124
|
+
& div.invalid > input {
|
|
125
|
+
border-color: getCssVar('color-error');
|
|
126
|
+
|
|
127
|
+
&:focus {
|
|
128
|
+
border-color: getCssVar('color-error');
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
@include e(status) {
|
|
134
|
+
font-size: 24px;
|
|
135
|
+
|
|
136
|
+
@each $type in $semantic {
|
|
137
|
+
&.#{$namespace}-message-box-icon--#{$type} {
|
|
138
|
+
@include css-var-from-global(('messagebox', 'color'), ('color', $type));
|
|
139
|
+
color: getCssVar('messagebox-color');
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
@include e(message) {
|
|
145
|
+
margin: 0;
|
|
146
|
+
|
|
147
|
+
& p {
|
|
148
|
+
margin: 0;
|
|
149
|
+
line-height: getCssVar('messagebox-font-line-height');
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
@include e(errormsg) {
|
|
154
|
+
color: getCssVar('color-error');
|
|
155
|
+
font-size: getCssVar('messagebox-error-font-size');
|
|
156
|
+
line-height: getCssVar('messagebox-font-line-height');
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
@include e(btns) {
|
|
160
|
+
display: flex;
|
|
161
|
+
justify-content: flex-end;
|
|
162
|
+
align-items: center;
|
|
163
|
+
padding-top: getCssVar('messagebox-padding-primary');
|
|
164
|
+
gap: 30px;
|
|
165
|
+
|
|
166
|
+
.el-button {
|
|
167
|
+
flex-basis: 100%;
|
|
168
|
+
|
|
169
|
+
&:first-of-type {
|
|
170
|
+
--el-button-text-color: var(--el-color-primary);
|
|
171
|
+
--el-button-disabled-text-color: var(--el-color-primary-light-9);
|
|
172
|
+
--el-button-bg-color: var(--el-color-white);
|
|
173
|
+
--el-button-border-color: var(--el-color-primary-light-5);
|
|
174
|
+
--el-button-hover-text-color: var(--el-color-primary-light-4);
|
|
175
|
+
--el-button-hover-bg-color: var(--el-color-white);
|
|
176
|
+
--el-button-hover-border-color: var(--el-color-primary-light-4);
|
|
177
|
+
--el-button-active-text-color: var(--el-color-primary-light-6);
|
|
178
|
+
--el-button-active-bg-color: var(--el-color-white);
|
|
179
|
+
--el-button-active-border-color: var(--el-color-primary-light-6);
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
// centerAlign 布局
|
|
185
|
+
@include m(center) {
|
|
186
|
+
@include e(title) {
|
|
187
|
+
display: flex;
|
|
188
|
+
align-items: center;
|
|
189
|
+
justify-content: center;
|
|
190
|
+
gap: 6px;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
@include e(status) {
|
|
194
|
+
font-size: inherit;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
@include e(btns) {
|
|
198
|
+
justify-content: center;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
@include e(container) {
|
|
202
|
+
justify-content: center;
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.fade-in-linear-enter-active {
|
|
208
|
+
.#{$namespace}-overlay-message-box {
|
|
209
|
+
animation: msgbox-fade-in getCssVar('transition-duration');
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.fade-in-linear-leave-active {
|
|
214
|
+
.#{$namespace}-overlay-message-box {
|
|
215
|
+
animation: msgbox-fade-in getCssVar('transition-duration') reverse;
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
@keyframes msgbox-fade-in {
|
|
220
|
+
0% {
|
|
221
|
+
transform: translate3d(0, -20px, 0);
|
|
222
|
+
opacity: 0;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
100% {
|
|
226
|
+
transform: translate3d(0, 0, 0);
|
|
227
|
+
opacity: 1;
|
|
228
|
+
}
|
|
229
|
+
}
|