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