@web-utils/component 2.0.13 → 2.7.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/chunks/config.46422d7f.js +73 -0
- package/dist/chunks/confirmable-mixin.3a79781b.js +75 -0
- package/dist/chunks/dataformat.fb35ee10.js +61 -0
- package/dist/chunks/detail.a3249549.js +28 -0
- package/dist/chunks/dic.5f7e3523.js +132 -0
- package/dist/chunks/event.50c365eb.js +235 -0
- package/dist/chunks/form-input-mixin.ff5b58f7.js +24 -0
- package/dist/chunks/form-item-mixin.79f6eaff.js +128 -0
- package/dist/chunks/{822300f3.js → form-pick-mixin.61ad06b2.js} +3 -3
- package/dist/chunks/init.352281f5.js +121 -0
- package/dist/chunks/{44b78389.js → input-number-mixin.41a066be.js} +8 -8
- package/dist/chunks/{e1939731.js → mixins.5a78e0db.js} +5 -6
- package/dist/chunks/packages.5d7a86c4.js +114 -0
- package/dist/chunks/permission.ce5d2121.js +16 -0
- package/dist/chunks/slot.1b8d2b1b.js +27 -0
- package/dist/chunks/tab-mixin.8c0142e0.js +81 -0
- package/dist/chunks/util.5053d54e.js +264 -0
- package/dist/chunks/utils.97652d86.js +26 -0
- package/dist/chunks/utils.fa73de78.js +185 -0
- package/dist/chunks/vueComponentNormalizer.71e2aa87.js +32 -0
- package/dist/components/address-input/index.js +43 -56
- package/dist/components/address-input/style.css +1 -15
- package/dist/components/affix/index.js +102 -0
- package/dist/components/affix/style.css +1 -0
- package/dist/components/array/index.js +156 -0
- package/dist/components/array/style.css +1 -0
- package/dist/components/article/index.js +93 -0
- package/dist/components/article/style.css +1 -0
- package/dist/components/aside-menu/index.js +30 -36
- package/dist/components/aside-menu/style.css +1 -9
- package/dist/components/avatar/index.js +106 -0
- package/dist/components/avatar/style.css +1 -0
- package/dist/components/awesome-button/index.js +32 -35
- package/dist/components/base.css +1 -66
- package/dist/components/capsule-tab/index.js +27 -33
- package/dist/components/capsule-tab/style.css +1 -32
- package/dist/components/card/index.js +130 -0
- package/dist/components/card/style.css +1 -0
- package/dist/components/carousel/index.js +70 -0
- package/dist/components/carousel/style.css +1 -0
- package/dist/components/chat/index.js +567 -0
- package/dist/components/chat/style.css +1 -0
- package/dist/components/chunk-file-uploader/index.js +54 -88
- package/dist/components/chunk-file-uploader/style.css +1 -4
- package/dist/components/chunk-file-uploader-button/index.js +25 -31
- package/dist/components/chunk-file-uploader-button/style.css +1 -17
- package/dist/components/chunk-file-uploader-drop/index.js +28 -42
- package/dist/components/chunk-file-uploader-drop/style.css +1 -12
- package/dist/components/chunk-file-uploader-file/index.js +134 -211
- package/dist/components/chunk-file-uploader-file/style.css +1 -125
- package/dist/components/chunk-file-uploader-files/index.js +28 -34
- package/dist/components/chunk-file-uploader-files/style.css +1 -9
- package/dist/components/chunk-file-uploader-list/index.js +29 -35
- package/dist/components/chunk-file-uploader-list/style.css +1 -9
- package/dist/components/chunk-file-uploader-un-support/index.js +30 -38
- package/dist/components/chunk-file-uploader-un-support/style.css +1 -6
- package/dist/components/code/index.js +66 -0
- package/dist/components/code-mirror-editor/index.js +156 -181
- package/dist/components/code-mirror-editor/style.css +1 -17
- package/dist/components/color-picker/index.js +49 -68
- package/dist/components/column/index.js +114 -0
- package/dist/components/column-default/index.js +105 -0
- package/dist/components/column-dynamic/index.js +93 -0
- package/dist/components/column-menu/index.js +286 -0
- package/dist/components/column-slot/index.js +265 -0
- package/dist/components/comment/index.js +94 -0
- package/dist/components/comment/style.css +1 -0
- package/dist/components/confirm-button/index.js +19 -21
- package/dist/components/confirmable/index.js +18 -19
- package/dist/components/context-menu/index.js +118 -130
- package/dist/components/context-menu/style.css +1 -88
- package/dist/components/count-up/index.js +120 -0
- package/dist/components/custom-scrollbar/index.js +50 -68
- package/dist/components/data-box/index.js +97 -0
- package/dist/components/data-box/style.css +1 -0
- package/dist/components/data-card/index.js +98 -0
- package/dist/components/data-card/style.css +1 -0
- package/dist/components/data-cardtext/index.js +82 -0
- package/dist/components/data-cardtext/style.css +1 -0
- package/dist/components/data-display/index.js +93 -0
- package/dist/components/data-display/style.css +1 -0
- package/dist/components/data-icons/index.js +104 -0
- package/dist/components/data-icons/style.css +1 -0
- package/dist/components/data-imgtext/index.js +106 -0
- package/dist/components/data-imgtext/style.css +1 -0
- package/dist/components/data-operatext/index.js +99 -0
- package/dist/components/data-operatext/style.css +1 -0
- package/dist/components/data-panel/index.js +93 -0
- package/dist/components/data-panel/style.css +1 -0
- package/dist/components/data-pay/index.js +149 -0
- package/dist/components/data-pay/style.css +1 -0
- package/dist/components/data-price/index.js +84 -0
- package/dist/components/data-price/style.css +1 -0
- package/dist/components/data-progress/index.js +97 -0
- package/dist/components/data-progress/style.css +1 -0
- package/dist/components/data-rotate/index.js +96 -0
- package/dist/components/data-rotate/style.css +1 -0
- package/dist/components/data-table-picker/index.js +62 -81
- package/dist/components/data-tabs/index.js +94 -0
- package/dist/components/data-tabs/style.css +1 -0
- package/dist/components/dialog-column/index.js +138 -0
- package/dist/components/dialog-excel/index.js +214 -0
- package/dist/components/dialog-filter/index.js +245 -0
- package/dist/components/dialog-form/index.js +275 -0
- package/dist/components/draggable/index.js +384 -0
- package/dist/components/draggable/style.css +1 -0
- package/dist/components/dynamic-table/index.js +89 -113
- package/dist/components/dynamic-table/style.css +1 -30
- package/dist/components/e-charts/index.js +126 -201
- package/dist/components/e-charts/style.css +1 -10
- package/dist/components/editable-progress/index.js +60 -93
- package/dist/components/editable-progress/style.css +1 -37
- package/dist/components/editable-tree/index.js +423 -638
- package/dist/components/editable-tree/style.css +1 -82
- package/dist/components/egd-collapse/index.js +33 -46
- package/dist/components/egd-collapse-item/index.js +60 -76
- package/dist/components/element-dialog/index.js +95 -147
- package/dist/components/element-dialog/style.css +1 -102
- package/dist/components/empty/index.js +59 -0
- package/dist/components/empty/style.css +1 -0
- package/dist/components/empty-view/index.js +28 -34
- package/dist/components/empty-view/style.css +1 -17
- package/dist/components/error-view/index.js +26 -32
- package/dist/components/error-view/style.css +1 -17
- package/dist/components/flex-column/index.js +25 -40
- package/dist/components/flex-item/index.js +29 -57
- package/dist/components/flex-row/index.js +25 -40
- package/dist/components/flex-scroller/index.js +26 -32
- package/dist/components/flex-scroller/style.css +1 -20
- package/dist/components/flow/index.js +278 -0
- package/dist/components/flow/style.css +1 -0
- package/dist/components/flow-node/index.js +102 -0
- package/dist/components/form-button/index.js +34 -38
- package/dist/components/form-cascader/index.js +71 -81
- package/dist/components/form-checkbox-group/index.js +88 -113
- package/dist/components/form-checkbox-group/style.css +1 -51
- package/dist/components/form-date-picker/index.js +70 -132
- package/dist/components/form-group/index.js +122 -0
- package/dist/components/form-group/style.css +1 -0
- package/dist/components/form-holder/index.js +53 -39
- package/dist/components/form-input/index.js +56 -62
- package/dist/components/form-input-email/index.js +48 -60
- package/dist/components/form-input-id-card/index.js +53 -59
- package/dist/components/form-input-number/index.js +61 -68
- package/dist/components/form-input-number/style.css +1 -12
- package/dist/components/form-input-phone-number/index.js +49 -55
- package/dist/components/form-input-time/index.js +53 -59
- package/dist/components/form-item/index.js +80 -123
- package/dist/components/form-item/style.css +1 -11
- package/dist/components/form-item-config-provider/index.js +25 -26
- package/dist/components/form-item-group/index.js +85 -111
- package/dist/components/form-item-group/style.css +1 -30
- package/dist/components/form-radio-group/index.js +85 -104
- package/dist/components/form-radio-group/style.css +1 -53
- package/dist/components/form-select/index.js +76 -91
- package/dist/components/form-switch/index.js +51 -57
- package/dist/components/form-temp/index.js +149 -0
- package/dist/components/form-textarea/index.js +51 -57
- package/dist/components/form-view/index.js +165 -232
- package/dist/components/form-view/style.css +1 -158
- package/dist/components/fy-cascader/index.js +132 -0
- package/dist/components/fy-checkbox/index.js +116 -0
- package/dist/components/fy-checkbox/style.css +1 -0
- package/dist/components/fy-curd/index.js +846 -0
- package/dist/components/fy-curd/style.css +1 -0
- package/dist/components/fy-date/index.js +84 -0
- package/dist/components/fy-date/style.css +1 -0
- package/dist/components/fy-dialog-form/index.js +278 -0
- package/dist/components/fy-dialog-form/style.css +1 -0
- package/dist/components/fy-dynamic/index.js +335 -0
- package/dist/components/fy-dynamic/style.css +1 -0
- package/dist/components/fy-form/index.js +754 -0
- package/dist/components/fy-form/style.css +1 -0
- package/dist/components/fy-form-menu/index.js +95 -0
- package/dist/components/fy-input/index.js +162 -0
- package/dist/components/fy-input-color/index.js +96 -0
- package/dist/components/fy-input-icon/index.js +161 -0
- package/dist/components/fy-input-icon/style.css +1 -0
- package/dist/components/fy-input-map/index.js +275 -0
- package/dist/components/fy-input-map/style.css +1 -0
- package/dist/components/fy-input-number/index.js +87 -0
- package/dist/components/fy-input-table/index.js +172 -0
- package/dist/components/fy-input-table/style.css +1 -0
- package/dist/components/fy-input-tree/index.js +265 -0
- package/dist/components/fy-input-tree/style.css +1 -0
- package/dist/components/fy-radio/index.js +68 -0
- package/dist/components/fy-radio/style.css +1 -0
- package/dist/components/fy-rate/index.js +105 -0
- package/dist/components/fy-rate/style.css +1 -0
- package/dist/components/fy-select/index.js +223 -0
- package/dist/components/fy-select/style.css +1 -0
- package/dist/components/fy-slider/index.js +79 -0
- package/dist/components/fy-switch/index.js +73 -0
- package/dist/components/fy-time/index.js +95 -0
- package/dist/components/fy-title/index.js +40 -0
- package/dist/components/fy-title/style.css +1 -0
- package/dist/components/fy-upload/index.js +704 -0
- package/dist/components/fy-upload/style.css +1 -0
- package/dist/components/guide-steps/index.js +44 -58
- package/dist/components/guide-steps/style.css +1 -34
- package/dist/components/header-menu/index.js +238 -0
- package/dist/components/header-search/index.js +246 -0
- package/dist/components/icon-card/index.js +29 -35
- package/dist/components/icon-card/style.css +1 -56
- package/dist/components/icon-temp/index.js +50 -0
- package/dist/components/icon-temp/style.css +1 -0
- package/dist/components/iframe-window/index.js +29 -35
- package/dist/components/iframe-window/style.css +1 -20
- package/dist/components/image-viewer/index.js +48 -66
- package/dist/components/image-viewer/style.css +1 -21
- package/dist/components/input-number/index.js +127 -193
- package/dist/components/input-number/style.css +1 -15
- package/dist/components/input-number-range/index.js +45 -57
- package/dist/components/input-number-range/style.css +1 -12
- package/dist/components/j-s-x-component/index.js +4 -4
- package/dist/components/keep-view-alive/index.js +77 -120
- package/dist/components/keyboard/index.js +389 -0
- package/dist/components/keyboard/style.css +1 -0
- package/dist/components/license/index.js +134 -0
- package/dist/components/loading-view/index.js +26 -32
- package/dist/components/loading-view/style.css +1 -17
- package/dist/components/login/index.js +244 -0
- package/dist/components/login/style.css +1 -0
- package/dist/components/name-avatar/index.js +66 -0
- package/dist/components/name-avatar/style.css +1 -0
- package/dist/components/nav-bar/index.js +27 -37
- package/dist/components/nav-bar/style.css +1 -17
- package/dist/components/not-implement/index.js +23 -31
- package/dist/components/not-implement/style.css +1 -15
- package/dist/components/notice/index.js +143 -0
- package/dist/components/notice/style.css +1 -0
- package/dist/components/page/index.js +22 -28
- package/dist/components/page/style.css +1 -12
- package/dist/components/page-header/index.js +30 -36
- package/dist/components/page-header/style.css +1 -14
- package/dist/components/page-index/index.js +62 -83
- package/dist/components/page-index/style.css +1 -23
- package/dist/components/page-index-top/index.js +53 -68
- package/dist/components/page-skeleton/index.js +31 -37
- package/dist/components/page-skeleton/style.css +1 -23
- package/dist/components/page-skeleton-new/index.js +42 -48
- package/dist/components/page-skeleton-new/style.css +1 -42
- package/dist/components/pageable-table/index.js +190 -253
- package/dist/components/pageable-table/style.css +1 -72
- package/dist/components/pageable-view/index.js +134 -199
- package/dist/components/pageable-view/style.css +1 -69
- package/dist/components/photo-swipe/index.js +116 -151
- package/dist/components/photo-swipe/style.css +1 -20
- package/dist/components/progress/index.js +60 -0
- package/dist/components/queue/index.js +76 -0
- package/dist/components/record-video/index.js +173 -0
- package/dist/components/record-video/style.css +1 -0
- package/dist/components/resize-observer/index.js +34 -68
- package/dist/components/resize-observer/style.css +1 -31
- package/dist/components/search/index.js +142 -0
- package/dist/components/search/style.css +1 -0
- package/dist/components/search-popover/index.js +153 -211
- package/dist/components/search-popover/style.css +1 -93
- package/dist/components/sign/index.js +128 -0
- package/dist/components/sign/style.css +1 -0
- package/dist/components/sign-panel/index.js +105 -142
- package/dist/components/sign-panel/style.css +1 -97
- package/dist/components/skeleton/index.js +82 -0
- package/dist/components/skeleton/style.css +1 -0
- package/dist/components/split-pane/index.js +107 -162
- package/dist/components/split-pane/style.css +1 -100
- package/dist/components/stateful/index.js +31 -34
- package/dist/components/stateful/style.css +1 -33
- package/dist/components/static-pageable-table/index.js +37 -44
- package/dist/components/static-pageable-table/style.css +1 -9
- package/dist/components/swiper/index.js +85 -150
- package/dist/components/swiper/style.css +1 -43
- package/dist/components/tab/index.js +56 -72
- package/dist/components/tab/style.css +1 -122
- package/dist/components/tab-item/index.js +30 -35
- package/dist/components/table-column/index.js +30 -32
- package/dist/components/table-page/index.js +129 -0
- package/dist/components/table-view/index.js +156 -227
- package/dist/components/table-view/style.css +1 -95
- package/dist/components/tabs/index.js +90 -0
- package/dist/components/tabs/style.css +0 -0
- package/dist/components/tag-render/index.js +44 -58
- package/dist/components/tag-render/style.css +1 -33
- package/dist/components/text-ellipsis/index.js +107 -0
- package/dist/components/text-ellipsis/style.css +1 -0
- package/dist/components/tinymce-editor/index.js +79 -95
- package/dist/components/tinymce-editor/style.css +1 -43
- package/dist/components/tinymce-wrapper/index.js +92 -121
- package/dist/components/tinymce-wrapper/style.css +1 -36
- package/dist/components/toolbar/index.js +63 -84
- package/dist/components/toolbar/style.css +1 -39
- package/dist/components/toolbar-button/index.js +41 -48
- package/dist/components/toolbar-button/style.css +1 -21
- package/dist/components/tree/index.js +427 -0
- package/dist/components/tree/style.css +1 -0
- package/dist/components/trigger/index.js +29 -36
- package/dist/components/verify/index.js +80 -0
- package/dist/components/verify/style.css +1 -0
- package/dist/components/vue-tags-input/index.js +305 -311
- package/dist/components/vue-tags-input/style.css +1 -682
- package/dist/components/watermark/index.js +43 -37
- package/dist/components/watermark/style.css +1 -11
- package/dist/index.css +4157 -1686
- package/dist/index.es.js +23131 -11014
- package/package.json +20 -4
- package/web-types.json +12777 -2788
- package/dist/chunks/3d28cc08.js +0 -57
- package/dist/chunks/5d33812d.js +0 -147
- package/dist/chunks/9d848bf6.js +0 -99
- package/dist/chunks/a0bb327b.js +0 -96
- package/dist/chunks/a8891d2c.js +0 -30
- package/dist/chunks/c69d5628.js +0 -248
- package/dist/chunks/de9fe802.js +0 -24
- package/dist/components/x-dialog/index.js +0 -199
- package/dist/components/x-dialog/style.css +0 -15
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
import { p as c, e as h } from "../../chunks/event.50c365eb.js";
|
|
2
|
+
import { c as n } from "../../chunks/util.5053d54e.js";
|
|
3
|
+
import { n as p } from "../../chunks/vueComponentNormalizer.71e2aa87.js";
|
|
4
|
+
var f = function() {
|
|
5
|
+
var e = this, t = e.$createElement, l = e._self._c || t;
|
|
6
|
+
return l("ElSelect", {
|
|
7
|
+
ref: "main",
|
|
8
|
+
staticClass: "avue-input-tree",
|
|
9
|
+
attrs: {
|
|
10
|
+
size: e.size,
|
|
11
|
+
multiple: e.multiple,
|
|
12
|
+
"multiple-limit": e.limit,
|
|
13
|
+
"collapse-tags": e.tags,
|
|
14
|
+
value: e.labelShow,
|
|
15
|
+
clearable: e.clearableVal,
|
|
16
|
+
placeholder: e.placeholder,
|
|
17
|
+
"popper-class": e.popperClass,
|
|
18
|
+
"popper-append-to-body": e.popperAppendToBody,
|
|
19
|
+
disabled: e.disabled
|
|
20
|
+
},
|
|
21
|
+
on: {
|
|
22
|
+
click: e.handleClick,
|
|
23
|
+
focus: e.handleFocus,
|
|
24
|
+
blur: e.handleBlur,
|
|
25
|
+
clear: e.handleClear
|
|
26
|
+
}
|
|
27
|
+
}, [e.filter ? l("div", {
|
|
28
|
+
staticClass: "avue-input__filter"
|
|
29
|
+
}, [l("ElInput", {
|
|
30
|
+
attrs: {
|
|
31
|
+
size: "mini",
|
|
32
|
+
placeholder: e.filterText
|
|
33
|
+
},
|
|
34
|
+
model: {
|
|
35
|
+
value: e.filterValue,
|
|
36
|
+
callback: function(i) {
|
|
37
|
+
e.filterValue = i;
|
|
38
|
+
},
|
|
39
|
+
expression: "filterValue"
|
|
40
|
+
}
|
|
41
|
+
})], 1) : e._e(), l("ElOption", {
|
|
42
|
+
attrs: {
|
|
43
|
+
value: e.text
|
|
44
|
+
}
|
|
45
|
+
}, [l("ElTree", {
|
|
46
|
+
ref: "tree",
|
|
47
|
+
staticClass: "avue-input__select",
|
|
48
|
+
attrs: {
|
|
49
|
+
data: e.dicList,
|
|
50
|
+
lazy: e.lazy,
|
|
51
|
+
load: e.handleTreeLoad,
|
|
52
|
+
"node-key": e.valueKey,
|
|
53
|
+
accordion: e.accordion,
|
|
54
|
+
"icon-class": e.iconClass,
|
|
55
|
+
"show-checkbox": e.multiple,
|
|
56
|
+
"expand-on-click-node": e.expandOnClickNode,
|
|
57
|
+
props: e.treeProps,
|
|
58
|
+
"check-strictly": e.checkStrictly,
|
|
59
|
+
"highlight-current": e.multiple !== !0,
|
|
60
|
+
"current-node-key": e.currentNodeKey,
|
|
61
|
+
"filter-node-method": e.filterNode,
|
|
62
|
+
"default-checked-keys": e.keysList,
|
|
63
|
+
"default-expanded-keys": e.defaultExpandedKeys ? e.defaultExpandedKeys : e.keysList,
|
|
64
|
+
"default-expand-all": e.defaultExpandAll
|
|
65
|
+
},
|
|
66
|
+
on: {
|
|
67
|
+
check: e.checkChange,
|
|
68
|
+
"node-click": function(i) {
|
|
69
|
+
return i.target !== i.currentTarget ? null : e.handleNodeClick.apply(null, arguments);
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
scopedSlots: e._u([{
|
|
73
|
+
key: "default",
|
|
74
|
+
fn: function(i) {
|
|
75
|
+
var s = i.data;
|
|
76
|
+
return l("div", {
|
|
77
|
+
staticClass: "avue-input__item"
|
|
78
|
+
}, [e.$scopedSlots.default ? e._t("default", null, {
|
|
79
|
+
label: e.labelKey,
|
|
80
|
+
value: e.valueKey,
|
|
81
|
+
item: s
|
|
82
|
+
}) : [l("span", {
|
|
83
|
+
class: {
|
|
84
|
+
"avue--disabled": s[e.disabledKey]
|
|
85
|
+
}
|
|
86
|
+
}, [e._v(e._s(s[e.labelKey]))]), s[e.descKey] ? l("span", {
|
|
87
|
+
staticClass: "avue-input__desc"
|
|
88
|
+
}, [e._v(e._s(s[e.descKey]))]) : e._e()]], 2);
|
|
89
|
+
}
|
|
90
|
+
}], null, !0)
|
|
91
|
+
})], 1)], 1);
|
|
92
|
+
}, y = [];
|
|
93
|
+
const m = {
|
|
94
|
+
name: "FyInputTree",
|
|
95
|
+
mixins: [c, h],
|
|
96
|
+
props: {
|
|
97
|
+
nodeClick: Function,
|
|
98
|
+
treeLoad: Function,
|
|
99
|
+
checked: Function,
|
|
100
|
+
lazy: {
|
|
101
|
+
type: Boolean,
|
|
102
|
+
default: !1
|
|
103
|
+
},
|
|
104
|
+
leafOnly: {
|
|
105
|
+
type: Boolean,
|
|
106
|
+
default: !1
|
|
107
|
+
},
|
|
108
|
+
tags: {
|
|
109
|
+
type: Boolean,
|
|
110
|
+
default: !1
|
|
111
|
+
},
|
|
112
|
+
limit: {
|
|
113
|
+
type: Number,
|
|
114
|
+
default: 0
|
|
115
|
+
},
|
|
116
|
+
expandOnClickNode: {
|
|
117
|
+
type: Boolean,
|
|
118
|
+
default: !0
|
|
119
|
+
},
|
|
120
|
+
filter: {
|
|
121
|
+
type: Boolean,
|
|
122
|
+
default: !0
|
|
123
|
+
},
|
|
124
|
+
filterText: {
|
|
125
|
+
type: String,
|
|
126
|
+
default: ""
|
|
127
|
+
},
|
|
128
|
+
checkStrictly: {
|
|
129
|
+
type: Boolean,
|
|
130
|
+
default: !1
|
|
131
|
+
},
|
|
132
|
+
accordion: {
|
|
133
|
+
type: Boolean,
|
|
134
|
+
default: !1
|
|
135
|
+
},
|
|
136
|
+
parent: {
|
|
137
|
+
type: Boolean,
|
|
138
|
+
default: !0
|
|
139
|
+
},
|
|
140
|
+
iconClass: String,
|
|
141
|
+
defaultExpandedKeys: Array,
|
|
142
|
+
defaultExpandAll: {
|
|
143
|
+
type: Boolean,
|
|
144
|
+
default: !1
|
|
145
|
+
},
|
|
146
|
+
popperAppendToBody: {
|
|
147
|
+
type: Boolean,
|
|
148
|
+
default: !0
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
data() {
|
|
152
|
+
return {
|
|
153
|
+
node: [],
|
|
154
|
+
filterValue: "",
|
|
155
|
+
box: !1,
|
|
156
|
+
dicList: []
|
|
157
|
+
};
|
|
158
|
+
},
|
|
159
|
+
computed: {
|
|
160
|
+
treeProps() {
|
|
161
|
+
return Object.assign(this.props, {
|
|
162
|
+
isLeaf: this.leafKey
|
|
163
|
+
});
|
|
164
|
+
},
|
|
165
|
+
currentNodeKey() {
|
|
166
|
+
return this.multiple ? "" : this.text;
|
|
167
|
+
},
|
|
168
|
+
keysList() {
|
|
169
|
+
return this.multiple ? this.text : [this.text || ""];
|
|
170
|
+
},
|
|
171
|
+
labelShow() {
|
|
172
|
+
return [...this.node].map((l) => this.getLabelText(l));
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
watch: {
|
|
176
|
+
text(e) {
|
|
177
|
+
this.init();
|
|
178
|
+
},
|
|
179
|
+
dic: {
|
|
180
|
+
handler(e) {
|
|
181
|
+
this.dicList = e;
|
|
182
|
+
},
|
|
183
|
+
immediate: !0
|
|
184
|
+
},
|
|
185
|
+
dicList: {
|
|
186
|
+
handler() {
|
|
187
|
+
this.init();
|
|
188
|
+
},
|
|
189
|
+
immediate: !0
|
|
190
|
+
},
|
|
191
|
+
filterValue(e) {
|
|
192
|
+
this.$refs.tree.filter(e);
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
methods: {
|
|
196
|
+
handleClear() {
|
|
197
|
+
this.text = this.multiple ? [] : "", this.node = [], this.filterValue = "", this.$refs.tree.setCurrentKey(null), this.$refs.tree.setCheckedKeys([]);
|
|
198
|
+
},
|
|
199
|
+
handleTreeLoad(e, t) {
|
|
200
|
+
let l = (i) => {
|
|
201
|
+
let s = (r, o, u) => {
|
|
202
|
+
r.forEach((a) => {
|
|
203
|
+
a[this.valueKey] === o ? a[this.childrenKey] = u : a[this.childrenKey] && s(a[this.childrenKey]);
|
|
204
|
+
});
|
|
205
|
+
};
|
|
206
|
+
s(this.dicList, e.key, i), t(i);
|
|
207
|
+
};
|
|
208
|
+
this.treeLoad && this.treeLoad(e, l);
|
|
209
|
+
},
|
|
210
|
+
filterNode(e, t) {
|
|
211
|
+
return e ? t[this.labelKey].toLowerCase().indexOf(e.toLowerCase()) !== -1 : !0;
|
|
212
|
+
},
|
|
213
|
+
checkChange(e, t, l, i) {
|
|
214
|
+
this.text.splice(0, this.text.length), this.$refs.tree.getCheckedNodes(this.leafOnly, !1).forEach((r) => this.text.push(r[this.valueKey])), typeof this.checked == "function" && this.checked(e, t, l, i);
|
|
215
|
+
},
|
|
216
|
+
getHalfList() {
|
|
217
|
+
let e = this.$refs.tree.getCheckedNodes(!1, !0);
|
|
218
|
+
return e = e.map((t) => t[this.valueKey]), e;
|
|
219
|
+
},
|
|
220
|
+
init() {
|
|
221
|
+
this.$nextTick(() => {
|
|
222
|
+
if (this.node = [], this.multiple)
|
|
223
|
+
this.$refs.tree.getCheckedNodes(this.leafOnly, !1).forEach((t) => {
|
|
224
|
+
this.node.push(t);
|
|
225
|
+
});
|
|
226
|
+
else {
|
|
227
|
+
let e = this.$refs.tree.getNode(this.text);
|
|
228
|
+
if (e) {
|
|
229
|
+
let t = e.data;
|
|
230
|
+
this.$refs.tree.setCurrentKey(t[this.valueKey]), this.node.push(t);
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
}), this.disabledParentNode(this.dic, this.parent);
|
|
234
|
+
},
|
|
235
|
+
disabledParentNode(e, t) {
|
|
236
|
+
e.forEach((l) => {
|
|
237
|
+
const i = l[this.childrenKey];
|
|
238
|
+
n(i) || (t || (l.disabled = !0), this.disabledParentNode(i, t));
|
|
239
|
+
});
|
|
240
|
+
},
|
|
241
|
+
handleNodeClick(e, t, l) {
|
|
242
|
+
e.disabled || (typeof this.nodeClick == "function" && this.nodeClick(e, t, l), !this.multiple && (n(e[this.childrenKey]) && !this.multiple || this.parent) && (this.text = e[this.valueKey], this.$refs.main.blur()));
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
}, d = {};
|
|
246
|
+
var _ = /* @__PURE__ */ p(
|
|
247
|
+
m,
|
|
248
|
+
f,
|
|
249
|
+
y,
|
|
250
|
+
!1,
|
|
251
|
+
k,
|
|
252
|
+
null,
|
|
253
|
+
null,
|
|
254
|
+
null
|
|
255
|
+
);
|
|
256
|
+
function k(e) {
|
|
257
|
+
for (let t in d)
|
|
258
|
+
this[t] = d[t];
|
|
259
|
+
}
|
|
260
|
+
const b = /* @__PURE__ */ function() {
|
|
261
|
+
return _.exports;
|
|
262
|
+
}();
|
|
263
|
+
export {
|
|
264
|
+
b as default
|
|
265
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.avue-input-tree .el-tag__close{display:none!important}.avue-input-tree__item{width:100%}.avue-input-tree__filter{padding:0 10px;margin:5px 0 0}.avue-input-tree__select{padding:10px 0}.avue-input-tree__desc{margin-right:12px;float:right;color:#8492a6;font-size:13px}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { p as l, e as s } from "../../chunks/event.50c365eb.js";
|
|
2
|
+
import { n as i } from "../../chunks/vueComponentNormalizer.71e2aa87.js";
|
|
3
|
+
var d = function() {
|
|
4
|
+
var e = this, t = e.$createElement, a = e._self._c || t;
|
|
5
|
+
return a("div", {
|
|
6
|
+
staticClass: "avue-radio"
|
|
7
|
+
}, [a("ElRadioGroup", {
|
|
8
|
+
attrs: {
|
|
9
|
+
size: e.size,
|
|
10
|
+
disabled: e.disabled
|
|
11
|
+
},
|
|
12
|
+
nativeOn: {
|
|
13
|
+
click: function(n) {
|
|
14
|
+
return e.handleClick.apply(null, arguments);
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
model: {
|
|
18
|
+
value: e.text,
|
|
19
|
+
callback: function(n) {
|
|
20
|
+
e.text = n;
|
|
21
|
+
},
|
|
22
|
+
expression: "text"
|
|
23
|
+
}
|
|
24
|
+
}, e._l(e.dic, function(n, r) {
|
|
25
|
+
return a(e.componentName, {
|
|
26
|
+
key: r,
|
|
27
|
+
tag: "Component",
|
|
28
|
+
attrs: {
|
|
29
|
+
label: n[e.valueKey],
|
|
30
|
+
border: e.border,
|
|
31
|
+
readonly: e.readonly,
|
|
32
|
+
disabled: n[e.disabledKey]
|
|
33
|
+
}
|
|
34
|
+
}, [e._v(" " + e._s(n[e.labelKey]) + " ")]);
|
|
35
|
+
}), 1)], 1);
|
|
36
|
+
}, c = [];
|
|
37
|
+
const u = {
|
|
38
|
+
name: "FyRadio",
|
|
39
|
+
mixins: [l, s],
|
|
40
|
+
props: {
|
|
41
|
+
value: {}
|
|
42
|
+
},
|
|
43
|
+
data() {
|
|
44
|
+
return {
|
|
45
|
+
name: "radio"
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
}, o = {};
|
|
49
|
+
var _ = /* @__PURE__ */ i(
|
|
50
|
+
u,
|
|
51
|
+
d,
|
|
52
|
+
c,
|
|
53
|
+
!1,
|
|
54
|
+
v,
|
|
55
|
+
null,
|
|
56
|
+
null,
|
|
57
|
+
null
|
|
58
|
+
);
|
|
59
|
+
function v(e) {
|
|
60
|
+
for (let t in o)
|
|
61
|
+
this[t] = o[t];
|
|
62
|
+
}
|
|
63
|
+
const y = /* @__PURE__ */ function() {
|
|
64
|
+
return _.exports;
|
|
65
|
+
}();
|
|
66
|
+
export {
|
|
67
|
+
y as default
|
|
68
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.avue-radio .el-radio+.el-radio{margin-left:0}.avue-radio .el-radio{margin-right:10px}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { p as a, e as r } from "../../chunks/event.50c365eb.js";
|
|
2
|
+
import { n } from "../../chunks/vueComponentNormalizer.71e2aa87.js";
|
|
3
|
+
var i = function() {
|
|
4
|
+
var e = this, o = e.$createElement, s = e._self._c || o;
|
|
5
|
+
return s("ElRate", {
|
|
6
|
+
attrs: {
|
|
7
|
+
max: e.max,
|
|
8
|
+
"low-threshold": e.lowThreshold,
|
|
9
|
+
"high-threshold": e.highThreshold,
|
|
10
|
+
"disabled-void-color": e.disabledVoidColor,
|
|
11
|
+
"disabled-void-icon-class": e.disabledVoidIconClass,
|
|
12
|
+
"allow-half": e.allowHalf,
|
|
13
|
+
readonly: e.readonly,
|
|
14
|
+
texts: e.texts,
|
|
15
|
+
"show-score": e.showScore,
|
|
16
|
+
"score-template": e.scoreTemplate,
|
|
17
|
+
"show-text": e.showText,
|
|
18
|
+
"icon-classes": e.iconClasses,
|
|
19
|
+
"void-icon-class": e.voidIconClass,
|
|
20
|
+
disabled: e.disabled,
|
|
21
|
+
colors: e.colors
|
|
22
|
+
},
|
|
23
|
+
nativeOn: {
|
|
24
|
+
click: function(t) {
|
|
25
|
+
return e.handleClick.apply(null, arguments);
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
model: {
|
|
29
|
+
value: e.text,
|
|
30
|
+
callback: function(t) {
|
|
31
|
+
e.text = t;
|
|
32
|
+
},
|
|
33
|
+
expression: "text"
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
}, d = [];
|
|
37
|
+
const c = {
|
|
38
|
+
name: "FyRate",
|
|
39
|
+
mixins: [a, r],
|
|
40
|
+
props: {
|
|
41
|
+
allowHalf: Boolean,
|
|
42
|
+
lowThreshold: Number,
|
|
43
|
+
highThreshold: Number,
|
|
44
|
+
disabledVoidColor: String,
|
|
45
|
+
disabledVoidIconClass: String,
|
|
46
|
+
value: {
|
|
47
|
+
type: Number,
|
|
48
|
+
default: 0
|
|
49
|
+
},
|
|
50
|
+
colors: {
|
|
51
|
+
type: Array
|
|
52
|
+
},
|
|
53
|
+
max: {
|
|
54
|
+
type: Number,
|
|
55
|
+
default: 5
|
|
56
|
+
},
|
|
57
|
+
iconClasses: {
|
|
58
|
+
type: Array
|
|
59
|
+
},
|
|
60
|
+
texts: {
|
|
61
|
+
type: Array
|
|
62
|
+
},
|
|
63
|
+
scoreTemplate: String,
|
|
64
|
+
showScore: {
|
|
65
|
+
type: Boolean,
|
|
66
|
+
default: !1
|
|
67
|
+
},
|
|
68
|
+
showText: {
|
|
69
|
+
type: Boolean,
|
|
70
|
+
default: !1
|
|
71
|
+
},
|
|
72
|
+
voidIconClass: {
|
|
73
|
+
type: String
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
data() {
|
|
77
|
+
return {};
|
|
78
|
+
},
|
|
79
|
+
watch: {},
|
|
80
|
+
created() {
|
|
81
|
+
},
|
|
82
|
+
mounted() {
|
|
83
|
+
},
|
|
84
|
+
methods: {}
|
|
85
|
+
}, l = {};
|
|
86
|
+
var h = /* @__PURE__ */ n(
|
|
87
|
+
c,
|
|
88
|
+
i,
|
|
89
|
+
d,
|
|
90
|
+
!1,
|
|
91
|
+
u,
|
|
92
|
+
null,
|
|
93
|
+
null,
|
|
94
|
+
null
|
|
95
|
+
);
|
|
96
|
+
function u(e) {
|
|
97
|
+
for (let o in l)
|
|
98
|
+
this[o] = l[o];
|
|
99
|
+
}
|
|
100
|
+
const _ = /* @__PURE__ */ function() {
|
|
101
|
+
return h.exports;
|
|
102
|
+
}();
|
|
103
|
+
export {
|
|
104
|
+
_ as default
|
|
105
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.avue-rate{margin-top:6px}
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
import { p as r, e as c } from "../../chunks/event.50c365eb.js";
|
|
2
|
+
import { s as d } from "../../chunks/dic.5f7e3523.js";
|
|
3
|
+
import { c as u, b as p } from "../../chunks/util.5053d54e.js";
|
|
4
|
+
import { n as h } from "../../chunks/vueComponentNormalizer.71e2aa87.js";
|
|
5
|
+
var f = function() {
|
|
6
|
+
var e = this, a = e.$createElement, l = e._self._c || a;
|
|
7
|
+
return l("ElSelect", {
|
|
8
|
+
ref: "main",
|
|
9
|
+
staticClass: "avue-select",
|
|
10
|
+
attrs: {
|
|
11
|
+
size: e.size,
|
|
12
|
+
loading: e.loading,
|
|
13
|
+
"loading-text": e.loadingText,
|
|
14
|
+
multiple: e.multiple,
|
|
15
|
+
filterable: e.remote ? !0 : e.filterable,
|
|
16
|
+
remote: e.remote,
|
|
17
|
+
readonly: e.readonly,
|
|
18
|
+
"no-match-text": e.noMatchText,
|
|
19
|
+
"no-data-text": e.noDataText,
|
|
20
|
+
"remote-method": e.remote ? e.handleRemoteMethod : void 0,
|
|
21
|
+
"popper-class": e.popperClass,
|
|
22
|
+
"popper-append-to-body": e.popperAppendToBody,
|
|
23
|
+
"collapse-tags": e.tags,
|
|
24
|
+
clearable: e.clearableVal,
|
|
25
|
+
placeholder: e.placeholder,
|
|
26
|
+
"multiple-limit": e.limit,
|
|
27
|
+
"allow-create": e.allowCreate,
|
|
28
|
+
"default-first-option": e.defaultFirstOption,
|
|
29
|
+
disabled: e.disabled
|
|
30
|
+
},
|
|
31
|
+
on: {
|
|
32
|
+
focus: e.handleFocus,
|
|
33
|
+
blur: e.handleBlur,
|
|
34
|
+
change: e.changeSelect
|
|
35
|
+
},
|
|
36
|
+
nativeOn: {
|
|
37
|
+
click: function(t) {
|
|
38
|
+
return e.handleClick.apply(null, arguments);
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
model: {
|
|
42
|
+
value: e.text,
|
|
43
|
+
callback: function(t) {
|
|
44
|
+
e.text = t;
|
|
45
|
+
},
|
|
46
|
+
expression: "text"
|
|
47
|
+
}
|
|
48
|
+
}, [e.group ? e._l(e.netDic, function(t, n) {
|
|
49
|
+
return l("ElOptionGroup", {
|
|
50
|
+
key: n,
|
|
51
|
+
attrs: {
|
|
52
|
+
label: e.getLabelText(t)
|
|
53
|
+
}
|
|
54
|
+
}, e._l(t[e.groupsKey], function(s, i) {
|
|
55
|
+
return l("ElOption", {
|
|
56
|
+
key: i,
|
|
57
|
+
attrs: {
|
|
58
|
+
disabled: s[e.disabledKey],
|
|
59
|
+
label: e.getLabelText(s),
|
|
60
|
+
value: s[e.valueKey]
|
|
61
|
+
}
|
|
62
|
+
}, [e.$scopedSlots.default ? e._t("default", null, {
|
|
63
|
+
label: e.labelKey,
|
|
64
|
+
value: e.valueKey,
|
|
65
|
+
item: s
|
|
66
|
+
}) : [l("span", [e._v(e._s(e.getLabelText(s)))]), s[e.descKey] ? l("span", {
|
|
67
|
+
staticClass: "avue-select__desc"
|
|
68
|
+
}, [e._v(e._s(s[e.descKey]))]) : e._e()]], 2);
|
|
69
|
+
}), 1);
|
|
70
|
+
}) : [e.all && e.multiple ? l("ElCheckbox", {
|
|
71
|
+
staticClass: "avue-select__check",
|
|
72
|
+
on: {
|
|
73
|
+
change: e.selectAll
|
|
74
|
+
},
|
|
75
|
+
model: {
|
|
76
|
+
value: e.checkAll,
|
|
77
|
+
callback: function(t) {
|
|
78
|
+
e.checkAll = t;
|
|
79
|
+
},
|
|
80
|
+
expression: "checkAll"
|
|
81
|
+
}
|
|
82
|
+
}, [e._v(" 全选 ")]) : e._e(), e._l(e.netDic, function(t, n) {
|
|
83
|
+
return l("ElOption", {
|
|
84
|
+
key: n,
|
|
85
|
+
attrs: {
|
|
86
|
+
disabled: t[e.disabledKey],
|
|
87
|
+
label: e.getLabelText(t),
|
|
88
|
+
value: t[e.valueKey]
|
|
89
|
+
}
|
|
90
|
+
}, [e.$scopedSlots.default ? e._t("default", null, {
|
|
91
|
+
label: e.labelKey,
|
|
92
|
+
value: e.valueKey,
|
|
93
|
+
item: t
|
|
94
|
+
}) : [l("span", [e._v(e._s(e.getLabelText(t)))]), t[e.descKey] ? l("span", {
|
|
95
|
+
staticClass: "avue-select__desc"
|
|
96
|
+
}, [e._v(e._s(t[e.descKey]))]) : e._e()]], 2);
|
|
97
|
+
})]], 2);
|
|
98
|
+
}, _ = [];
|
|
99
|
+
const y = {
|
|
100
|
+
name: "FySelect",
|
|
101
|
+
mixins: [r, c],
|
|
102
|
+
props: {
|
|
103
|
+
loadingText: {
|
|
104
|
+
type: String
|
|
105
|
+
},
|
|
106
|
+
noMatchText: {
|
|
107
|
+
type: String
|
|
108
|
+
},
|
|
109
|
+
noDataText: {
|
|
110
|
+
type: String
|
|
111
|
+
},
|
|
112
|
+
drag: {
|
|
113
|
+
type: Boolean,
|
|
114
|
+
default: !1
|
|
115
|
+
},
|
|
116
|
+
remote: {
|
|
117
|
+
type: Boolean,
|
|
118
|
+
default: !1
|
|
119
|
+
},
|
|
120
|
+
tags: {
|
|
121
|
+
type: Boolean,
|
|
122
|
+
default: !1
|
|
123
|
+
},
|
|
124
|
+
limit: {
|
|
125
|
+
type: Number,
|
|
126
|
+
default: 0
|
|
127
|
+
},
|
|
128
|
+
filterable: {
|
|
129
|
+
type: Boolean,
|
|
130
|
+
default: !1
|
|
131
|
+
},
|
|
132
|
+
allowCreate: {
|
|
133
|
+
type: Boolean,
|
|
134
|
+
default: !1
|
|
135
|
+
},
|
|
136
|
+
defaultFirstOption: {
|
|
137
|
+
type: Boolean,
|
|
138
|
+
default: !1
|
|
139
|
+
},
|
|
140
|
+
all: {
|
|
141
|
+
type: Boolean,
|
|
142
|
+
default: !1
|
|
143
|
+
},
|
|
144
|
+
popperAppendToBody: {
|
|
145
|
+
type: Boolean,
|
|
146
|
+
default: !0
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
data() {
|
|
150
|
+
return {
|
|
151
|
+
checkAll: !1,
|
|
152
|
+
created: !1,
|
|
153
|
+
netDic: [],
|
|
154
|
+
loading: !1
|
|
155
|
+
};
|
|
156
|
+
},
|
|
157
|
+
watch: {
|
|
158
|
+
text(e) {
|
|
159
|
+
u(e) || this.remote && !this.created && (this.created = !0, this.handleRemoteMethod(this.multiple ? this.text.join(p) : this.text));
|
|
160
|
+
},
|
|
161
|
+
dic: {
|
|
162
|
+
handler(e) {
|
|
163
|
+
this.netDic = e;
|
|
164
|
+
},
|
|
165
|
+
immediate: !0
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
mounted() {
|
|
169
|
+
this.drag && this.setSort();
|
|
170
|
+
},
|
|
171
|
+
methods: {
|
|
172
|
+
setSort() {
|
|
173
|
+
if (!window.Sortable) {
|
|
174
|
+
packages.logs("Sortable");
|
|
175
|
+
return;
|
|
176
|
+
}
|
|
177
|
+
const e = this.$refs.main.$el.querySelectorAll(".el-select__tags > span")[0];
|
|
178
|
+
window.Sortable.create(e, {
|
|
179
|
+
animation: 100,
|
|
180
|
+
onEnd: (a) => {
|
|
181
|
+
const l = this.value.splice(a.oldIndex, 1)[0];
|
|
182
|
+
this.value.splice(a.newIndex, 0, l);
|
|
183
|
+
}
|
|
184
|
+
});
|
|
185
|
+
},
|
|
186
|
+
handleRemoteMethod(e) {
|
|
187
|
+
this.loading = !0, d({
|
|
188
|
+
column: this.column,
|
|
189
|
+
value: e
|
|
190
|
+
}).then((a) => {
|
|
191
|
+
this.loading = !1, this.netDic = a;
|
|
192
|
+
});
|
|
193
|
+
},
|
|
194
|
+
selectAll() {
|
|
195
|
+
this.text = [], this.checkAll && this.netDic.map((e) => {
|
|
196
|
+
this.text.push(e[this.valueKey]);
|
|
197
|
+
});
|
|
198
|
+
},
|
|
199
|
+
changeSelect(e) {
|
|
200
|
+
this.checkAll = e.length === this.netDic.length;
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
}, o = {};
|
|
204
|
+
var m = /* @__PURE__ */ h(
|
|
205
|
+
y,
|
|
206
|
+
f,
|
|
207
|
+
_,
|
|
208
|
+
!1,
|
|
209
|
+
v,
|
|
210
|
+
null,
|
|
211
|
+
null,
|
|
212
|
+
null
|
|
213
|
+
);
|
|
214
|
+
function v(e) {
|
|
215
|
+
for (let a in o)
|
|
216
|
+
this[a] = o[a];
|
|
217
|
+
}
|
|
218
|
+
const k = /* @__PURE__ */ function() {
|
|
219
|
+
return m.exports;
|
|
220
|
+
}();
|
|
221
|
+
export {
|
|
222
|
+
k as default
|
|
223
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.avue-select .sortable-ghost{opacity:.8;color:#fff!important;background:#409EFF!important}.avue-select .el-tag{cursor:pointer}.avue-select__desc{float:right;color:#8492a6;font-size:13px}.el-select-dropdown .avue-select__check{box-sizing:border-box;text-align:right;width:100%;padding:3px 20px 3px 0}
|