cy-element-ui 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -29
- package/lib/alert.js +420 -0
- package/lib/aside.js +277 -0
- package/lib/autocomplete.js +952 -0
- package/lib/avatar.js +363 -0
- package/lib/backtop.js +404 -0
- package/lib/badge.js +334 -0
- package/lib/breadcrumb-item.js +322 -0
- package/lib/breadcrumb.js +293 -0
- package/lib/button-group.js +262 -0
- package/lib/button.js +357 -0
- package/lib/calendar.js +933 -0
- package/lib/card.js +297 -0
- package/lib/carousel-item.js +434 -0
- package/lib/carousel.js +707 -0
- package/lib/cascader-panel.js +1558 -0
- package/lib/cascader.js +1439 -0
- package/lib/checkbox-button.js +583 -0
- package/lib/checkbox-group.js +313 -0
- package/lib/checkbox.js +627 -0
- package/lib/col.js +177 -0
- package/lib/collapse-item.js +497 -0
- package/lib/collapse.js +329 -0
- package/lib/color-picker.js +1943 -0
- package/lib/container.js +288 -0
- package/lib/date-picker.js +6335 -0
- package/lib/descriptions-item.js +140 -0
- package/lib/descriptions.js +457 -0
- package/lib/dialog.js +598 -0
- package/lib/directives/mousewheel.js +26 -0
- package/lib/directives/repeat-click.js +33 -0
- package/lib/divider.js +313 -0
- package/lib/drawer.js +592 -0
- package/lib/dropdown-item.js +316 -0
- package/lib/dropdown-menu.js +351 -0
- package/lib/dropdown.js +643 -0
- package/lib/element-ui.common.js +44032 -0
- package/lib/empty.js +730 -0
- package/lib/footer.js +277 -0
- package/lib/form-item.js +826 -0
- package/lib/form.js +466 -0
- package/lib/header.js +277 -0
- package/lib/icon.js +265 -0
- package/lib/image.js +1138 -0
- package/lib/index.js +1 -0
- package/lib/infinite-scroll.js +301 -0
- package/lib/input-number.js +752 -0
- package/lib/input.js +998 -0
- package/lib/link.js +332 -0
- package/lib/loading.js +631 -0
- package/lib/locale/format.js +56 -0
- package/lib/locale/index.js +63 -0
- package/lib/locale/lang/af-ZA.js +126 -0
- package/lib/locale/lang/ar.js +125 -0
- package/lib/locale/lang/az.js +126 -0
- package/lib/locale/lang/bg.js +126 -0
- package/lib/locale/lang/bn.js +126 -0
- package/lib/locale/lang/ca.js +125 -0
- package/lib/locale/lang/cs-CZ.js +128 -0
- package/lib/locale/lang/da.js +125 -0
- package/lib/locale/lang/de.js +127 -0
- package/lib/locale/lang/ee.js +126 -0
- package/lib/locale/lang/el.js +126 -0
- package/lib/locale/lang/en.js +126 -0
- package/lib/locale/lang/eo.js +126 -0
- package/lib/locale/lang/es.js +125 -0
- package/lib/locale/lang/eu.js +126 -0
- package/lib/locale/lang/fa.js +126 -0
- package/lib/locale/lang/fi.js +126 -0
- package/lib/locale/lang/fr.js +125 -0
- package/lib/locale/lang/he.js +126 -0
- package/lib/locale/lang/hr.js +126 -0
- package/lib/locale/lang/hu.js +125 -0
- package/lib/locale/lang/hy-AM.js +126 -0
- package/lib/locale/lang/id.js +126 -0
- package/lib/locale/lang/is.js +126 -0
- package/lib/locale/lang/it.js +125 -0
- package/lib/locale/lang/ja.js +126 -0
- package/lib/locale/lang/kg.js +126 -0
- package/lib/locale/lang/km.js +126 -0
- package/lib/locale/lang/ko.js +126 -0
- package/lib/locale/lang/ku.js +126 -0
- package/lib/locale/lang/kz.js +126 -0
- package/lib/locale/lang/lo-LA.js +126 -0
- package/lib/locale/lang/lt.js +126 -0
- package/lib/locale/lang/lv.js +126 -0
- package/lib/locale/lang/mn.js +126 -0
- package/lib/locale/lang/ms.js +125 -0
- package/lib/locale/lang/nb-NO.js +125 -0
- package/lib/locale/lang/nl.js +126 -0
- package/lib/locale/lang/pl.js +126 -0
- package/lib/locale/lang/pt-br.js +126 -0
- package/lib/locale/lang/pt.js +126 -0
- package/lib/locale/lang/ro.js +126 -0
- package/lib/locale/lang/ru-RU.js +126 -0
- package/lib/locale/lang/si.js +126 -0
- package/lib/locale/lang/sk.js +128 -0
- package/lib/locale/lang/sl.js +126 -0
- package/lib/locale/lang/sr-Latn.js +126 -0
- package/lib/locale/lang/sr.js +126 -0
- package/lib/locale/lang/sv-SE.js +126 -0
- package/lib/locale/lang/sw.js +126 -0
- package/lib/locale/lang/ta.js +125 -0
- package/lib/locale/lang/th.js +126 -0
- package/lib/locale/lang/tk.js +126 -0
- package/lib/locale/lang/tr-TR.js +126 -0
- package/lib/locale/lang/ua.js +126 -0
- package/lib/locale/lang/ug-CN.js +126 -0
- package/lib/locale/lang/uz-UZ.js +126 -0
- package/lib/locale/lang/vi.js +126 -0
- package/lib/locale/lang/zh-CN.js +126 -0
- package/lib/locale/lang/zh-TW.js +126 -0
- package/lib/main.js +264 -0
- package/lib/menu-item-group.js +308 -0
- package/lib/menu-item.js +491 -0
- package/lib/menu.js +865 -0
- package/lib/message-box.js +1192 -0
- package/lib/message.js +548 -0
- package/lib/mixins/emitter.js +36 -0
- package/lib/mixins/focus.js +15 -0
- package/lib/mixins/locale.js +17 -0
- package/lib/mixins/migrating.js +69 -0
- package/lib/notification.js +615 -0
- package/lib/option-group.js +344 -0
- package/lib/option.js +474 -0
- package/lib/page-header.js +319 -0
- package/lib/pagination.js +950 -0
- package/lib/popconfirm.js +457 -0
- package/lib/popover.js +617 -0
- package/lib/progress.js +595 -0
- package/lib/radio-button.js +463 -0
- package/lib/radio-group.js +391 -0
- package/lib/radio.js +497 -0
- package/lib/rate.js +670 -0
- package/lib/result.js +578 -0
- package/lib/row.js +149 -0
- package/lib/scrollbar.js +423 -0
- package/lib/select.js +2167 -0
- package/lib/skeleton-item.js +342 -0
- package/lib/skeleton.js +372 -0
- package/lib/slider.js +1199 -0
- package/lib/spinner.js +301 -0
- package/lib/statistic.js +533 -0
- package/lib/step.js +522 -0
- package/lib/steps.js +342 -0
- package/lib/submenu.js +701 -0
- package/lib/switch.js +554 -0
- package/lib/tab-pane.js +332 -0
- package/lib/table-column.js +952 -0
- package/lib/table.js +5010 -0
- package/lib/tabs.js +920 -0
- package/lib/tag.js +304 -0
- package/lib/theme-chalk/README.md +33 -0
- package/lib/theme-chalk/package.json +35 -0
- package/lib/theme-chalk/src/alert.scss +147 -0
- package/lib/theme-chalk/src/aside.scss +7 -0
- package/lib/theme-chalk/src/autocomplete.scss +80 -0
- package/lib/theme-chalk/src/avatar.scss +51 -0
- package/lib/theme-chalk/src/backtop.scss +22 -0
- package/lib/theme-chalk/src/badge.scss +57 -0
- package/lib/theme-chalk/src/base.scss +2 -0
- package/lib/theme-chalk/src/breadcrumb-item.scss +0 -0
- package/lib/theme-chalk/src/breadcrumb.scss +55 -0
- package/lib/theme-chalk/src/button-group.scss +0 -0
- package/lib/theme-chalk/src/button.scss +262 -0
- package/lib/theme-chalk/src/calendar.scss +79 -0
- package/lib/theme-chalk/src/card.scss +32 -0
- package/lib/theme-chalk/src/carousel-item.scss +50 -0
- package/lib/theme-chalk/src/carousel.scss +161 -0
- package/lib/theme-chalk/src/cascader-panel.scss +120 -0
- package/lib/theme-chalk/src/cascader.scss +182 -0
- package/lib/theme-chalk/src/checkbox-button.scss +0 -0
- package/lib/theme-chalk/src/checkbox-group.scss +0 -0
- package/lib/theme-chalk/src/checkbox.scss +359 -0
- package/lib/theme-chalk/src/col.scss +156 -0
- package/lib/theme-chalk/src/collapse-item.scss +0 -0
- package/lib/theme-chalk/src/collapse.scss +63 -0
- package/lib/theme-chalk/src/color-picker.scss +384 -0
- package/lib/theme-chalk/src/common/popup.scss +42 -0
- package/lib/theme-chalk/src/common/transition.scss +99 -0
- package/lib/theme-chalk/src/common/var.scss +1028 -0
- package/lib/theme-chalk/src/container.scss +14 -0
- package/lib/theme-chalk/src/date-picker/date-picker.scss +97 -0
- package/lib/theme-chalk/src/date-picker/date-range-picker.scss +101 -0
- package/lib/theme-chalk/src/date-picker/date-table.scss +151 -0
- package/lib/theme-chalk/src/date-picker/month-table.scss +82 -0
- package/lib/theme-chalk/src/date-picker/picker-panel.scss +117 -0
- package/lib/theme-chalk/src/date-picker/picker.scss +197 -0
- package/lib/theme-chalk/src/date-picker/time-picker.scss +85 -0
- package/lib/theme-chalk/src/date-picker/time-range-picker.scss +31 -0
- package/lib/theme-chalk/src/date-picker/time-spinner.scss +110 -0
- package/lib/theme-chalk/src/date-picker/year-table.scss +51 -0
- package/lib/theme-chalk/src/date-picker.scss +12 -0
- package/lib/theme-chalk/src/descriptions-item.scss +42 -0
- package/lib/theme-chalk/src/descriptions.scss +111 -0
- package/lib/theme-chalk/src/dialog.scss +123 -0
- package/lib/theme-chalk/src/display.scss +12 -0
- package/lib/theme-chalk/src/divider.scss +47 -0
- package/lib/theme-chalk/src/drawer.scss +219 -0
- package/lib/theme-chalk/src/dropdown-item.scss +0 -0
- package/lib/theme-chalk/src/dropdown-menu.scss +0 -0
- package/lib/theme-chalk/src/dropdown.scss +182 -0
- package/lib/theme-chalk/src/empty.scss +45 -0
- package/lib/theme-chalk/src/fonts/element-icons.ttf +0 -0
- package/lib/theme-chalk/src/fonts/element-icons.woff +0 -0
- package/lib/theme-chalk/src/footer.scss +8 -0
- package/lib/theme-chalk/src/form-item.scss +0 -0
- package/lib/theme-chalk/src/form.scss +167 -0
- package/lib/theme-chalk/src/header.scss +8 -0
- package/lib/theme-chalk/src/icon.scss +1167 -0
- package/lib/theme-chalk/src/image.scss +179 -0
- package/lib/theme-chalk/src/index.scss +87 -0
- package/lib/theme-chalk/src/infinite-scroll.scss +0 -0
- package/lib/theme-chalk/src/infiniteScroll.scss +0 -0
- package/lib/theme-chalk/src/input-number.scss +180 -0
- package/lib/theme-chalk/src/input.scss +360 -0
- package/lib/theme-chalk/src/link.scss +81 -0
- package/lib/theme-chalk/src/loading.scss +96 -0
- package/lib/theme-chalk/src/main.scss +12 -0
- package/lib/theme-chalk/src/menu-item-group.scss +0 -0
- package/lib/theme-chalk/src/menu-item.scss +0 -0
- package/lib/theme-chalk/src/menu.scss +289 -0
- package/lib/theme-chalk/src/message-box.scss +226 -0
- package/lib/theme-chalk/src/message.scss +120 -0
- package/lib/theme-chalk/src/mixins/_button.scss +81 -0
- package/lib/theme-chalk/src/mixins/config.scss +4 -0
- package/lib/theme-chalk/src/mixins/function.scss +44 -0
- package/lib/theme-chalk/src/mixins/mixins.scss +190 -0
- package/lib/theme-chalk/src/mixins/utils.scss +39 -0
- package/lib/theme-chalk/src/notification.scss +99 -0
- package/lib/theme-chalk/src/option-group.scss +42 -0
- package/lib/theme-chalk/src/option.scss +36 -0
- package/lib/theme-chalk/src/page-header.scss +41 -0
- package/lib/theme-chalk/src/pagination.scss +295 -0
- package/lib/theme-chalk/src/popconfirm.scss +16 -0
- package/lib/theme-chalk/src/popover.scss +40 -0
- package/lib/theme-chalk/src/popper.scss +101 -0
- package/lib/theme-chalk/src/progress.scss +141 -0
- package/lib/theme-chalk/src/radio-button.scss +113 -0
- package/lib/theme-chalk/src/radio-group.scss +9 -0
- package/lib/theme-chalk/src/radio.scss +199 -0
- package/lib/theme-chalk/src/rate.scss +49 -0
- package/lib/theme-chalk/src/reset.scss +79 -0
- package/lib/theme-chalk/src/result.scss +61 -0
- package/lib/theme-chalk/src/row.scss +43 -0
- package/lib/theme-chalk/src/scrollbar.scss +72 -0
- package/lib/theme-chalk/src/select-dropdown.scss +62 -0
- package/lib/theme-chalk/src/select.scss +152 -0
- package/lib/theme-chalk/src/skeleton-item.scss +84 -0
- package/lib/theme-chalk/src/skeleton.scss +40 -0
- package/lib/theme-chalk/src/slider.scss +250 -0
- package/lib/theme-chalk/src/spinner.scss +44 -0
- package/lib/theme-chalk/src/statistic.scss +38 -0
- package/lib/theme-chalk/src/step.scss +317 -0
- package/lib/theme-chalk/src/steps.scss +20 -0
- package/lib/theme-chalk/src/submenu.scss +0 -0
- package/lib/theme-chalk/src/switch.scss +116 -0
- package/lib/theme-chalk/src/tab-pane.scss +0 -0
- package/lib/theme-chalk/src/table-column.scss +97 -0
- package/lib/theme-chalk/src/table.scss +564 -0
- package/lib/theme-chalk/src/tabs.scss +602 -0
- package/lib/theme-chalk/src/tag.scss +163 -0
- package/lib/theme-chalk/src/time-picker.scss +8 -0
- package/lib/theme-chalk/src/time-select.scss +37 -0
- package/lib/theme-chalk/src/timeline-item.scss +86 -0
- package/lib/theme-chalk/src/timeline.scss +14 -0
- package/lib/theme-chalk/src/tooltip.scss +141 -0
- package/lib/theme-chalk/src/transfer.scss +227 -0
- package/lib/theme-chalk/src/tree.scss +123 -0
- package/lib/theme-chalk/src/upload.scss +603 -0
- package/lib/time-picker.js +2967 -0
- package/lib/time-select.js +1765 -0
- package/lib/timeline-item.js +371 -0
- package/lib/timeline.js +275 -0
- package/lib/tooltip.js +425 -0
- package/lib/transfer.js +1102 -0
- package/lib/transitions/collapse-transition.js +91 -0
- package/lib/tree.js +2263 -0
- package/lib/treeselect.js +682 -0
- package/lib/umd/locale/af-ZA.js +142 -0
- package/lib/umd/locale/ar.js +141 -0
- package/lib/umd/locale/az.js +141 -0
- package/lib/umd/locale/bg.js +142 -0
- package/lib/umd/locale/bn.js +141 -0
- package/lib/umd/locale/ca.js +141 -0
- package/lib/umd/locale/cs-CZ.js +144 -0
- package/lib/umd/locale/da.js +141 -0
- package/lib/umd/locale/de.js +143 -0
- package/lib/umd/locale/ee.js +142 -0
- package/lib/umd/locale/el.js +142 -0
- package/lib/umd/locale/en.js +142 -0
- package/lib/umd/locale/eo.js +142 -0
- package/lib/umd/locale/es.js +141 -0
- package/lib/umd/locale/eu.js +142 -0
- package/lib/umd/locale/fa.js +142 -0
- package/lib/umd/locale/fi.js +142 -0
- package/lib/umd/locale/fr.js +141 -0
- package/lib/umd/locale/he.js +142 -0
- package/lib/umd/locale/hr.js +142 -0
- package/lib/umd/locale/hu.js +141 -0
- package/lib/umd/locale/hy-AM.js +142 -0
- package/lib/umd/locale/id.js +142 -0
- package/lib/umd/locale/is.js +142 -0
- package/lib/umd/locale/it.js +141 -0
- package/lib/umd/locale/ja.js +142 -0
- package/lib/umd/locale/kg.js +142 -0
- package/lib/umd/locale/km.js +142 -0
- package/lib/umd/locale/ko.js +142 -0
- package/lib/umd/locale/ku.js +142 -0
- package/lib/umd/locale/kz.js +142 -0
- package/lib/umd/locale/lo-LA.js +141 -0
- package/lib/umd/locale/lt.js +142 -0
- package/lib/umd/locale/lv.js +142 -0
- package/lib/umd/locale/mn.js +142 -0
- package/lib/umd/locale/ms.js +141 -0
- package/lib/umd/locale/nb-NO.js +141 -0
- package/lib/umd/locale/nl.js +142 -0
- package/lib/umd/locale/pl.js +142 -0
- package/lib/umd/locale/pt-br.js +142 -0
- package/lib/umd/locale/pt.js +142 -0
- package/lib/umd/locale/ro.js +142 -0
- package/lib/umd/locale/ru-RU.js +142 -0
- package/lib/umd/locale/si.js +142 -0
- package/lib/umd/locale/sk.js +144 -0
- package/lib/umd/locale/sl.js +142 -0
- package/lib/umd/locale/sr-Latn.js +142 -0
- package/lib/umd/locale/sr.js +142 -0
- package/lib/umd/locale/sv-SE.js +142 -0
- package/lib/umd/locale/sw.js +142 -0
- package/lib/umd/locale/ta.js +141 -0
- package/lib/umd/locale/th.js +142 -0
- package/lib/umd/locale/tk.js +142 -0
- package/lib/umd/locale/tr-TR.js +142 -0
- package/lib/umd/locale/ua.js +142 -0
- package/lib/umd/locale/ug-CN.js +142 -0
- package/lib/umd/locale/uz-UZ.js +142 -0
- package/lib/umd/locale/vi.js +142 -0
- package/lib/umd/locale/zh-CN.js +142 -0
- package/lib/umd/locale/zh-TW.js +142 -0
- package/lib/upload.js +1390 -0
- package/lib/utils/after-leave.js +35 -0
- package/lib/utils/aria-dialog.js +104 -0
- package/lib/utils/aria-utils.js +126 -0
- package/lib/utils/clickoutside.js +79 -0
- package/lib/utils/date-util.js +310 -0
- package/lib/utils/date.js +369 -0
- package/lib/utils/dom.js +234 -0
- package/lib/utils/lodash.js +9421 -0
- package/lib/utils/menu/aria-menubar.js +24 -0
- package/lib/utils/menu/aria-menuitem.js +62 -0
- package/lib/utils/menu/aria-submenu.js +69 -0
- package/lib/utils/merge.js +21 -0
- package/lib/utils/popper.js +1261 -0
- package/lib/utils/popup/index.js +233 -0
- package/lib/utils/popup/popup-manager.js +205 -0
- package/lib/utils/resize-event.js +59 -0
- package/lib/utils/scroll-into-view.js +38 -0
- package/lib/utils/scrollbar-width.js +39 -0
- package/lib/utils/shared.js +12 -0
- package/lib/utils/types.js +52 -0
- package/lib/utils/util.js +272 -0
- package/lib/utils/vdom.js +13 -0
- package/lib/utils/vue-popper.js +202 -0
- package/package.json +2 -2
- package/packages/theme-cy/lib/base.css +0 -0
- package/packages/theme-cy/lib/index.css +1 -0
- package/packages/theme-cy/lib/treeselect.css +1 -0
- package/packages/theme-cy/src/treeselect.scss +84 -1
- package/packages/treeselect/src/main.vue +0 -88
- package/src/index.js +1 -1
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
@import "mixins/mixins";
|
|
2
|
+
@import "common/var";
|
|
3
|
+
@import "./checkbox";
|
|
4
|
+
@import "./radio";
|
|
5
|
+
@import "./scrollbar";
|
|
6
|
+
|
|
7
|
+
@include b(cascader-panel) {
|
|
8
|
+
display: flex;
|
|
9
|
+
border-radius: $--cascader-menu-radius;
|
|
10
|
+
font-size: $--cascader-menu-font-size;
|
|
11
|
+
|
|
12
|
+
@include when(bordered) {
|
|
13
|
+
border: $--cascader-menu-border;
|
|
14
|
+
border-radius: $--cascader-menu-radius;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@include b(cascader-menu) {
|
|
19
|
+
min-width: 180px;
|
|
20
|
+
box-sizing: border-box;
|
|
21
|
+
color: $--cascader-menu-font-color;
|
|
22
|
+
border-right: $--cascader-menu-border;
|
|
23
|
+
|
|
24
|
+
&:last-child {
|
|
25
|
+
border-right: none;
|
|
26
|
+
.el-cascader-node {
|
|
27
|
+
padding-right: 20px;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@include e(wrap) {
|
|
32
|
+
height: 204px;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
@include e(list) {
|
|
36
|
+
position: relative;
|
|
37
|
+
min-height: 100%;
|
|
38
|
+
margin: 0;
|
|
39
|
+
padding: 6px 0;
|
|
40
|
+
list-style: none;
|
|
41
|
+
box-sizing: border-box;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
@include e(hover-zone) {
|
|
45
|
+
position: absolute;
|
|
46
|
+
top: 0;
|
|
47
|
+
left: 0;
|
|
48
|
+
width: 100%;
|
|
49
|
+
height: 100%;
|
|
50
|
+
pointer-events: none;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
@include e(empty-text) {
|
|
54
|
+
position: absolute;
|
|
55
|
+
top: 50%;
|
|
56
|
+
left: 50%;
|
|
57
|
+
transform: translate(-50%, -50%);
|
|
58
|
+
text-align: center;
|
|
59
|
+
color: $--cascader-color-empty;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
@include b(cascader-node) {
|
|
64
|
+
position: relative;
|
|
65
|
+
display: flex;
|
|
66
|
+
align-items: center;
|
|
67
|
+
padding: 0 30px 0 20px;
|
|
68
|
+
height: 34px;
|
|
69
|
+
line-height: 34px;
|
|
70
|
+
outline: none;
|
|
71
|
+
|
|
72
|
+
&.is-selectable.in-active-path {
|
|
73
|
+
color: $--cascader-menu-font-color;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
&.in-active-path,
|
|
77
|
+
&.is-selectable.in-checked-path,
|
|
78
|
+
&.is-active {
|
|
79
|
+
color: $--cascader-menu-selected-font-color;
|
|
80
|
+
font-weight: bold;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
&:not(.is-disabled) {
|
|
84
|
+
cursor: pointer;
|
|
85
|
+
&:hover, &:focus {
|
|
86
|
+
background: $--cascader-node-background-hover;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
@include when(disabled) {
|
|
91
|
+
color: $--cascader-node-color-disabled;
|
|
92
|
+
cursor: not-allowed;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
@include e(prefix) {
|
|
96
|
+
position: absolute;
|
|
97
|
+
left: 10px;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
@include e(postfix) {
|
|
101
|
+
position: absolute;
|
|
102
|
+
right: 10px;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
@include e(label) {
|
|
106
|
+
flex: 1;
|
|
107
|
+
padding: 0 10px;
|
|
108
|
+
white-space: nowrap;
|
|
109
|
+
overflow: hidden;
|
|
110
|
+
text-overflow: ellipsis;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
> .el-radio {
|
|
114
|
+
margin-right: 0;
|
|
115
|
+
|
|
116
|
+
.el-radio__label {
|
|
117
|
+
padding-left: 0;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
}
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
@import "mixins/mixins";
|
|
2
|
+
@import "common/var";
|
|
3
|
+
@import "./input";
|
|
4
|
+
@import "./popper";
|
|
5
|
+
@import "./tag";
|
|
6
|
+
@import "./cascader-panel";
|
|
7
|
+
|
|
8
|
+
@include b(cascader) {
|
|
9
|
+
display: inline-block;
|
|
10
|
+
position: relative;
|
|
11
|
+
font-size: $--font-size-base;
|
|
12
|
+
line-height: $--input-height;
|
|
13
|
+
|
|
14
|
+
&:not(.is-disabled):hover {
|
|
15
|
+
.el-input__inner {
|
|
16
|
+
cursor: pointer;
|
|
17
|
+
border-color: $--input-hover-border;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.el-input {
|
|
22
|
+
cursor: pointer;
|
|
23
|
+
|
|
24
|
+
.el-input__inner {
|
|
25
|
+
text-overflow: ellipsis;
|
|
26
|
+
|
|
27
|
+
&:focus {
|
|
28
|
+
border-color: $--input-focus-border;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.el-icon-arrow-down {
|
|
33
|
+
transition: transform .3s;
|
|
34
|
+
font-size: 14px;
|
|
35
|
+
|
|
36
|
+
@include when(reverse) {
|
|
37
|
+
transform: rotateZ(180deg);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.el-icon-circle-close:hover {
|
|
42
|
+
color: $--input-clear-hover-color;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
@include when(focus) {
|
|
46
|
+
.el-input__inner {
|
|
47
|
+
border-color: $--input-focus-border;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
@include m(medium) {
|
|
53
|
+
font-size: $--input-medium-font-size;
|
|
54
|
+
line-height: $--input-medium-height;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
@include m(small) {
|
|
58
|
+
font-size: $--input-small-font-size;
|
|
59
|
+
line-height: $--input-small-height;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
@include m(mini) {
|
|
63
|
+
font-size: $--input-mini-font-size;
|
|
64
|
+
line-height: $--input-mini-height;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
@include when(disabled) {
|
|
68
|
+
.el-cascader__label {
|
|
69
|
+
z-index: #{$--index-normal + 1};
|
|
70
|
+
color: $--disabled-color-base;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
@include e(dropdown) {
|
|
75
|
+
margin: 5px 0;
|
|
76
|
+
font-size: $--cascader-menu-font-size;
|
|
77
|
+
background: $--cascader-menu-fill;
|
|
78
|
+
border: $--cascader-menu-border;
|
|
79
|
+
border-radius: $--cascader-menu-radius;
|
|
80
|
+
box-shadow: $--cascader-menu-shadow;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
@include e(tags) {
|
|
84
|
+
position: absolute;
|
|
85
|
+
left: 0;
|
|
86
|
+
right: 30px;
|
|
87
|
+
top: 50%;
|
|
88
|
+
transform: translateY(-50%);
|
|
89
|
+
display: flex;
|
|
90
|
+
flex-wrap: wrap;
|
|
91
|
+
line-height: normal;
|
|
92
|
+
text-align: left;
|
|
93
|
+
box-sizing: border-box;
|
|
94
|
+
|
|
95
|
+
.el-tag {
|
|
96
|
+
display: inline-flex;
|
|
97
|
+
align-items: center;
|
|
98
|
+
max-width: 100%;
|
|
99
|
+
margin: 2px 0 2px 6px;
|
|
100
|
+
text-overflow: ellipsis;
|
|
101
|
+
background: $--cascader-tag-background;
|
|
102
|
+
|
|
103
|
+
&:not(.is-hit) {
|
|
104
|
+
border-color: transparent;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
> span {
|
|
108
|
+
flex: 1;
|
|
109
|
+
overflow: hidden;
|
|
110
|
+
text-overflow: ellipsis;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.el-icon-close {
|
|
114
|
+
flex: none;
|
|
115
|
+
background-color: $--color-text-placeholder;
|
|
116
|
+
color: $--color-white;
|
|
117
|
+
|
|
118
|
+
&:hover {
|
|
119
|
+
background-color: $--color-text-secondary;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
@include e(suggestion-panel) {
|
|
126
|
+
border-radius: $--cascader-menu-radius;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
@include e(suggestion-list) {
|
|
130
|
+
max-height: 204px;
|
|
131
|
+
margin: 0;
|
|
132
|
+
padding: 6px 0;
|
|
133
|
+
font-size: $--font-size-base;
|
|
134
|
+
color: $--cascader-menu-font-color;
|
|
135
|
+
text-align: center;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
@include e(suggestion-item) {
|
|
139
|
+
display: flex;
|
|
140
|
+
justify-content: space-between;
|
|
141
|
+
align-items: center;
|
|
142
|
+
height: 34px;
|
|
143
|
+
padding: 0 15px;
|
|
144
|
+
text-align: left;
|
|
145
|
+
outline: none;
|
|
146
|
+
cursor: pointer;
|
|
147
|
+
|
|
148
|
+
&:hover, &:focus {
|
|
149
|
+
background: $--cascader-node-background-hover;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
&.is-checked {
|
|
153
|
+
color: $--cascader-menu-selected-font-color;
|
|
154
|
+
font-weight: bold;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
> span {
|
|
158
|
+
margin-right: 10px;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
@include e(empty-text) {
|
|
163
|
+
margin: 10px 0;
|
|
164
|
+
color: $--cascader-color-empty;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
@include e(search-input) {
|
|
168
|
+
flex: 1;
|
|
169
|
+
height: 24px;
|
|
170
|
+
min-width: 60px;
|
|
171
|
+
margin: 2px 0 2px 15px;
|
|
172
|
+
padding: 0;
|
|
173
|
+
color: $--cascader-menu-font-color;
|
|
174
|
+
border: none;
|
|
175
|
+
outline: none;
|
|
176
|
+
box-sizing: border-box;
|
|
177
|
+
|
|
178
|
+
&::placeholder {
|
|
179
|
+
color: $--color-text-placeholder;
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
}
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,359 @@
|
|
|
1
|
+
@import "common/var";
|
|
2
|
+
@import "mixins/mixins";
|
|
3
|
+
@import "mixins/_button";
|
|
4
|
+
@import "mixins/utils";
|
|
5
|
+
|
|
6
|
+
@include b(checkbox) {
|
|
7
|
+
color: $--checkbox-font-color;
|
|
8
|
+
font-weight: $--checkbox-font-weight;
|
|
9
|
+
font-size: $--font-size-base;
|
|
10
|
+
position: relative;
|
|
11
|
+
cursor: pointer;
|
|
12
|
+
display: inline-block;
|
|
13
|
+
white-space: nowrap;
|
|
14
|
+
user-select: none;
|
|
15
|
+
margin-right: 30px;
|
|
16
|
+
|
|
17
|
+
@include when(bordered) {
|
|
18
|
+
padding: $--checkbox-bordered-padding;
|
|
19
|
+
border-radius: $--border-radius-base;
|
|
20
|
+
border: $--border-base;
|
|
21
|
+
box-sizing: border-box;
|
|
22
|
+
line-height: normal;
|
|
23
|
+
height: $--checkbox-bordered-height;
|
|
24
|
+
|
|
25
|
+
&.is-checked {
|
|
26
|
+
border-color: $--color-primary;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
&.is-disabled {
|
|
30
|
+
border-color: $--border-color-lighter;
|
|
31
|
+
cursor: not-allowed;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
& + .el-checkbox.is-bordered {
|
|
35
|
+
margin-left: 10px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&.el-checkbox--medium {
|
|
39
|
+
padding: $--checkbox-bordered-medium-padding;
|
|
40
|
+
border-radius: $--button-medium-border-radius;
|
|
41
|
+
height: $--checkbox-bordered-medium-height;
|
|
42
|
+
|
|
43
|
+
.el-checkbox__label {
|
|
44
|
+
line-height: 17px;
|
|
45
|
+
font-size: $--button-medium-font-size;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.el-checkbox__inner {
|
|
49
|
+
height: $--checkbox-bordered-medium-input-height;
|
|
50
|
+
width: $--checkbox-bordered-medium-input-width;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
&.el-checkbox--small {
|
|
55
|
+
padding: $--checkbox-bordered-small-padding;
|
|
56
|
+
border-radius: $--button-small-border-radius;
|
|
57
|
+
height: $--checkbox-bordered-small-height;
|
|
58
|
+
|
|
59
|
+
.el-checkbox__label {
|
|
60
|
+
line-height: 15px;
|
|
61
|
+
font-size: $--button-small-font-size;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.el-checkbox__inner {
|
|
65
|
+
height: $--checkbox-bordered-small-input-height;
|
|
66
|
+
width: $--checkbox-bordered-small-input-width;
|
|
67
|
+
|
|
68
|
+
&::after {
|
|
69
|
+
height: 6px;
|
|
70
|
+
width: 2px;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
&.el-checkbox--mini {
|
|
76
|
+
padding: $--checkbox-bordered-mini-padding;
|
|
77
|
+
border-radius: $--button-mini-border-radius;
|
|
78
|
+
height: $--checkbox-bordered-mini-height;
|
|
79
|
+
|
|
80
|
+
.el-checkbox__label {
|
|
81
|
+
line-height: 12px;
|
|
82
|
+
font-size: $--button-mini-font-size;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.el-checkbox__inner {
|
|
86
|
+
height: $--checkbox-bordered-mini-input-height;
|
|
87
|
+
width: $--checkbox-bordered-mini-input-width;
|
|
88
|
+
&::after {
|
|
89
|
+
height: 6px;
|
|
90
|
+
width: 2px;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
@include e(input) {
|
|
97
|
+
white-space: nowrap;
|
|
98
|
+
cursor: pointer;
|
|
99
|
+
outline: none;
|
|
100
|
+
display: inline-block;
|
|
101
|
+
line-height: 1;
|
|
102
|
+
position: relative;
|
|
103
|
+
vertical-align: middle;
|
|
104
|
+
|
|
105
|
+
@include when(disabled) {
|
|
106
|
+
.el-checkbox__inner {
|
|
107
|
+
background-color: $--checkbox-disabled-input-fill;
|
|
108
|
+
border-color: $--checkbox-disabled-border-color;
|
|
109
|
+
cursor: not-allowed;
|
|
110
|
+
|
|
111
|
+
&::after {
|
|
112
|
+
cursor: not-allowed;
|
|
113
|
+
border-color: $--checkbox-disabled-icon-color;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
& + .el-checkbox__label {
|
|
117
|
+
cursor: not-allowed;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
&.is-checked {
|
|
122
|
+
.el-checkbox__inner {
|
|
123
|
+
background-color: $--checkbox-disabled-checked-input-fill;
|
|
124
|
+
border-color: $--checkbox-disabled-checked-input-border-color;
|
|
125
|
+
|
|
126
|
+
&::after {
|
|
127
|
+
border-color: $--checkbox-disabled-checked-icon-color;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
&.is-indeterminate {
|
|
133
|
+
.el-checkbox__inner {
|
|
134
|
+
background-color: $--checkbox-disabled-checked-input-fill;
|
|
135
|
+
border-color: $--checkbox-disabled-checked-input-border-color;
|
|
136
|
+
|
|
137
|
+
&::before {
|
|
138
|
+
background-color: $--checkbox-disabled-checked-icon-color;
|
|
139
|
+
border-color: $--checkbox-disabled-checked-icon-color;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
& + span.el-checkbox__label {
|
|
145
|
+
color: $--disabled-color-base;
|
|
146
|
+
cursor: not-allowed;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
@include when(checked) {
|
|
151
|
+
.el-checkbox__inner {
|
|
152
|
+
background-color: $--checkbox-checked-background-color;
|
|
153
|
+
border-color: $--checkbox-checked-input-border-color;
|
|
154
|
+
|
|
155
|
+
&::after {
|
|
156
|
+
transform: rotate(45deg) scaleY(1);
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
& + .el-checkbox__label {
|
|
161
|
+
color: $--checkbox-checked-font-color;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
@include when(focus) { /*focus时 视觉上区分*/
|
|
165
|
+
.el-checkbox__inner {
|
|
166
|
+
border-color: $--checkbox-input-border-color-hover;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
@include when(indeterminate) {
|
|
170
|
+
.el-checkbox__inner {
|
|
171
|
+
background-color: $--checkbox-checked-background-color;
|
|
172
|
+
border-color: $--checkbox-checked-input-border-color;
|
|
173
|
+
|
|
174
|
+
&::before {
|
|
175
|
+
content: '';
|
|
176
|
+
position: absolute;
|
|
177
|
+
display: block;
|
|
178
|
+
background-color: $--checkbox-checked-icon-color;
|
|
179
|
+
height: 2px;
|
|
180
|
+
transform: scale(0.5);
|
|
181
|
+
left: 0;
|
|
182
|
+
right: 0;
|
|
183
|
+
top: 5px;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
&::after {
|
|
187
|
+
display: none;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
@include e(inner) {
|
|
193
|
+
display: inline-block;
|
|
194
|
+
position: relative;
|
|
195
|
+
border: $--checkbox-input-border;
|
|
196
|
+
border-radius: $--checkbox-border-radius;
|
|
197
|
+
box-sizing: border-box;
|
|
198
|
+
width: $--checkbox-input-width;
|
|
199
|
+
height: $--checkbox-input-height;
|
|
200
|
+
background-color: $--checkbox-background-color;
|
|
201
|
+
z-index: $--index-normal;
|
|
202
|
+
transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),
|
|
203
|
+
background-color .25s cubic-bezier(.71,-.46,.29,1.46);
|
|
204
|
+
|
|
205
|
+
&:hover {
|
|
206
|
+
border-color: $--checkbox-input-border-color-hover;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
&::after {
|
|
210
|
+
box-sizing: content-box;
|
|
211
|
+
content: "";
|
|
212
|
+
border: 1px solid $--checkbox-checked-icon-color;
|
|
213
|
+
border-left: 0;
|
|
214
|
+
border-top: 0;
|
|
215
|
+
height: 7px;
|
|
216
|
+
left: 4px;
|
|
217
|
+
position: absolute;
|
|
218
|
+
top: 1px;
|
|
219
|
+
transform: rotate(45deg) scaleY(0);
|
|
220
|
+
width: 3px;
|
|
221
|
+
transition: transform .15s ease-in .05s;
|
|
222
|
+
transform-origin: center;
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
@include e(original) {
|
|
227
|
+
opacity: 0;
|
|
228
|
+
outline: none;
|
|
229
|
+
position: absolute;
|
|
230
|
+
margin: 0;
|
|
231
|
+
width: 0;
|
|
232
|
+
height: 0;
|
|
233
|
+
z-index: -1;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
@include e(label) {
|
|
237
|
+
display: inline-block;
|
|
238
|
+
padding-left: 10px;
|
|
239
|
+
line-height: 19px;
|
|
240
|
+
font-size: $--checkbox-font-size;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
&:last-of-type {
|
|
244
|
+
margin-right: 0;
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
@include b(checkbox-button) {
|
|
249
|
+
position: relative;
|
|
250
|
+
display: inline-block;
|
|
251
|
+
|
|
252
|
+
@include e(inner) {
|
|
253
|
+
display: inline-block;
|
|
254
|
+
line-height: 1;
|
|
255
|
+
font-weight: $--checkbox-font-weight;
|
|
256
|
+
white-space: nowrap;
|
|
257
|
+
vertical-align: middle;
|
|
258
|
+
cursor: pointer;
|
|
259
|
+
background: $--button-default-background-color;
|
|
260
|
+
border: $--border-base;
|
|
261
|
+
border-left: 0;
|
|
262
|
+
color: $--button-default-font-color;
|
|
263
|
+
-webkit-appearance: none;
|
|
264
|
+
text-align: center;
|
|
265
|
+
box-sizing: border-box;
|
|
266
|
+
outline: none;
|
|
267
|
+
margin: 0;
|
|
268
|
+
position: relative;
|
|
269
|
+
transition: $--all-transition;
|
|
270
|
+
@include utils-user-select(none);
|
|
271
|
+
|
|
272
|
+
@include button-size($--button-padding-vertical, $--button-padding-horizontal, $--button-font-size, 0);
|
|
273
|
+
|
|
274
|
+
&:hover {
|
|
275
|
+
color: $--color-primary;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
& [class*="el-icon-"] {
|
|
279
|
+
line-height: 0.9;
|
|
280
|
+
|
|
281
|
+
& + span {
|
|
282
|
+
margin-left: 5px;
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
@include e(original) {
|
|
288
|
+
opacity: 0;
|
|
289
|
+
outline: none;
|
|
290
|
+
position: absolute;
|
|
291
|
+
margin: 0;
|
|
292
|
+
z-index: -1;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
&.is-checked {
|
|
296
|
+
& .el-checkbox-button__inner {
|
|
297
|
+
color: $--checkbox-button-checked-font-color;
|
|
298
|
+
background-color: $--checkbox-button-checked-background-color;
|
|
299
|
+
border-color: $--checkbox-button-checked-border-color;
|
|
300
|
+
box-shadow: -1px 0 0 0 $--color-primary-light-4;
|
|
301
|
+
}
|
|
302
|
+
&:first-child .el-checkbox-button__inner {
|
|
303
|
+
border-left-color: $--checkbox-button-checked-border-color;
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
&.is-disabled {
|
|
308
|
+
& .el-checkbox-button__inner {
|
|
309
|
+
color: $--button-disabled-font-color;
|
|
310
|
+
cursor: not-allowed;
|
|
311
|
+
background-image: none;
|
|
312
|
+
background-color: $--button-disabled-background-color;
|
|
313
|
+
border-color: $--button-disabled-border-color;
|
|
314
|
+
box-shadow: none;
|
|
315
|
+
}
|
|
316
|
+
&:first-child .el-checkbox-button__inner {
|
|
317
|
+
border-left-color: $--button-disabled-border-color;
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
&:first-child {
|
|
322
|
+
.el-checkbox-button__inner {
|
|
323
|
+
border-left: $--border-base;
|
|
324
|
+
border-radius: $--border-radius-base 0 0 $--border-radius-base;
|
|
325
|
+
box-shadow: none !important;
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
&.is-focus {
|
|
330
|
+
& .el-checkbox-button__inner {
|
|
331
|
+
border-color: $--checkbox-button-checked-border-color;
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
&:last-child {
|
|
336
|
+
.el-checkbox-button__inner {
|
|
337
|
+
border-radius: 0 $--border-radius-base $--border-radius-base 0;
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
@include m(medium) {
|
|
341
|
+
.el-checkbox-button__inner {
|
|
342
|
+
@include button-size($--button-medium-padding-vertical, $--button-medium-padding-horizontal, $--button-medium-font-size, 0);
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
@include m(small) {
|
|
346
|
+
.el-checkbox-button__inner {
|
|
347
|
+
@include button-size($--button-small-padding-vertical, $--button-small-padding-horizontal, $--button-small-font-size, 0);
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
@include m(mini) {
|
|
351
|
+
.el-checkbox-button__inner {
|
|
352
|
+
@include button-size($--button-mini-padding-vertical, $--button-mini-padding-horizontal, $--button-mini-font-size, 0);
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
@include b(checkbox-group) {
|
|
358
|
+
font-size: 0;
|
|
359
|
+
}
|