@web-utils/component 2.0.13 → 2.0.14

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/3a79781b.js +75 -0
  2. package/dist/chunks/{44b78389.js → 41a066be.js} +8 -8
  3. package/dist/chunks/{e1939731.js → 5a78e0db.js} +5 -6
  4. package/dist/chunks/5d4282fb.js +30 -0
  5. package/dist/chunks/{822300f3.js → 61ad06b2.js} +3 -3
  6. package/dist/chunks/76680a03.js +24 -0
  7. package/dist/chunks/8c0142e0.js +81 -0
  8. package/dist/chunks/97652d86.js +26 -0
  9. package/dist/chunks/b4acd3a6.js +126 -0
  10. package/dist/chunks/f71045fc.js +184 -0
  11. package/dist/components/address-input/index.js +43 -56
  12. package/dist/components/address-input/style.css +1 -15
  13. package/dist/components/aside-menu/index.js +30 -36
  14. package/dist/components/aside-menu/style.css +1 -9
  15. package/dist/components/awesome-button/index.js +32 -35
  16. package/dist/components/base.css +1 -66
  17. package/dist/components/capsule-tab/index.js +27 -33
  18. package/dist/components/capsule-tab/style.css +1 -32
  19. package/dist/components/chunk-file-uploader/index.js +54 -88
  20. package/dist/components/chunk-file-uploader/style.css +1 -4
  21. package/dist/components/chunk-file-uploader-button/index.js +25 -31
  22. package/dist/components/chunk-file-uploader-button/style.css +1 -17
  23. package/dist/components/chunk-file-uploader-drop/index.js +28 -42
  24. package/dist/components/chunk-file-uploader-drop/style.css +1 -12
  25. package/dist/components/chunk-file-uploader-file/index.js +134 -211
  26. package/dist/components/chunk-file-uploader-file/style.css +1 -125
  27. package/dist/components/chunk-file-uploader-files/index.js +28 -34
  28. package/dist/components/chunk-file-uploader-files/style.css +1 -9
  29. package/dist/components/chunk-file-uploader-list/index.js +29 -35
  30. package/dist/components/chunk-file-uploader-list/style.css +1 -9
  31. package/dist/components/chunk-file-uploader-un-support/index.js +30 -38
  32. package/dist/components/chunk-file-uploader-un-support/style.css +1 -6
  33. package/dist/components/code-mirror-editor/index.js +153 -181
  34. package/dist/components/code-mirror-editor/style.css +1 -17
  35. package/dist/components/color-picker/index.js +49 -68
  36. package/dist/components/confirm-button/index.js +19 -21
  37. package/dist/components/confirmable/index.js +18 -19
  38. package/dist/components/context-menu/index.js +108 -130
  39. package/dist/components/context-menu/style.css +1 -88
  40. package/dist/components/custom-scrollbar/index.js +49 -67
  41. package/dist/components/data-table-picker/index.js +62 -81
  42. package/dist/components/dynamic-table/index.js +89 -113
  43. package/dist/components/dynamic-table/style.css +1 -30
  44. package/dist/components/e-charts/index.js +120 -201
  45. package/dist/components/e-charts/style.css +1 -10
  46. package/dist/components/editable-progress/index.js +60 -93
  47. package/dist/components/editable-progress/style.css +1 -37
  48. package/dist/components/editable-tree/index.js +423 -638
  49. package/dist/components/editable-tree/style.css +1 -82
  50. package/dist/components/egd-collapse/index.js +33 -46
  51. package/dist/components/egd-collapse-item/index.js +60 -76
  52. package/dist/components/element-dialog/index.js +95 -147
  53. package/dist/components/element-dialog/style.css +1 -102
  54. package/dist/components/empty-view/index.js +28 -34
  55. package/dist/components/empty-view/style.css +1 -17
  56. package/dist/components/error-view/index.js +26 -32
  57. package/dist/components/error-view/style.css +1 -17
  58. package/dist/components/flex-column/index.js +25 -40
  59. package/dist/components/flex-item/index.js +29 -57
  60. package/dist/components/flex-row/index.js +25 -40
  61. package/dist/components/flex-scroller/index.js +26 -32
  62. package/dist/components/flex-scroller/style.css +1 -20
  63. package/dist/components/form-button/index.js +34 -38
  64. package/dist/components/form-cascader/index.js +71 -81
  65. package/dist/components/form-checkbox-group/index.js +88 -113
  66. package/dist/components/form-checkbox-group/style.css +1 -51
  67. package/dist/components/form-date-picker/index.js +70 -132
  68. package/dist/components/form-holder/index.js +32 -39
  69. package/dist/components/form-input/index.js +56 -62
  70. package/dist/components/form-input-email/index.js +48 -60
  71. package/dist/components/form-input-id-card/index.js +53 -59
  72. package/dist/components/form-input-number/index.js +61 -68
  73. package/dist/components/form-input-number/style.css +1 -12
  74. package/dist/components/form-input-phone-number/index.js +49 -55
  75. package/dist/components/form-input-time/index.js +53 -59
  76. package/dist/components/form-item/index.js +80 -123
  77. package/dist/components/form-item/style.css +1 -11
  78. package/dist/components/form-item-config-provider/index.js +25 -26
  79. package/dist/components/form-item-group/index.js +85 -111
  80. package/dist/components/form-item-group/style.css +1 -30
  81. package/dist/components/form-radio-group/index.js +85 -104
  82. package/dist/components/form-radio-group/style.css +1 -53
  83. package/dist/components/form-select/index.js +76 -91
  84. package/dist/components/form-switch/index.js +51 -57
  85. package/dist/components/form-textarea/index.js +51 -57
  86. package/dist/components/form-view/index.js +165 -232
  87. package/dist/components/form-view/style.css +1 -158
  88. package/dist/components/guide-steps/index.js +44 -58
  89. package/dist/components/guide-steps/style.css +1 -34
  90. package/dist/components/icon-card/index.js +29 -35
  91. package/dist/components/icon-card/style.css +1 -56
  92. package/dist/components/iframe-window/index.js +29 -35
  93. package/dist/components/iframe-window/style.css +1 -20
  94. package/dist/components/image-viewer/index.js +48 -66
  95. package/dist/components/image-viewer/style.css +1 -21
  96. package/dist/components/input-number/index.js +127 -193
  97. package/dist/components/input-number/style.css +1 -15
  98. package/dist/components/input-number-range/index.js +45 -57
  99. package/dist/components/input-number-range/style.css +1 -12
  100. package/dist/components/j-s-x-component/index.js +4 -4
  101. package/dist/components/keep-view-alive/index.js +73 -120
  102. package/dist/components/loading-view/index.js +26 -32
  103. package/dist/components/loading-view/style.css +1 -17
  104. package/dist/components/nav-bar/index.js +27 -37
  105. package/dist/components/nav-bar/style.css +1 -17
  106. package/dist/components/not-implement/index.js +23 -31
  107. package/dist/components/not-implement/style.css +1 -15
  108. package/dist/components/page/index.js +22 -28
  109. package/dist/components/page/style.css +1 -12
  110. package/dist/components/page-header/index.js +30 -36
  111. package/dist/components/page-header/style.css +1 -14
  112. package/dist/components/page-index/index.js +62 -83
  113. package/dist/components/page-index/style.css +1 -23
  114. package/dist/components/page-index-top/index.js +53 -68
  115. package/dist/components/page-skeleton/index.js +31 -37
  116. package/dist/components/page-skeleton/style.css +1 -23
  117. package/dist/components/page-skeleton-new/index.js +42 -48
  118. package/dist/components/page-skeleton-new/style.css +1 -42
  119. package/dist/components/pageable-table/index.js +186 -253
  120. package/dist/components/pageable-table/style.css +1 -72
  121. package/dist/components/pageable-view/index.js +129 -199
  122. package/dist/components/pageable-view/style.css +1 -69
  123. package/dist/components/photo-swipe/index.js +110 -151
  124. package/dist/components/photo-swipe/style.css +1 -20
  125. package/dist/components/resize-observer/index.js +34 -68
  126. package/dist/components/resize-observer/style.css +1 -31
  127. package/dist/components/search-popover/index.js +153 -211
  128. package/dist/components/search-popover/style.css +1 -93
  129. package/dist/components/sign-panel/index.js +92 -142
  130. package/dist/components/sign-panel/style.css +1 -97
  131. package/dist/components/split-pane/index.js +101 -162
  132. package/dist/components/split-pane/style.css +1 -100
  133. package/dist/components/stateful/index.js +31 -34
  134. package/dist/components/stateful/style.css +1 -33
  135. package/dist/components/static-pageable-table/index.js +37 -44
  136. package/dist/components/static-pageable-table/style.css +1 -9
  137. package/dist/components/swiper/index.js +85 -150
  138. package/dist/components/swiper/style.css +1 -43
  139. package/dist/components/tab/index.js +54 -72
  140. package/dist/components/tab/style.css +1 -122
  141. package/dist/components/tab-item/index.js +30 -35
  142. package/dist/components/table-column/index.js +30 -32
  143. package/dist/components/table-view/index.js +156 -227
  144. package/dist/components/table-view/style.css +1 -95
  145. package/dist/components/tag-render/index.js +44 -58
  146. package/dist/components/tag-render/style.css +1 -33
  147. package/dist/components/tinymce-editor/index.js +79 -95
  148. package/dist/components/tinymce-editor/style.css +1 -43
  149. package/dist/components/tinymce-wrapper/index.js +92 -121
  150. package/dist/components/tinymce-wrapper/style.css +1 -36
  151. package/dist/components/toolbar/index.js +63 -84
  152. package/dist/components/toolbar/style.css +1 -39
  153. package/dist/components/toolbar-button/index.js +41 -48
  154. package/dist/components/toolbar-button/style.css +1 -21
  155. package/dist/components/trigger/index.js +29 -36
  156. package/dist/components/vue-tags-input/index.js +188 -308
  157. package/dist/components/vue-tags-input/style.css +1 -682
  158. package/dist/components/watermark/index.js +25 -37
  159. package/dist/components/watermark/style.css +1 -11
  160. package/dist/components/x-dialog/index.js +67 -93
  161. package/dist/components/x-dialog/style.css +1 -15
  162. package/dist/index.css +193 -1105
  163. package/dist/index.es.js +4790 -7243
  164. package/package.json +1 -1
  165. package/web-types.json +1 -1
  166. package/dist/chunks/3d28cc08.js +0 -57
  167. package/dist/chunks/5d33812d.js +0 -147
  168. package/dist/chunks/9d848bf6.js +0 -99
  169. package/dist/chunks/a0bb327b.js +0 -96
  170. package/dist/chunks/a8891d2c.js +0 -30
  171. package/dist/chunks/c69d5628.js +0 -248
  172. package/dist/chunks/de9fe802.js +0 -24
@@ -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
+ .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,36 +1,32 @@
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", {
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", {
7
5
  staticClass: "guide-steps",
8
6
  attrs: {
9
7
  "align-center": ""
10
8
  }
11
- }, _vm._l(_vm.steps, function(item, index) {
12
- return _c("ElStep", {
13
- key: item.label,
9
+ }, t._l(t.steps, function(r, s) {
10
+ return a("ElStep", {
11
+ key: r.label,
14
12
  class: [{
15
- "current important": _vm.value === index,
16
- disabled: !_vm.available(index),
17
- available: !_vm.ready[index] && _vm.available(index)
13
+ "current important": t.value === s,
14
+ disabled: !t.available(s),
15
+ available: !t.ready[s] && t.available(s)
18
16
  }],
19
17
  attrs: {
20
- "status": _vm.ready[index] ? "success" : "",
21
- "title": item.label
18
+ status: t.ready[s] ? "success" : "",
19
+ title: r.label
22
20
  },
23
21
  nativeOn: {
24
- "click": function($event) {
25
- return _vm.activeStep(index);
22
+ click: function(_) {
23
+ return t.activeStep(s);
26
24
  }
27
25
  }
28
26
  });
29
27
  }), 1);
30
- };
31
- var staticRenderFns = [];
32
- const GuideSteps_vue_vue_type_style_index_0_lang = "";
33
- const __vue2_script = {
28
+ }, u = [];
29
+ const c = {
34
30
  name: "GuideSteps",
35
31
  props: {
36
32
  value: {
@@ -49,60 +45,50 @@ const __vue2_script = {
49
45
  },
50
46
  watch: {
51
47
  steps: {
52
- immediate: true,
53
- deep: true,
54
- handler(newVal) {
55
- this.ready = (newVal == null ? void 0 : newVal.length) ? newVal.map(() => false) : [];
48
+ immediate: !0,
49
+ deep: !0,
50
+ handler(t) {
51
+ this.ready = t != null && t.length ? t.map(() => !1) : [];
56
52
  }
57
53
  }
58
54
  },
59
55
  methods: {
60
- activeStep(index) {
61
- if (index !== 0) {
62
- if (!this.available(index)) {
63
- return;
64
- }
65
- }
66
- this.$emit("input", index);
56
+ activeStep(t) {
57
+ t !== 0 && !this.available(t) || this.$emit("input", t);
67
58
  },
68
- setReady(index, val) {
69
- if (index < this.ready.length) {
70
- this.$set(this.ready, index, val);
71
- }
59
+ setReady(t, e) {
60
+ t < this.ready.length && this.$set(this.ready, t, e);
72
61
  },
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;
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;
79
68
  break;
80
69
  }
81
- }
82
70
  }
83
- return ready;
71
+ return e;
84
72
  }
85
73
  }
86
- };
87
- const __cssModules = {};
88
- var __component__ = /* @__PURE__ */ normalizeComponent(
89
- __vue2_script,
90
- render,
91
- staticRenderFns,
92
- false,
93
- __vue2_injectStyles,
74
+ }, l = {};
75
+ var o = /* @__PURE__ */ i(
76
+ c,
77
+ n,
78
+ u,
79
+ !1,
80
+ p,
94
81
  null,
95
82
  null,
96
83
  null
97
84
  );
98
- function __vue2_injectStyles(context) {
99
- for (let o in __cssModules) {
100
- this[o] = __cssModules[o];
101
- }
85
+ function p(t) {
86
+ for (let e in l)
87
+ this[e] = l[e];
102
88
  }
103
- const GuideSteps = /* @__PURE__ */ function() {
104
- return __component__.exports;
89
+ const f = /* @__PURE__ */ function() {
90
+ return o.exports;
105
91
  }();
106
92
  export {
107
- GuideSteps as default
93
+ f as default
108
94
  };
@@ -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
+ .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,30 +1,26 @@
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", {
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", {
9
7
  staticClass: "card-icon_bg"
10
- }, [_c("i", {
11
- class: ["card-icon", _vm.icon]
12
- })]), _c("div", {
8
+ }, [n("i", {
9
+ class: ["card-icon", t.icon]
10
+ })]), n("div", {
13
11
  staticClass: "flex-item"
14
- }, [_c("p", {
12
+ }, [n("p", {
15
13
  staticClass: "icon-card_title"
16
- }, [_vm._t("default")], 2), _c("div", {
14
+ }, [t._t("default")], 2), n("div", {
17
15
  staticClass: "icon-card_num"
18
- }, [_c("span", {
16
+ }, [n("span", {
19
17
  staticClass: "icon-card_color",
20
18
  on: {
21
- "click": _vm.toDetails
19
+ click: t.toDetails
22
20
  }
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 = {
21
+ }, [t._v(t._s(t.number))]), t._t("nuit")], 2)])]);
22
+ }, i = [];
23
+ const o = {
28
24
  name: "IconCard",
29
25
  props: {
30
26
  iconBg: {
@@ -43,26 +39,24 @@ const __vue2_script = {
43
39
  this.$router.push(this.path);
44
40
  }
45
41
  }
46
- };
47
- const __cssModules = {};
48
- var __component__ = /* @__PURE__ */ normalizeComponent(
49
- __vue2_script,
50
- render,
51
- staticRenderFns,
52
- false,
53
- __vue2_injectStyles,
42
+ }, s = {};
43
+ var r = /* @__PURE__ */ c(
44
+ o,
45
+ a,
46
+ i,
47
+ !1,
48
+ l,
54
49
  null,
55
50
  null,
56
51
  null
57
52
  );
58
- function __vue2_injectStyles(context) {
59
- for (let o in __cssModules) {
60
- this[o] = __cssModules[o];
61
- }
53
+ function l(t) {
54
+ for (let e in s)
55
+ this[e] = s[e];
62
56
  }
63
- const IconCard = /* @__PURE__ */ function() {
64
- return __component__.exports;
57
+ const u = /* @__PURE__ */ function() {
58
+ return r.exports;
65
59
  }();
66
60
  export {
67
- IconCard as default
61
+ u as default
68
62
  };
@@ -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
+ .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,35 +1,31 @@
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({
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({
7
5
  attrs: {
8
6
  "custom-class": "iframe-window",
9
- "embed": "",
10
- "height": "60vh",
11
- "title": _vm.title,
7
+ embed: "",
8
+ height: "60vh",
9
+ title: e.title,
12
10
  "show-full-screen": "",
13
- "visible": _vm.visible
11
+ visible: e.visible
14
12
  },
15
- scopedSlots: _vm._u([{
13
+ scopedSlots: e._u([{
16
14
  key: "default",
17
15
  fn: function() {
18
- return [_c("iframe", {
16
+ return [r("iframe", {
19
17
  staticClass: "iframe-window-iframe",
20
18
  attrs: {
21
- "src": _vm.url,
22
- "frameborder": "0"
19
+ src: e.url,
20
+ frameborder: "0"
23
21
  }
24
22
  })];
25
23
  },
26
- proxy: true
24
+ proxy: !0
27
25
  }])
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 = {
26
+ }, "ElementDialog", e.$attrs, !1), e.$listeners));
27
+ }, a = [];
28
+ const i = {
33
29
  name: "IframeWindow",
34
30
  props: {
35
31
  title: {
@@ -42,26 +38,24 @@ const __vue2_script = {
42
38
  },
43
39
  visible: Boolean
44
40
  }
45
- };
46
- const __cssModules = {};
47
- var __component__ = /* @__PURE__ */ normalizeComponent(
48
- __vue2_script,
49
- render,
50
- staticRenderFns,
51
- false,
52
- __vue2_injectStyles,
41
+ }, n = {};
42
+ var o = /* @__PURE__ */ l(
43
+ i,
44
+ s,
45
+ a,
46
+ !1,
47
+ _,
53
48
  null,
54
49
  null,
55
50
  null
56
51
  );
57
- function __vue2_injectStyles(context) {
58
- for (let o in __cssModules) {
59
- this[o] = __cssModules[o];
60
- }
52
+ function _(e) {
53
+ for (let t in n)
54
+ this[t] = n[t];
61
55
  }
62
- const IframeWindow = /* @__PURE__ */ function() {
63
- return __component__.exports;
56
+ const f = /* @__PURE__ */ function() {
57
+ return o.exports;
64
58
  }();
65
59
  export {
66
- IframeWindow as default
60
+ f as default
67
61
  };
@@ -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
- }
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}