@web-utils/component 2.0.9 → 2.0.11
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/3d28cc08.js +57 -0
- package/dist/chunks/{41a066be.js → 44b78389.js} +8 -8
- package/dist/chunks/5d33812d.js +147 -0
- package/dist/chunks/{61ad06b2.js → 822300f3.js} +3 -3
- package/dist/chunks/9d848bf6.js +99 -0
- package/dist/chunks/a0bb327b.js +96 -0
- package/dist/chunks/a8891d2c.js +30 -0
- package/dist/chunks/c69d5628.js +248 -0
- package/dist/chunks/de9fe802.js +24 -0
- package/dist/chunks/{5a78e0db.js → e1939731.js} +6 -5
- package/dist/components/address-input/index.js +56 -43
- package/dist/components/address-input/style.css +15 -1
- package/dist/components/aside-menu/index.js +36 -30
- package/dist/components/aside-menu/style.css +9 -1
- package/dist/components/awesome-button/index.js +35 -32
- package/dist/components/base.css +66 -1
- package/dist/components/capsule-tab/index.js +33 -27
- package/dist/components/capsule-tab/style.css +32 -1
- package/dist/components/chunk-file-uploader/index.js +88 -54
- package/dist/components/chunk-file-uploader/style.css +4 -1
- package/dist/components/chunk-file-uploader-button/index.js +31 -25
- package/dist/components/chunk-file-uploader-button/style.css +17 -1
- package/dist/components/chunk-file-uploader-drop/index.js +42 -28
- package/dist/components/chunk-file-uploader-drop/style.css +12 -1
- package/dist/components/chunk-file-uploader-file/index.js +212 -134
- package/dist/components/chunk-file-uploader-file/style.css +125 -1
- package/dist/components/chunk-file-uploader-files/index.js +34 -28
- package/dist/components/chunk-file-uploader-files/style.css +9 -1
- package/dist/components/chunk-file-uploader-list/index.js +35 -29
- package/dist/components/chunk-file-uploader-list/style.css +9 -1
- package/dist/components/chunk-file-uploader-un-support/index.js +38 -30
- package/dist/components/chunk-file-uploader-un-support/style.css +6 -1
- package/dist/components/code-mirror-editor/index.js +181 -153
- package/dist/components/code-mirror-editor/style.css +17 -1
- package/dist/components/color-picker/index.js +68 -49
- package/dist/components/confirm-button/index.js +21 -19
- package/dist/components/confirmable/index.js +19 -18
- package/dist/components/context-menu/index.js +130 -108
- package/dist/components/context-menu/style.css +88 -1
- package/dist/components/custom-scrollbar/index.js +67 -49
- package/dist/components/data-table-picker/index.js +81 -62
- package/dist/components/dynamic-table/index.js +113 -89
- package/dist/components/dynamic-table/style.css +30 -1
- package/dist/components/e-charts/index.js +201 -120
- package/dist/components/e-charts/style.css +10 -1
- package/dist/components/editable-progress/index.js +93 -60
- package/dist/components/editable-progress/style.css +37 -1
- package/dist/components/editable-tree/index.js +638 -423
- package/dist/components/editable-tree/style.css +82 -1
- package/dist/components/egd-collapse/index.js +46 -33
- package/dist/components/egd-collapse-item/index.js +76 -60
- package/dist/components/element-dialog/index.js +147 -95
- package/dist/components/element-dialog/style.css +102 -1
- package/dist/components/empty-view/index.js +34 -28
- package/dist/components/empty-view/style.css +17 -1
- package/dist/components/error-view/index.js +32 -26
- package/dist/components/error-view/style.css +17 -1
- package/dist/components/flex-column/index.js +40 -25
- package/dist/components/flex-item/index.js +57 -29
- package/dist/components/flex-row/index.js +40 -25
- package/dist/components/flex-scroller/index.js +32 -26
- package/dist/components/flex-scroller/style.css +20 -1
- package/dist/components/form-button/index.js +38 -34
- package/dist/components/form-cascader/index.js +81 -71
- package/dist/components/form-checkbox-group/index.js +113 -88
- package/dist/components/form-checkbox-group/style.css +51 -1
- package/dist/components/form-date-picker/index.js +132 -70
- package/dist/components/form-holder/index.js +39 -32
- package/dist/components/form-input/index.js +62 -56
- package/dist/components/form-input-email/index.js +60 -48
- package/dist/components/form-input-id-card/index.js +59 -53
- package/dist/components/form-input-number/index.js +68 -61
- package/dist/components/form-input-number/style.css +12 -1
- package/dist/components/form-input-phone-number/index.js +55 -49
- package/dist/components/form-input-time/index.js +59 -53
- package/dist/components/form-item/index.js +123 -80
- package/dist/components/form-item/style.css +11 -1
- package/dist/components/form-item-config-provider/index.js +26 -25
- package/dist/components/form-item-group/index.js +111 -85
- package/dist/components/form-item-group/style.css +30 -1
- package/dist/components/form-radio-group/index.js +104 -85
- package/dist/components/form-radio-group/style.css +53 -1
- package/dist/components/form-select/index.js +91 -76
- package/dist/components/form-switch/index.js +57 -51
- package/dist/components/form-textarea/index.js +57 -51
- package/dist/components/form-view/index.js +232 -165
- package/dist/components/form-view/style.css +158 -1
- package/dist/components/guide-steps/index.js +58 -44
- package/dist/components/guide-steps/style.css +34 -1
- package/dist/components/icon-card/index.js +35 -29
- package/dist/components/icon-card/style.css +56 -1
- package/dist/components/iframe-window/index.js +35 -29
- package/dist/components/iframe-window/style.css +20 -1
- package/dist/components/image-viewer/index.js +66 -48
- package/dist/components/image-viewer/style.css +21 -1
- package/dist/components/input-number/index.js +193 -127
- package/dist/components/input-number/style.css +15 -1
- package/dist/components/input-number-range/index.js +57 -45
- package/dist/components/input-number-range/style.css +12 -1
- package/dist/components/j-s-x-component/index.js +4 -4
- package/dist/components/keep-view-alive/index.js +120 -73
- package/dist/components/loading-view/index.js +32 -26
- package/dist/components/loading-view/style.css +17 -1
- package/dist/components/nav-bar/index.js +37 -27
- package/dist/components/nav-bar/style.css +17 -1
- package/dist/components/not-implement/index.js +31 -23
- package/dist/components/not-implement/style.css +15 -1
- package/dist/components/page/index.js +28 -22
- package/dist/components/page/style.css +12 -1
- package/dist/components/page-header/index.js +36 -30
- package/dist/components/page-header/style.css +14 -1
- package/dist/components/page-index/index.js +83 -62
- package/dist/components/page-index/style.css +23 -1
- package/dist/components/page-index-top/index.js +68 -53
- package/dist/components/page-skeleton/index.js +37 -31
- package/dist/components/page-skeleton/style.css +23 -1
- package/dist/components/page-skeleton-new/index.js +48 -42
- package/dist/components/page-skeleton-new/style.css +42 -1
- package/dist/components/pageable-table/index.js +253 -186
- package/dist/components/pageable-table/style.css +72 -1
- package/dist/components/pageable-view/index.js +199 -129
- package/dist/components/pageable-view/style.css +69 -1
- package/dist/components/photo-swipe/index.js +151 -110
- package/dist/components/photo-swipe/style.css +20 -1
- package/dist/components/resize-observer/index.js +68 -34
- package/dist/components/resize-observer/style.css +31 -1
- package/dist/components/search-popover/index.js +211 -153
- package/dist/components/search-popover/style.css +93 -1
- package/dist/components/sign-panel/index.js +142 -92
- package/dist/components/sign-panel/style.css +97 -1
- package/dist/components/split-pane/index.js +162 -101
- package/dist/components/split-pane/style.css +100 -1
- package/dist/components/stateful/index.js +34 -31
- package/dist/components/stateful/style.css +33 -1
- package/dist/components/static-pageable-table/index.js +44 -37
- package/dist/components/static-pageable-table/style.css +9 -1
- package/dist/components/swiper/index.js +150 -85
- package/dist/components/swiper/style.css +43 -1
- package/dist/components/tab/index.js +72 -54
- package/dist/components/tab/style.css +122 -1
- package/dist/components/tab-item/index.js +35 -30
- package/dist/components/table-column/index.js +32 -30
- package/dist/components/table-view/index.js +227 -156
- package/dist/components/table-view/style.css +95 -1
- package/dist/components/tag-render/index.js +58 -44
- package/dist/components/tag-render/style.css +33 -1
- package/dist/components/tinymce-editor/index.js +95 -79
- package/dist/components/tinymce-editor/style.css +43 -1
- package/dist/components/tinymce-wrapper/index.js +121 -92
- package/dist/components/tinymce-wrapper/style.css +36 -1
- package/dist/components/toolbar/index.js +84 -63
- package/dist/components/toolbar/style.css +39 -1
- package/dist/components/toolbar-button/index.js +48 -41
- package/dist/components/toolbar-button/style.css +21 -1
- package/dist/components/trigger/index.js +36 -29
- package/dist/components/vue-tags-input/index.js +308 -188
- package/dist/components/vue-tags-input/style.css +682 -1
- package/dist/components/watermark/index.js +37 -25
- package/dist/components/watermark/style.css +11 -1
- package/dist/components/x-dialog/index.js +93 -67
- package/dist/components/x-dialog/style.css +15 -1
- package/dist/index.css +1105 -193
- package/dist/index.es.js +7242 -4789
- package/package.json +2 -1
- package/web-types.json +1 -1
- package/dist/chunks/3a79781b.js +0 -75
- package/dist/chunks/5d4282fb.js +0 -30
- package/dist/chunks/76680a03.js +0 -24
- package/dist/chunks/8c0142e0.js +0 -81
- package/dist/chunks/97652d86.js +0 -26
- package/dist/chunks/b4acd3a6.js +0 -126
- package/dist/chunks/f71045fc.js +0 -184
|
@@ -1 +1,158 @@
|
|
|
1
|
-
|
|
1
|
+
/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
2
|
+
/* 应用头部高度 */
|
|
3
|
+
/* 页面宽度 */
|
|
4
|
+
/* 侧栏宽度 */
|
|
5
|
+
/* 标签高度 */
|
|
6
|
+
/* 页面头部工具条高度 */
|
|
7
|
+
.form-view {
|
|
8
|
+
display: flex;
|
|
9
|
+
flex-direction: column;
|
|
10
|
+
height: 100%;
|
|
11
|
+
}
|
|
12
|
+
.form-view .form-scroller-wrapper {
|
|
13
|
+
position: relative;
|
|
14
|
+
flex: 1;
|
|
15
|
+
}
|
|
16
|
+
.form-view .not-form {
|
|
17
|
+
margin: 0 auto;
|
|
18
|
+
}
|
|
19
|
+
.form-view .form-view-toolbar {
|
|
20
|
+
overflow: hidden;
|
|
21
|
+
}
|
|
22
|
+
.form-view .form-scroller {
|
|
23
|
+
flex: 1;
|
|
24
|
+
overflow: auto;
|
|
25
|
+
}
|
|
26
|
+
.form-view .form-scroller .el-row {
|
|
27
|
+
position: static;
|
|
28
|
+
}
|
|
29
|
+
.form-view .form-content .el-form .el-row {
|
|
30
|
+
padding-right: 2rem;
|
|
31
|
+
}
|
|
32
|
+
.form-view .form-content .el-form .el-row .el-row {
|
|
33
|
+
padding-right: 0;
|
|
34
|
+
}
|
|
35
|
+
.form-view .form-card {
|
|
36
|
+
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
37
|
+
max-width: 1000px;
|
|
38
|
+
margin: 14px auto;
|
|
39
|
+
padding: 20px;
|
|
40
|
+
color: #303133;
|
|
41
|
+
background-color: #fff;
|
|
42
|
+
border: 1px solid #ebeef5;
|
|
43
|
+
border-radius: 4px;
|
|
44
|
+
transition: 0.3s;
|
|
45
|
+
}
|
|
46
|
+
.form-view .form-card.un-limit {
|
|
47
|
+
max-width: 100%;
|
|
48
|
+
}
|
|
49
|
+
.form-view .form-nav {
|
|
50
|
+
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
51
|
+
position: absolute;
|
|
52
|
+
top: 55px;
|
|
53
|
+
left: 20px;
|
|
54
|
+
background-color: white;
|
|
55
|
+
}
|
|
56
|
+
.form-view .form-nav-list {
|
|
57
|
+
min-width: 180px;
|
|
58
|
+
padding: 10px 20px;
|
|
59
|
+
}
|
|
60
|
+
.form-view .form-nav-header {
|
|
61
|
+
position: relative;
|
|
62
|
+
padding: 5px 20px;
|
|
63
|
+
color: #e34e55;
|
|
64
|
+
font-weight: bold;
|
|
65
|
+
font-size: 15px;
|
|
66
|
+
background-color: #f3f5fb;
|
|
67
|
+
}
|
|
68
|
+
.form-view .form-nav-item {
|
|
69
|
+
position: relative;
|
|
70
|
+
padding: 5px 0;
|
|
71
|
+
font-family: element-icons !important;
|
|
72
|
+
cursor: pointer;
|
|
73
|
+
}
|
|
74
|
+
.form-view .form-nav-item.active, .form-view .form-nav-item:hover {
|
|
75
|
+
color: #e34e55;
|
|
76
|
+
font-weight: bold;
|
|
77
|
+
}
|
|
78
|
+
.form-view .form-nav-item.active::before {
|
|
79
|
+
position: absolute;
|
|
80
|
+
left: -14px;
|
|
81
|
+
content: "\e6e0";
|
|
82
|
+
}
|
|
83
|
+
.form-view .form-view-title {
|
|
84
|
+
width: 100%;
|
|
85
|
+
height: 36px;
|
|
86
|
+
margin-bottom: 10px;
|
|
87
|
+
color: #333;
|
|
88
|
+
font-size: 22px;
|
|
89
|
+
line-height: 36px;
|
|
90
|
+
text-align: center;
|
|
91
|
+
background-color: #fff;
|
|
92
|
+
}
|
|
93
|
+
.form-view .tip {
|
|
94
|
+
margin: 20px 0;
|
|
95
|
+
padding: 8px 16px;
|
|
96
|
+
background-color: #ecf8ff;
|
|
97
|
+
border-left: 5px solid #50bfff;
|
|
98
|
+
border-radius: 4px;
|
|
99
|
+
}
|
|
100
|
+
.form-view .tip p {
|
|
101
|
+
color: #5e6d82;
|
|
102
|
+
font-size: 14px;
|
|
103
|
+
line-height: 1.5em;
|
|
104
|
+
}
|
|
105
|
+
.form-view .tip.danger {
|
|
106
|
+
background-color: #fde2e2;
|
|
107
|
+
border-left-color: #f56c6c;
|
|
108
|
+
}
|
|
109
|
+
.form-view .tip.danger p {
|
|
110
|
+
color: #564646;
|
|
111
|
+
}
|
|
112
|
+
.form-view .tip.warning {
|
|
113
|
+
background-color: #f7efe2;
|
|
114
|
+
border-left-color: #e6a23c;
|
|
115
|
+
}
|
|
116
|
+
.form-view .tip.warning p {
|
|
117
|
+
color: #5d564b;
|
|
118
|
+
}
|
|
119
|
+
.form-view .select-num {
|
|
120
|
+
color: #898989;
|
|
121
|
+
font-size: 12px;
|
|
122
|
+
}
|
|
123
|
+
.form-view .select-num .num {
|
|
124
|
+
font-size: 19px;
|
|
125
|
+
font-family: impact, Constantia, Georgia;
|
|
126
|
+
}
|
|
127
|
+
.form-view .el-table .el-table__header th {
|
|
128
|
+
color: #595959;
|
|
129
|
+
font-weight: normal;
|
|
130
|
+
background: #fff;
|
|
131
|
+
}
|
|
132
|
+
.form-view .el-table td {
|
|
133
|
+
padding: 4px 0;
|
|
134
|
+
}
|
|
135
|
+
.form-view .el-table td .cell .el-input .el-input__inner {
|
|
136
|
+
padding-left: 4px;
|
|
137
|
+
}
|
|
138
|
+
.form-view .el-table td .cell .el-input.el-input--prefix .el-input__inner {
|
|
139
|
+
padding-left: 30px;
|
|
140
|
+
}
|
|
141
|
+
.form-view .el-table td .cell .el-input.is-disabled .el-input__suffix {
|
|
142
|
+
display: none;
|
|
143
|
+
}
|
|
144
|
+
.form-view .el-table td .cell .el-input.is-disabled .el-input__inner {
|
|
145
|
+
padding: 0;
|
|
146
|
+
padding-left: 4px;
|
|
147
|
+
line-height: 1.6;
|
|
148
|
+
white-space: normal;
|
|
149
|
+
word-break: break-word;
|
|
150
|
+
background: transparent;
|
|
151
|
+
border: 0;
|
|
152
|
+
}
|
|
153
|
+
@media screen and (min-width: 1700px) {
|
|
154
|
+
.form-view.form-view__lg .form-card {
|
|
155
|
+
position: relative;
|
|
156
|
+
left: 60px;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
@@ -1,32 +1,36 @@
|
|
|
1
|
-
import { n as
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
|
|
1
|
+
import { n as normalizeComponent } from "../../chunks/3d28cc08.js";
|
|
2
|
+
var render = function() {
|
|
3
|
+
var _vm = this;
|
|
4
|
+
var _h = _vm.$createElement;
|
|
5
|
+
var _c = _vm._self._c || _h;
|
|
6
|
+
return _c("ElSteps", {
|
|
5
7
|
staticClass: "guide-steps",
|
|
6
8
|
attrs: {
|
|
7
9
|
"align-center": ""
|
|
8
10
|
}
|
|
9
|
-
},
|
|
10
|
-
return
|
|
11
|
-
key:
|
|
11
|
+
}, _vm._l(_vm.steps, function(item, index) {
|
|
12
|
+
return _c("ElStep", {
|
|
13
|
+
key: item.label,
|
|
12
14
|
class: [{
|
|
13
|
-
"current important":
|
|
14
|
-
disabled: !
|
|
15
|
-
available: !
|
|
15
|
+
"current important": _vm.value === index,
|
|
16
|
+
disabled: !_vm.available(index),
|
|
17
|
+
available: !_vm.ready[index] && _vm.available(index)
|
|
16
18
|
}],
|
|
17
19
|
attrs: {
|
|
18
|
-
status:
|
|
19
|
-
title:
|
|
20
|
+
"status": _vm.ready[index] ? "success" : "",
|
|
21
|
+
"title": item.label
|
|
20
22
|
},
|
|
21
23
|
nativeOn: {
|
|
22
|
-
click: function(
|
|
23
|
-
return
|
|
24
|
+
"click": function($event) {
|
|
25
|
+
return _vm.activeStep(index);
|
|
24
26
|
}
|
|
25
27
|
}
|
|
26
28
|
});
|
|
27
29
|
}), 1);
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
+
};
|
|
31
|
+
var staticRenderFns = [];
|
|
32
|
+
const GuideSteps_vue_vue_type_style_index_0_lang = "";
|
|
33
|
+
const __vue2_script = {
|
|
30
34
|
name: "GuideSteps",
|
|
31
35
|
props: {
|
|
32
36
|
value: {
|
|
@@ -45,50 +49,60 @@ const c = {
|
|
|
45
49
|
},
|
|
46
50
|
watch: {
|
|
47
51
|
steps: {
|
|
48
|
-
immediate:
|
|
49
|
-
deep:
|
|
50
|
-
handler(
|
|
51
|
-
this.ready =
|
|
52
|
+
immediate: true,
|
|
53
|
+
deep: true,
|
|
54
|
+
handler(newVal) {
|
|
55
|
+
this.ready = (newVal == null ? void 0 : newVal.length) ? newVal.map(() => false) : [];
|
|
52
56
|
}
|
|
53
57
|
}
|
|
54
58
|
},
|
|
55
59
|
methods: {
|
|
56
|
-
activeStep(
|
|
57
|
-
|
|
60
|
+
activeStep(index) {
|
|
61
|
+
if (index !== 0) {
|
|
62
|
+
if (!this.available(index)) {
|
|
63
|
+
return;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
this.$emit("input", index);
|
|
58
67
|
},
|
|
59
|
-
setReady(
|
|
60
|
-
|
|
68
|
+
setReady(index, val) {
|
|
69
|
+
if (index < this.ready.length) {
|
|
70
|
+
this.$set(this.ready, index, val);
|
|
71
|
+
}
|
|
61
72
|
},
|
|
62
|
-
available(
|
|
63
|
-
let
|
|
64
|
-
if (
|
|
65
|
-
for (let
|
|
66
|
-
if (!this.ready[
|
|
67
|
-
|
|
73
|
+
available(index) {
|
|
74
|
+
let ready = true;
|
|
75
|
+
if (index > 0 && index < this.ready.length) {
|
|
76
|
+
for (let i = 0; i < index; i++) {
|
|
77
|
+
if (!this.ready[i]) {
|
|
78
|
+
ready = false;
|
|
68
79
|
break;
|
|
69
80
|
}
|
|
81
|
+
}
|
|
70
82
|
}
|
|
71
|
-
return
|
|
83
|
+
return ready;
|
|
72
84
|
}
|
|
73
85
|
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
86
|
+
};
|
|
87
|
+
const __cssModules = {};
|
|
88
|
+
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
89
|
+
__vue2_script,
|
|
90
|
+
render,
|
|
91
|
+
staticRenderFns,
|
|
92
|
+
false,
|
|
93
|
+
__vue2_injectStyles,
|
|
81
94
|
null,
|
|
82
95
|
null,
|
|
83
96
|
null
|
|
84
97
|
);
|
|
85
|
-
function
|
|
86
|
-
for (let
|
|
87
|
-
this[
|
|
98
|
+
function __vue2_injectStyles(context) {
|
|
99
|
+
for (let o in __cssModules) {
|
|
100
|
+
this[o] = __cssModules[o];
|
|
101
|
+
}
|
|
88
102
|
}
|
|
89
|
-
const
|
|
90
|
-
return
|
|
103
|
+
const GuideSteps = /* @__PURE__ */ function() {
|
|
104
|
+
return __component__.exports;
|
|
91
105
|
}();
|
|
92
106
|
export {
|
|
93
|
-
|
|
107
|
+
GuideSteps as default
|
|
94
108
|
};
|
|
@@ -1 +1,34 @@
|
|
|
1
|
-
|
|
1
|
+
/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
2
|
+
/* 应用头部高度 */
|
|
3
|
+
/* 页面宽度 */
|
|
4
|
+
/* 侧栏宽度 */
|
|
5
|
+
/* 标签高度 */
|
|
6
|
+
/* 页面头部工具条高度 */
|
|
7
|
+
.guide-steps {
|
|
8
|
+
margin-top: 20px;
|
|
9
|
+
margin-bottom: 20px;
|
|
10
|
+
}
|
|
11
|
+
.guide-steps .el-step .el-step__line-inner {
|
|
12
|
+
width: 100% !important;
|
|
13
|
+
border-width: 1px !important;
|
|
14
|
+
}
|
|
15
|
+
.guide-steps .el-step.current.important .el-step__head .el-step__icon.is-text {
|
|
16
|
+
color: #f55634 !important;
|
|
17
|
+
border-color: #f55634 !important;
|
|
18
|
+
}
|
|
19
|
+
.guide-steps .el-step.current.important .el-step__title {
|
|
20
|
+
color: #f55634 !important;
|
|
21
|
+
}
|
|
22
|
+
.guide-steps .el-step.available .el-step__head .el-step__icon.is-text {
|
|
23
|
+
color: #eab006 !important;
|
|
24
|
+
border-color: #eab006 !important;
|
|
25
|
+
}
|
|
26
|
+
.guide-steps .el-step.available .el-step__title {
|
|
27
|
+
color: #eab006 !important;
|
|
28
|
+
}
|
|
29
|
+
.guide-steps .el-step .el-step__icon.is-text {
|
|
30
|
+
cursor: pointer;
|
|
31
|
+
}
|
|
32
|
+
.guide-steps .el-step.disabled .el-step__icon.is-text {
|
|
33
|
+
cursor: not-allowed;
|
|
34
|
+
}
|
|
@@ -1,26 +1,30 @@
|
|
|
1
|
-
import { n as
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { n as normalizeComponent } from "../../chunks/3d28cc08.js";
|
|
2
|
+
var render = function() {
|
|
3
|
+
var _vm = this;
|
|
4
|
+
var _h = _vm.$createElement;
|
|
5
|
+
var _c = _vm._self._c || _h;
|
|
6
|
+
return _c("div", {
|
|
7
|
+
class: ["icon-card", "flex-row", _vm.iconBg]
|
|
8
|
+
}, [_c("div", {
|
|
7
9
|
staticClass: "card-icon_bg"
|
|
8
|
-
}, [
|
|
9
|
-
class: ["card-icon",
|
|
10
|
-
})]),
|
|
10
|
+
}, [_c("i", {
|
|
11
|
+
class: ["card-icon", _vm.icon]
|
|
12
|
+
})]), _c("div", {
|
|
11
13
|
staticClass: "flex-item"
|
|
12
|
-
}, [
|
|
14
|
+
}, [_c("p", {
|
|
13
15
|
staticClass: "icon-card_title"
|
|
14
|
-
}, [
|
|
16
|
+
}, [_vm._t("default")], 2), _c("div", {
|
|
15
17
|
staticClass: "icon-card_num"
|
|
16
|
-
}, [
|
|
18
|
+
}, [_c("span", {
|
|
17
19
|
staticClass: "icon-card_color",
|
|
18
20
|
on: {
|
|
19
|
-
click:
|
|
21
|
+
"click": _vm.toDetails
|
|
20
22
|
}
|
|
21
|
-
}, [
|
|
22
|
-
}
|
|
23
|
-
|
|
23
|
+
}, [_vm._v(_vm._s(_vm.number))]), _vm._t("nuit")], 2)])]);
|
|
24
|
+
};
|
|
25
|
+
var staticRenderFns = [];
|
|
26
|
+
const IconCard_vue_vue_type_style_index_0_lang = "";
|
|
27
|
+
const __vue2_script = {
|
|
24
28
|
name: "IconCard",
|
|
25
29
|
props: {
|
|
26
30
|
iconBg: {
|
|
@@ -39,24 +43,26 @@ const o = {
|
|
|
39
43
|
this.$router.push(this.path);
|
|
40
44
|
}
|
|
41
45
|
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
46
|
+
};
|
|
47
|
+
const __cssModules = {};
|
|
48
|
+
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
49
|
+
__vue2_script,
|
|
50
|
+
render,
|
|
51
|
+
staticRenderFns,
|
|
52
|
+
false,
|
|
53
|
+
__vue2_injectStyles,
|
|
49
54
|
null,
|
|
50
55
|
null,
|
|
51
56
|
null
|
|
52
57
|
);
|
|
53
|
-
function
|
|
54
|
-
for (let
|
|
55
|
-
this[
|
|
58
|
+
function __vue2_injectStyles(context) {
|
|
59
|
+
for (let o in __cssModules) {
|
|
60
|
+
this[o] = __cssModules[o];
|
|
61
|
+
}
|
|
56
62
|
}
|
|
57
|
-
const
|
|
58
|
-
return
|
|
63
|
+
const IconCard = /* @__PURE__ */ function() {
|
|
64
|
+
return __component__.exports;
|
|
59
65
|
}();
|
|
60
66
|
export {
|
|
61
|
-
|
|
67
|
+
IconCard as default
|
|
62
68
|
};
|
|
@@ -1 +1,56 @@
|
|
|
1
|
-
|
|
1
|
+
/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
2
|
+
/* 应用头部高度 */
|
|
3
|
+
/* 页面宽度 */
|
|
4
|
+
/* 侧栏宽度 */
|
|
5
|
+
/* 标签高度 */
|
|
6
|
+
/* 页面头部工具条高度 */
|
|
7
|
+
.icon-card {
|
|
8
|
+
padding: 14px;
|
|
9
|
+
border-radius: 4px;
|
|
10
|
+
}
|
|
11
|
+
.icon-card .card-icon_bg {
|
|
12
|
+
width: 48px;
|
|
13
|
+
height: 48px;
|
|
14
|
+
margin-right: 14px;
|
|
15
|
+
text-align: center;
|
|
16
|
+
border-radius: 14px;
|
|
17
|
+
}
|
|
18
|
+
.icon-card .card-icon {
|
|
19
|
+
font-size: 24px;
|
|
20
|
+
line-height: 48px;
|
|
21
|
+
}
|
|
22
|
+
.icon-card .icon-card_color {
|
|
23
|
+
font-weight: bold;
|
|
24
|
+
font-size: 18px;
|
|
25
|
+
cursor: pointer;
|
|
26
|
+
}
|
|
27
|
+
.icon-card.blue {
|
|
28
|
+
background: #f4f9ff;
|
|
29
|
+
}
|
|
30
|
+
.icon-card.blue .card-icon_bg {
|
|
31
|
+
color: #3c8efd;
|
|
32
|
+
background: #e8f2fc;
|
|
33
|
+
}
|
|
34
|
+
.icon-card.blue .icon-card_color {
|
|
35
|
+
color: #3c8efd;
|
|
36
|
+
}
|
|
37
|
+
.icon-card.orange {
|
|
38
|
+
background: #f9f5ee;
|
|
39
|
+
}
|
|
40
|
+
.icon-card.orange .card-icon_bg {
|
|
41
|
+
color: #fdc12e;
|
|
42
|
+
background: #fdf2dc;
|
|
43
|
+
}
|
|
44
|
+
.icon-card.orange .icon-card_color {
|
|
45
|
+
color: #fdc12e;
|
|
46
|
+
}
|
|
47
|
+
.icon-card.green {
|
|
48
|
+
background: #f1f7ed;
|
|
49
|
+
}
|
|
50
|
+
.icon-card.green .card-icon_bg {
|
|
51
|
+
color: #72c734;
|
|
52
|
+
background: #ddf7d9;
|
|
53
|
+
}
|
|
54
|
+
.icon-card.green .icon-card_color {
|
|
55
|
+
color: #72c734;
|
|
56
|
+
}
|
|
@@ -1,31 +1,35 @@
|
|
|
1
|
-
import { n as
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
|
|
1
|
+
import { n as normalizeComponent } from "../../chunks/3d28cc08.js";
|
|
2
|
+
var render = function() {
|
|
3
|
+
var _vm = this;
|
|
4
|
+
var _h = _vm.$createElement;
|
|
5
|
+
var _c = _vm._self._c || _h;
|
|
6
|
+
return _c("ElementDialog", _vm._g(_vm._b({
|
|
5
7
|
attrs: {
|
|
6
8
|
"custom-class": "iframe-window",
|
|
7
|
-
embed: "",
|
|
8
|
-
height: "60vh",
|
|
9
|
-
title:
|
|
9
|
+
"embed": "",
|
|
10
|
+
"height": "60vh",
|
|
11
|
+
"title": _vm.title,
|
|
10
12
|
"show-full-screen": "",
|
|
11
|
-
visible:
|
|
13
|
+
"visible": _vm.visible
|
|
12
14
|
},
|
|
13
|
-
scopedSlots:
|
|
15
|
+
scopedSlots: _vm._u([{
|
|
14
16
|
key: "default",
|
|
15
17
|
fn: function() {
|
|
16
|
-
return [
|
|
18
|
+
return [_c("iframe", {
|
|
17
19
|
staticClass: "iframe-window-iframe",
|
|
18
20
|
attrs: {
|
|
19
|
-
src:
|
|
20
|
-
frameborder: "0"
|
|
21
|
+
"src": _vm.url,
|
|
22
|
+
"frameborder": "0"
|
|
21
23
|
}
|
|
22
24
|
})];
|
|
23
25
|
},
|
|
24
|
-
proxy:
|
|
26
|
+
proxy: true
|
|
25
27
|
}])
|
|
26
|
-
}, "ElementDialog",
|
|
27
|
-
}
|
|
28
|
-
|
|
28
|
+
}, "ElementDialog", _vm.$attrs, false), _vm.$listeners));
|
|
29
|
+
};
|
|
30
|
+
var staticRenderFns = [];
|
|
31
|
+
const IframeWindow_vue_vue_type_style_index_0_lang = "";
|
|
32
|
+
const __vue2_script = {
|
|
29
33
|
name: "IframeWindow",
|
|
30
34
|
props: {
|
|
31
35
|
title: {
|
|
@@ -38,24 +42,26 @@ const i = {
|
|
|
38
42
|
},
|
|
39
43
|
visible: Boolean
|
|
40
44
|
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
45
|
+
};
|
|
46
|
+
const __cssModules = {};
|
|
47
|
+
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
48
|
+
__vue2_script,
|
|
49
|
+
render,
|
|
50
|
+
staticRenderFns,
|
|
51
|
+
false,
|
|
52
|
+
__vue2_injectStyles,
|
|
48
53
|
null,
|
|
49
54
|
null,
|
|
50
55
|
null
|
|
51
56
|
);
|
|
52
|
-
function
|
|
53
|
-
for (let
|
|
54
|
-
this[
|
|
57
|
+
function __vue2_injectStyles(context) {
|
|
58
|
+
for (let o in __cssModules) {
|
|
59
|
+
this[o] = __cssModules[o];
|
|
60
|
+
}
|
|
55
61
|
}
|
|
56
|
-
const
|
|
57
|
-
return
|
|
62
|
+
const IframeWindow = /* @__PURE__ */ function() {
|
|
63
|
+
return __component__.exports;
|
|
58
64
|
}();
|
|
59
65
|
export {
|
|
60
|
-
|
|
66
|
+
IframeWindow as default
|
|
61
67
|
};
|
|
@@ -1 +1,20 @@
|
|
|
1
|
-
|
|
1
|
+
/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
2
|
+
/* 应用头部高度 */
|
|
3
|
+
/* 页面宽度 */
|
|
4
|
+
/* 侧栏宽度 */
|
|
5
|
+
/* 标签高度 */
|
|
6
|
+
/* 页面头部工具条高度 */
|
|
7
|
+
.iframe-window.element-dialog.el-dialog.el-dialog-resizeable .el-dialog__body {
|
|
8
|
+
position: relative;
|
|
9
|
+
padding: 0;
|
|
10
|
+
}
|
|
11
|
+
.iframe-window .iframe-window-iframe {
|
|
12
|
+
position: absolute;
|
|
13
|
+
top: 0;
|
|
14
|
+
right: 0;
|
|
15
|
+
bottom: 0;
|
|
16
|
+
left: 0;
|
|
17
|
+
width: 100%;
|
|
18
|
+
height: 100%;
|
|
19
|
+
border: none;
|
|
20
|
+
}
|