service-flow-designer 2.0.5 → 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 (225) hide show
  1. package/dist/es/designer/common/components/database-select.css +10 -0
  2. package/dist/es/designer/common/components/database-select.vue.d.ts +20 -0
  3. package/dist/es/designer/common/components/database-select.vue.js +1 -1
  4. package/dist/es/designer/common/components/datatable-select.css +10 -0
  5. package/dist/es/designer/common/components/datatable-select.vue.d.ts +38 -0
  6. package/dist/es/designer/common/components/datatable-select.vue.js +1 -1
  7. package/dist/es/designer/common/components/file-upload.css +7 -0
  8. package/dist/es/designer/common/components/file-upload.vue.d.ts +20 -0
  9. package/dist/es/designer/common/components/file-upload.vue.js +1 -1
  10. package/dist/es/designer/common/components/json-view/index.d.ts +4 -0
  11. package/dist/es/designer/common/components/json-view/json-view-dialog.vue.d.ts +36 -0
  12. package/dist/es/designer/common/components/json-view/json-view.vue.d.ts +32 -0
  13. package/dist/es/designer/common/components/node-base-config.vue.d.ts +14 -0
  14. package/dist/es/designer/common/components/value-set-input/index.d.ts +3 -0
  15. package/dist/es/designer/common/components/value-set-input/option.d.ts +12 -0
  16. package/dist/es/designer/common/components/value-set-input/value-set-input.css +14 -0
  17. package/dist/es/designer/common/components/value-set-input/value-set-input.vue.d.ts +153 -0
  18. package/dist/es/designer/common/components/value-set-input/value-set-input.vue.js +1 -1
  19. package/dist/es/designer/common/types/common-type.d.ts +18 -0
  20. package/dist/es/designer/common/types/select.d.ts +7 -0
  21. package/dist/es/designer/common/util/node-util.d.ts +27 -0
  22. package/dist/es/designer/desginer-index.css +24 -0
  23. package/dist/es/designer/desginer-index.vue.js +1 -1
  24. package/dist/es/designer/flow/base/AbLogicNode.d.ts +11 -0
  25. package/dist/es/designer/flow/base/AbLogicNodeModel.d.ts +14 -0
  26. package/dist/es/designer/flow/base/AbLogicResizeNode.d.ts +11 -0
  27. package/dist/es/designer/flow/base/AbLogicResizeNodeModel.d.ts +9 -0
  28. package/dist/es/designer/flow/base/index.d.ts +6 -0
  29. package/dist/es/designer/flow/edge/CustomLine.d.ts +25 -0
  30. package/dist/es/designer/service-components/base/custom-function/config.css +13 -0
  31. package/dist/es/designer/service-components/base/custom-function/config.vue.d.ts +18 -0
  32. package/dist/es/designer/service-components/base/custom-function/config.vue.js +1 -1
  33. package/dist/es/designer/service-components/base/custom-function/index.css +51 -0
  34. package/dist/es/designer/service-components/base/custom-function/index.d.ts +14 -0
  35. package/dist/es/designer/service-components/base/custom-function/index.vue.d.ts +20 -0
  36. package/dist/es/designer/service-components/base/custom-function/index.vue.js +1 -1
  37. package/dist/es/designer/service-components/base/end-node/index.css +20 -0
  38. package/dist/es/designer/service-components/base/end-node/index.d.ts +19 -0
  39. package/dist/es/designer/service-components/base/end-node/index.vue.d.ts +8 -0
  40. package/dist/es/designer/service-components/base/end-node/index.vue.js +1 -1
  41. package/dist/es/designer/service-components/base/judge-condition/config.vue.d.ts +40 -0
  42. package/dist/es/designer/service-components/base/judge-condition/index.css +52 -0
  43. package/dist/es/designer/service-components/base/judge-condition/index.d.ts +16 -0
  44. package/dist/es/designer/service-components/base/judge-condition/index.vue.d.ts +36 -0
  45. package/dist/es/designer/service-components/base/judge-condition/index.vue.js +1 -1
  46. package/dist/es/designer/service-components/base/loop-node/config.css +4 -0
  47. package/dist/es/designer/service-components/base/loop-node/config.vue.d.ts +14 -0
  48. package/dist/es/designer/service-components/base/loop-node/config.vue.js +1 -1
  49. package/dist/es/designer/service-components/base/loop-node/index.css +20 -0
  50. package/dist/es/designer/service-components/base/loop-node/index.d.ts +42 -0
  51. package/dist/es/designer/service-components/base/loop-node/index.js +1 -1
  52. package/dist/es/designer/service-components/base/loop-node/index.vue.d.ts +8 -0
  53. package/dist/es/designer/service-components/base/notification/config.vue.d.ts +18 -0
  54. package/dist/es/designer/service-components/base/notification/index.css +51 -0
  55. package/dist/es/designer/service-components/base/notification/index.d.ts +14 -0
  56. package/dist/es/designer/service-components/base/notification/index.vue.d.ts +20 -0
  57. package/dist/es/designer/service-components/base/notification/index.vue.js +1 -1
  58. package/dist/es/designer/service-components/base/notification/quill-example.vue.d.ts +19 -0
  59. package/dist/es/designer/service-components/base/notification/recipients-select.css +4 -0
  60. package/dist/es/designer/service-components/base/notification/recipients-select.vue.d.ts +47 -0
  61. package/dist/es/designer/service-components/base/notification/recipients-select.vue.js +1 -1
  62. package/dist/es/designer/service-components/base/notification/select-mail-template.vue.d.ts +18 -0
  63. package/dist/es/designer/service-components/base/start-node/index.css +20 -0
  64. package/dist/es/designer/service-components/base/start-node/index.d.ts +19 -0
  65. package/dist/es/designer/service-components/base/start-node/index.vue.d.ts +8 -0
  66. package/dist/es/designer/service-components/base/start-node/index.vue.js +1 -1
  67. package/dist/es/designer/service-components/components-icons.d.ts +18 -0
  68. package/dist/es/designer/service-components/computation/clean/config.css +10 -0
  69. package/dist/es/designer/service-components/computation/clean/config.vue.d.ts +25 -0
  70. package/dist/es/designer/service-components/computation/clean/config.vue.js +1 -1
  71. package/dist/es/designer/service-components/computation/clean/index.css +51 -0
  72. package/dist/es/designer/service-components/computation/clean/index.d.ts +14 -0
  73. package/dist/es/designer/service-components/computation/clean/index.vue.d.ts +20 -0
  74. package/dist/es/designer/service-components/computation/clean/index.vue.js +1 -1
  75. package/dist/es/designer/service-components/computation/connect/config.css +7 -0
  76. package/dist/es/designer/service-components/computation/connect/config.vue.d.ts +23 -0
  77. package/dist/es/designer/service-components/computation/connect/config.vue.js +1 -1
  78. package/dist/es/designer/service-components/computation/connect/index.css +51 -0
  79. package/dist/es/designer/service-components/computation/connect/index.d.ts +14 -0
  80. package/dist/es/designer/service-components/computation/connect/index.vue.d.ts +20 -0
  81. package/dist/es/designer/service-components/computation/connect/index.vue.js +1 -1
  82. package/dist/es/designer/service-components/computation/sort/config.css +10 -0
  83. package/dist/es/designer/service-components/computation/sort/config.vue.d.ts +23 -0
  84. package/dist/es/designer/service-components/computation/sort/config.vue.js +1 -1
  85. package/dist/es/designer/service-components/computation/sort/index.css +51 -0
  86. package/dist/es/designer/service-components/computation/sort/index.d.ts +14 -0
  87. package/dist/es/designer/service-components/computation/sort/index.vue.d.ts +20 -0
  88. package/dist/es/designer/service-components/computation/sort/index.vue.js +1 -1
  89. package/dist/es/designer/service-components/computation/split-joint/config.css +7 -0
  90. package/dist/es/designer/service-components/computation/split-joint/config.vue.d.ts +23 -0
  91. package/dist/es/designer/service-components/computation/split-joint/config.vue.js +1 -1
  92. package/dist/es/designer/service-components/computation/split-joint/index.css +51 -0
  93. package/dist/es/designer/service-components/computation/split-joint/index.d.ts +14 -0
  94. package/dist/es/designer/service-components/computation/split-joint/index.js +39 -0
  95. package/dist/es/designer/service-components/computation/split-joint/index.vue.d.ts +20 -0
  96. package/dist/es/designer/service-components/computation/split-joint/index.vue.js +7 -1
  97. package/dist/es/designer/service-components/computation/split-joint/index.vue2.js +44 -0
  98. package/dist/es/designer/service-components/computation/statistics/config.css +7 -0
  99. package/dist/es/designer/service-components/computation/statistics/config.vue.d.ts +23 -0
  100. package/dist/es/designer/service-components/computation/statistics/config.vue.js +1 -1
  101. package/dist/es/designer/service-components/computation/statistics/index.css +51 -0
  102. package/dist/es/designer/service-components/computation/statistics/index.d.ts +14 -0
  103. package/dist/es/designer/service-components/computation/statistics/index.vue.d.ts +20 -0
  104. package/dist/es/designer/service-components/computation/statistics/index.vue.js +1 -1
  105. package/dist/es/designer/service-components/database/aggregate-query/config.css +7 -0
  106. package/dist/es/designer/service-components/database/aggregate-query/config.vue.d.ts +40 -0
  107. package/dist/es/designer/service-components/database/aggregate-query/config.vue.js +1 -1
  108. package/dist/es/designer/service-components/database/aggregate-query/dimension-additional.vue.d.ts +57 -0
  109. package/dist/es/designer/service-components/database/aggregate-query/dimension-statistical.vue.d.ts +57 -0
  110. package/dist/es/designer/service-components/database/aggregate-query/filter-conditions.vue.d.ts +53 -0
  111. package/dist/es/designer/service-components/database/aggregate-query/index.css +52 -0
  112. package/dist/es/designer/service-components/database/aggregate-query/index.d.ts +16 -0
  113. package/dist/es/designer/service-components/database/aggregate-query/index.vue.d.ts +36 -0
  114. package/dist/es/designer/service-components/database/aggregate-query/index.vue.js +1 -1
  115. package/dist/es/designer/service-components/database/aggregate-query/sort-conditions.vue.d.ts +53 -0
  116. package/dist/es/designer/service-components/database/aggregate-query/statistical-formula.vue.d.ts +57 -0
  117. package/dist/es/designer/service-components/database/dynamic-sql/config.css +13 -0
  118. package/dist/es/designer/service-components/database/dynamic-sql/config.vue.d.ts +18 -0
  119. package/dist/es/designer/service-components/database/dynamic-sql/config.vue.js +1 -1
  120. package/dist/es/designer/service-components/database/dynamic-sql/index.css +51 -0
  121. package/dist/es/designer/service-components/database/dynamic-sql/index.d.ts +14 -0
  122. package/dist/es/designer/service-components/database/dynamic-sql/index.vue.d.ts +20 -0
  123. package/dist/es/designer/service-components/database/dynamic-sql/index.vue.js +1 -1
  124. package/dist/es/designer/service-components/database/regular-query/config.css +7 -0
  125. package/dist/es/designer/service-components/database/regular-query/config.vue.d.ts +42 -0
  126. package/dist/es/designer/service-components/database/regular-query/config.vue.js +1 -1
  127. package/dist/es/designer/service-components/database/regular-query/index.css +52 -0
  128. package/dist/es/designer/service-components/database/regular-query/index.d.ts +16 -0
  129. package/dist/es/designer/service-components/database/regular-query/index.vue.d.ts +36 -0
  130. package/dist/es/designer/service-components/database/regular-query/index.vue.js +1 -1
  131. package/dist/es/designer/service-components/index.d.ts +19 -0
  132. package/dist/es/designer/service-components/index.js +4 -11
  133. package/dist/es/designer/service-components/service/common/cookie-data.vue.d.ts +18 -0
  134. package/dist/es/designer/service-components/service/common/form-data.vue.d.ts +22 -0
  135. package/dist/es/designer/service-components/service/common/header-data.vue.d.ts +18 -0
  136. package/dist/es/designer/service-components/service/common/json-data.css +4 -0
  137. package/dist/es/designer/service-components/service/common/json-data.vue.d.ts +18 -0
  138. package/dist/es/designer/service-components/service/common/json-data.vue.js +1 -1
  139. package/dist/es/designer/service-components/service/common/param-config.css +7 -0
  140. package/dist/es/designer/service-components/service/common/param-config.vue.d.ts +18 -0
  141. package/dist/es/designer/service-components/service/common/param-config.vue.js +1 -1
  142. package/dist/es/designer/service-components/service/common/query-params.vue.d.ts +18 -0
  143. package/dist/es/designer/service-components/service/common/raw-data.vue.d.ts +22 -0
  144. package/dist/es/designer/service-components/service/common/xml-data.vue.d.ts +21 -0
  145. package/dist/es/designer/service-components/service/custom-bean/config.vue.d.ts +14 -0
  146. package/dist/es/designer/service-components/service/custom-bean/index.css +51 -0
  147. package/dist/es/designer/service-components/service/custom-bean/index.d.ts +14 -0
  148. package/dist/es/designer/service-components/service/custom-bean/index.vue.d.ts +20 -0
  149. package/dist/es/designer/service-components/service/custom-bean/index.vue.js +1 -1
  150. package/dist/es/designer/service-components/service/http-service/config.css +7 -0
  151. package/dist/es/designer/service-components/service/http-service/config.vue.d.ts +14 -0
  152. package/dist/es/designer/service-components/service/http-service/config.vue.js +1 -1
  153. package/dist/es/designer/service-components/service/http-service/index.css +51 -0
  154. package/dist/es/designer/service-components/service/http-service/index.d.ts +14 -0
  155. package/dist/es/designer/service-components/service/http-service/index.vue.d.ts +20 -0
  156. package/dist/es/designer/service-components/service/http-service/index.vue.js +1 -1
  157. package/dist/es/designer/service-components/service/http-service/response-json-setting.vue.d.ts +27 -0
  158. package/dist/es/designer/service-components/service/http-service/response-text-setting.vue.d.ts +27 -0
  159. package/dist/es/designer/service-components/service/http-service/response-xml-setting.vue.d.ts +27 -0
  160. package/dist/es/designer/service-components/util/common-options.d.ts +36 -0
  161. package/dist/es/designer/service-flow-view/flow-tool-util.d.ts +2 -0
  162. package/dist/es/designer/service-flow-view/flow-util.d.ts +53 -0
  163. package/dist/es/{style.css → designer/service-flow-view/service-flow-tool.css} +0 -1158
  164. package/dist/es/designer/service-flow-view/service-flow-tool.vue.d.ts +32 -1
  165. package/dist/es/designer/service-flow-view/service-flow-tool.vue.js +1 -1
  166. package/dist/es/designer/service-flow-view/service-node-config.css +10 -0
  167. package/dist/es/designer/service-flow-view/service-node-config.vue.d.ts +1 -1
  168. package/dist/es/designer/service-flow-view/service-node-config.vue.js +1 -1
  169. package/dist/es/designer/service-flow-view/service-test/service-test.vue.d.ts +46 -1
  170. package/dist/es/designer/service-flow-view/service-update-log.css +5 -0
  171. package/dist/es/designer/service-flow-view/service-update-log.vue.js +1 -1
  172. package/dist/es/designer/service-flow-view/view-index.css +102 -0
  173. package/dist/es/designer/service-flow-view/view-index.vue.d.ts +39 -1
  174. package/dist/es/designer/service-flow-view/view-index.vue.js +1 -1
  175. package/dist/es/designer/service-panel/component-panel.css +66 -0
  176. package/dist/es/designer/service-panel/component-panel.vue.js +1 -1
  177. package/dist/es/designer/service-panel/service-list.css +36 -0
  178. package/dist/es/designer/service-panel/service-list.vue.js +1 -1
  179. package/dist/es/designer/service-panel/service-panel.css +41 -0
  180. package/dist/es/designer/service-panel/service-panel.vue.d.ts +34 -1
  181. package/dist/es/designer/service-panel/service-panel.vue.js +1 -1
  182. package/dist/es/stores/page-store.d.ts +23 -0
  183. package/dist/es/utils/common-util.d.ts +21 -0
  184. package/package.json +8 -9
  185. package/dist/es/designer/common/components/database-select.vue3.js +0 -1
  186. package/dist/es/designer/common/components/datatable-select.vue3.js +0 -1
  187. package/dist/es/designer/common/components/file-upload.vue3.js +0 -1
  188. package/dist/es/designer/common/components/value-set-input/value-set-input.vue3.js +0 -1
  189. package/dist/es/designer/desginer-index.vue3.js +0 -1
  190. package/dist/es/designer/service-components/base/custom-function/config.vue3.js +0 -1
  191. package/dist/es/designer/service-components/base/custom-function/index.vue3.js +0 -1
  192. package/dist/es/designer/service-components/base/end-node/index.vue3.js +0 -1
  193. package/dist/es/designer/service-components/base/judge-condition/index.vue3.js +0 -1
  194. package/dist/es/designer/service-components/base/loop-node/config.vue3.js +0 -1
  195. package/dist/es/designer/service-components/base/loop-node/index.vue.js +0 -1
  196. package/dist/es/designer/service-components/base/notification/index.vue3.js +0 -1
  197. package/dist/es/designer/service-components/base/notification/recipients-select.vue3.js +0 -1
  198. package/dist/es/designer/service-components/base/start-node/index.vue3.js +0 -1
  199. package/dist/es/designer/service-components/computation/clean/config.vue3.js +0 -1
  200. package/dist/es/designer/service-components/computation/clean/index.vue3.js +0 -1
  201. package/dist/es/designer/service-components/computation/connect/config.vue3.js +0 -1
  202. package/dist/es/designer/service-components/computation/connect/index.vue3.js +0 -1
  203. package/dist/es/designer/service-components/computation/sort/config.vue3.js +0 -1
  204. package/dist/es/designer/service-components/computation/sort/index.vue3.js +0 -1
  205. package/dist/es/designer/service-components/computation/split-joint/config.vue3.js +0 -1
  206. package/dist/es/designer/service-components/computation/statistics/config.vue3.js +0 -1
  207. package/dist/es/designer/service-components/computation/statistics/index.vue3.js +0 -1
  208. package/dist/es/designer/service-components/database/aggregate-query/config.vue3.js +0 -1
  209. package/dist/es/designer/service-components/database/aggregate-query/index.vue3.js +0 -1
  210. package/dist/es/designer/service-components/database/dynamic-sql/config.vue3.js +0 -1
  211. package/dist/es/designer/service-components/database/dynamic-sql/index.vue3.js +0 -1
  212. package/dist/es/designer/service-components/database/regular-query/config.vue3.js +0 -1
  213. package/dist/es/designer/service-components/database/regular-query/index.vue3.js +0 -1
  214. package/dist/es/designer/service-components/service/common/json-data.vue3.js +0 -1
  215. package/dist/es/designer/service-components/service/common/param-config.vue3.js +0 -1
  216. package/dist/es/designer/service-components/service/custom-bean/index.vue3.js +0 -1
  217. package/dist/es/designer/service-components/service/http-service/config.vue3.js +0 -1
  218. package/dist/es/designer/service-components/service/http-service/index.vue3.js +0 -1
  219. package/dist/es/designer/service-flow-view/service-flow-tool.vue3.js +0 -1
  220. package/dist/es/designer/service-flow-view/service-node-config.vue3.js +0 -1
  221. package/dist/es/designer/service-flow-view/service-update-log.vue3.js +0 -1
  222. package/dist/es/designer/service-flow-view/view-index.vue3.js +0 -1
  223. package/dist/es/designer/service-panel/component-panel.vue3.js +0 -1
  224. package/dist/es/designer/service-panel/service-list.vue3.js +0 -1
  225. package/dist/es/designer/service-panel/service-panel.vue3.js +0 -1
@@ -1,244 +1,3 @@
1
- .amb-container-left[data-v-9cfa34b7] {
2
- width: 260px;
3
- padding-right: 20px;
4
- overflow-y: auto;
5
- }
6
- .amb-container-main[data-v-9cfa34b7] {
7
- padding: 0 10px 0 0;
8
- }
9
- .amb-container-main[data-v-9cfa34b7]::-webkit-scrollbar {
10
- width: 1px;
11
- }
12
- .amb-container-attr[data-v-9cfa34b7] {
13
- width: 300px;
14
- padding-left: 20px;
15
- }
16
- /**
17
- 解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
18
- */
19
- [data-v-9cfa34b7]:v-deep(.el-drawer__header) {
20
- margin-bottom: 0 !important;
21
- }
22
- [data-v-9cfa34b7] .el-overlay {
23
- position: static;
24
- }
25
-
26
- .amb-design-assembly-content[data-v-59e0837d] {
27
- background: #ffffff;
28
- box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
29
- height: 100%;
30
- padding-left: 10px;
31
- padding-right: 10px;
32
- overflow: auto;
33
- }
34
- /*控制滚动条宽度*/
35
- .amb-design-assembly-content[data-v-59e0837d]::-webkit-scrollbar {
36
- width: 1px;
37
- }
38
- .amb-assembly-header[data-v-59e0837d] {
39
- position: absolute;
40
- width: 220px;
41
- text-align: center;
42
- padding: 18px 0px 10px 0px;
43
- padding-bottom: 14px;
44
- background-color: #ffffff;
45
- }
46
- .amb-assembly-header-type[data-v-59e0837d] {
47
- border-radius: 100px 100px 100px 100px;
48
- background: #ffffff;
49
- box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
50
- padding: 10px;
51
- padding-bottom: 12px;
52
- }
53
- .amb-assembly-header-type > label[data-v-59e0837d] {
54
- padding: 4px 14px;
55
- cursor: pointer;
56
- font-size: 14px;
57
- }
58
- .amb-assembly-header-type > label.selected[data-v-59e0837d] {
59
- border-radius: 100px 100px 100px 100px;
60
- background: #5893ef;
61
- color: #ffffff;
62
- }
63
- .amb-design-assembly-list[data-v-59e0837d] {
64
- padding-top: 80px;
65
- }
66
- .amb-design-content[data-v-ff04c7d7] {
67
- overflow: auto;
68
- display: block;
69
- flex: none;
70
- position: relative;
71
- width: 100%;
72
- height: 100%;
73
- }
74
- .amb-design-content[data-v-ff04c7d7]::-webkit-scrollbar {
75
- width: 1px;
76
- }
77
- .amb-design-tool[data-v-ff04c7d7] {
78
- position: -webkit-sticky; /**Safari */
79
- position: sticky;
80
- width: 100%;
81
- top: 14px;
82
- background: #ffffff;
83
- height: 40px;
84
- line-height: 40px;
85
- padding-top: 10px;
86
- box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
87
- border-radius: 6px 6px 6px 6px;
88
- z-index: 0;
89
- }
90
- .amb-page-type[data-v-ff04c7d7] {
91
- padding-top: 11px;
92
- padding-left: 6px;
93
- padding-right: 6px;
94
- margin-right: 10px;
95
- border-radius: 4px 4px 4px 4px;
96
- cursor: pointer;
97
- }
98
- .amb-page-type[data-v-ff04c7d7]:hover {
99
- background: rgba(11, 45, 101, 0.105);
100
- }
101
- .amb-page-type.selected[data-v-ff04c7d7] {
102
- background: #5893ef;
103
- color: #ffffff;
104
- }
105
- .amb-page-type > label[data-v-ff04c7d7] {
106
- font-size: 14px;
107
- padding-left: 6px;
108
- padding-right: 6px;
109
- padding-bottom: 15px;
110
- top: -5px;
111
- position: relative;
112
- cursor: pointer;
113
- }
114
- .amb-design-tool-split[data-v-ff04c7d7] {
115
- height: 25px;
116
- margin-top: -12px;
117
- }
118
- .amb-design-board[data-v-ff04c7d7] {
119
- margin: 0 auto;
120
- margin-top: 28px;
121
- overflow-y: auto;
122
- overflow-x: auto;
123
- background: #ffffff;
124
- border-radius: 2px 2px 2px 2px;
125
- box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
126
- padding-bottom: 20px;
127
- }
128
- .container[data-v-ff04c7d7] {
129
- height: 100%;
130
- width: 100%;
131
- }
132
- .amb-item-ghost[data-v-ff04c7d7] {
133
- background-color: #5893ef;
134
- height: 5px;
135
- line-height: 5px;
136
- overflow: hidden;
137
- }
138
- /* 将你的自定义样式添加到这里 */
139
- .draggable-placeholder[data-v-ff04c7d7] {
140
- background-color: red;
141
- border: 1px dashed #ddd;
142
- margin: 5px;
143
- padding: 10px;
144
- }
145
- #LF-view[data-v-ff04c7d7] {
146
- width: calc(100% - 100px);
147
- height: 80%;
148
- outline: none;
149
- margin-left: 50px;
150
- }
151
- .el-drawer__header {
152
- margin-bottom: 0 !important;
153
- }
154
- /**
155
- 解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
156
- */
157
- [data-v-ff04c7d7] .el-overlay {
158
- position: static !important;
159
- }
160
- .triangle[data-v-ff04c7d7] {
161
- display: inline-block;
162
- width: 0;
163
- height: 0;
164
- border-style: solid;
165
- border-width: 0 50px 100px 50px;
166
- border-color: transparent transparent var(--el-skeleton-color) transparent;
167
- }
168
-
169
- .editorTool[data-v-d55ab098] {
170
- margin-left: auto;
171
- }
172
- .editorOption[data-v-d55ab098] {
173
- margin-right: 10px;
174
- cursor: pointer;
175
- }
176
- .pppp[data-v-d55ab098] {
177
- display: flex; /* 使用Flex布局 */
178
- justify-content: flex-start;
179
- align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
180
- }
181
-
182
- .el-alert + .el-form-item[data-v-a158f309] {
183
- margin-top: 10px;
184
- }
185
-
186
- [data-v-65e38bfb] .el-radio {
187
- margin: 0;
188
- }
189
- .el-radio + .el-radio[data-v-65e38bfb] {
190
- margin-left: 10px;
191
- }
192
-
193
- [data-v-a5cc897b] .el-table__row {
194
- cursor: pointer;
195
- }
196
- /** 右键菜单样式 */
197
- .context-menu[data-v-a5cc897b] {
198
- position: absolute;
199
- background: #fff;
200
- z-index: 999;
201
- margin: 5;
202
- padding: 8px 8px;
203
- box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
204
- border: 1px solid #bbbbbb;
205
- border-radius: 10px;
206
- font-size: 14px;
207
- }
208
- .context-menu li[data-v-a5cc897b] {
209
- list-style-type: none;
210
- min-width: 75px;
211
- line-height: 28px;
212
- text-align: left;
213
- border-radius: 5px;
214
- padding-left: 5px;
215
- cursor: pointer;
216
- }
217
- .context-menu li[data-v-a5cc897b]:hover {
218
- background: #0165e1;
219
- color: #fff;
220
- }
221
- /** 右键菜单样式 */
222
- .custom-tree-node[data-v-a5cc897b] {
223
- font-size: 14px;
224
- padding-right: 8px;
225
- display: flex; /* 使用Flex布局 */
226
- align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
227
- }
228
-
229
- .el-tabs + .el-alert[data-v-08737620] {
230
- margin-top: 10px;
231
- }
232
- .el-alert + .el-form-item[data-v-08737620] {
233
- margin-top: 10px;
234
- }
235
-
236
- .el-alert + .el-table[data-v-028fb838] {
237
- margin-top: 10px;
238
- }
239
- .el-table + .el-alert[data-v-028fb838] {
240
- margin: 10px 0;
241
- }
242
1
  .control-item[data-v-fdc6ec07] {
243
2
  top: -5px;
244
3
  position: relative;
@@ -369,920 +128,3 @@
369
128
  outline: none;
370
129
  margin-left: 50px;
371
130
  }
372
-
373
- .el-drawer__header {
374
- margin-bottom: 0 !important;
375
- }
376
- /**
377
- 解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
378
- */
379
- [data-v-c51cce99] .el-overlay {
380
- position: static;
381
- }
382
-
383
- [data-v-808a13e1] .el-radio {
384
- margin: 0;
385
- }
386
- .el-radio + .el-radio[data-v-808a13e1] {
387
- margin-left: 10px;
388
- }
389
- .amb-design-attr-base-content[data-v-ce167986] {
390
- background: #ffffff;
391
- box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
392
- height: 100%;
393
- padding-left: 10px;
394
- padding-right: 10px;
395
- overflow: auto;
396
- }
397
- .amb-design-attr-item[data-v-ce167986] {
398
- margin-bottom: 8px;
399
- }
400
- .amb-design-attr-group-header > button[data-v-ce167986] {
401
- background: #f5f6f8;
402
- padding-left: 10px;
403
- font-size: 14px;
404
- height: 42px;
405
- }
406
- .amb-design-attr-content[data-v-ce167986] {
407
- background: #ffffff;
408
- box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
409
- height: 100%;
410
- padding-left: 10px;
411
- padding-right: 10px;
412
- overflow: auto;
413
- position: relative;
414
- }
415
- .amb-design-attr-header-search[data-v-ce167986] {
416
- margin-top: 16px;
417
- }
418
- .amb-design-attr-header-select[data-v-ce167986] {
419
- width: 90px;
420
- height: 36px;
421
- }
422
- .amb-design-page-param-row[data-v-ce167986] {
423
- height: 34px;
424
- }
425
- .el-table__cell > .cell[data-v-ce167986] {
426
- white-space: nowrap !important;
427
- }
428
- .serviceflow-item[data-v-ce167986] {
429
- background: rgba(88, 147, 239, 0.06);
430
- border: 1px dashed rgba(88, 147, 239, 0.06);
431
- border-radius: 4px 4px 4px 4px;
432
- text-align: center;
433
- margin-top: 12px;
434
- padding: 10px 5px 10px 5px;
435
- font-size: 12px;
436
- cursor: move;
437
- height: 60px;
438
- overflow: hidden;
439
- box-sizing: border-box;
440
- color: #333333;
441
- text-overflow: ellipsis;
442
- white-space: nowrap;
443
- -webkit-user-select: none; /* Safari */
444
- -moz-user-select: none; /* Firefox */
445
- -ms-user-select: none; /* Internet Explorer/Edge */
446
- user-select: none; /* 标准语法 */
447
- }
448
- .serviceflow-item[data-v-ce167986]:hover {
449
- background: rgba(11, 45, 101, 0.105);
450
- border: 1px dashed rgba(11, 45, 101, 0.227);
451
- }
452
- .amb-assembly-item-drag[data-v-ce167986] {
453
- opacity: 1 !important;
454
- }
455
-
456
- .el-alert + .el-table[data-v-e27c4c1e] {
457
- margin-top: 10px;
458
- }
459
- .el-table + .el-alert[data-v-e27c4c1e] {
460
- margin: 10px 0;
461
- }
462
- .el-alert + .el-form-item[data-v-e27c4c1e] {
463
- margin-top: 10px;
464
- }
465
-
466
- .editorTool[data-v-684c1f08] {
467
- margin-left: auto;
468
- }
469
- .editorOption[data-v-684c1f08] {
470
- margin-right: 10px;
471
- cursor: pointer;
472
- }
473
- .pppp[data-v-684c1f08] {
474
- display: flex; /* 使用Flex布局 */
475
- justify-content: flex-start;
476
- align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
477
- }
478
-
479
- .el-alert + .el-form-item[data-v-32875028] {
480
- margin-top: 10px;
481
- }
482
- .el-alert + .el-table[data-v-32875028] {
483
- margin: 10px 0;
484
- }
485
-
486
- .el-dialog__wrapper[data-v-24162035] {
487
- overflow: hidden !important;
488
- padding-right: 0 !important;
489
- }
490
-
491
- .el-alert + .el-table[data-v-82e0dfef] {
492
- margin-top: 10px;
493
- }
494
- .el-alert + .el-form-item[data-v-82e0dfef] {
495
- margin-top: 10px;
496
- }
497
-
498
- .el-alert + .el-table[data-v-d978e7dc] {
499
- margin-top: 10px;
500
- }
501
- .el-table + .el-alert[data-v-d978e7dc] {
502
- margin: 10px 0;
503
- }
504
- .el-alert + .el-form-item[data-v-d978e7dc] {
505
- margin-top: 10px;
506
- }
507
-
508
- .aaa[data-v-8bd72b80] {
509
- width: 300px;
510
- height: 200px;
511
- background: #ffffff;
512
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
513
- border-radius: 2px 2px 2px 2px;
514
- }
515
- .content[data-v-8bd72b80] {
516
- width: 28px;
517
- height: 15px;
518
- font-weight: 400;
519
- font-size: 14px;
520
- color: #333333;
521
- line-height: 14px;
522
- text-align: left;
523
- font-style: normal;
524
- text-transform: none;
525
- padding: 5px 0px 4px 10px;
526
- }
527
- .nodeView[data-v-221a60f8] {
528
- box-sizing: border-box;
529
- margin: 10px 10px;
530
- width: 180px;
531
- height: 95px;
532
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
533
- border-radius: 2px 2px 2px 2px;
534
- padding: 20px 10px;
535
- }
536
- .nodeTitle[data-v-221a60f8] {
537
- width: 90px;
538
- height: 15px;
539
- font-weight: 400;
540
- font-size: 16px;
541
- color: #333333;
542
- line-height: 14px;
543
- text-align: left;
544
- font-style: normal;
545
- text-transform: none;
546
- padding: 0px 24px;
547
- white-space: nowrap; /* 确保文本在一行内显示 */
548
- overflow: hidden; /* 隐藏超出div宽度的文本 */
549
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
550
- }
551
- .nodeContent[data-v-221a60f8] {
552
- /* width: 100%; */
553
- height: 15px;
554
- font-weight: 400;
555
- font-size: 14px;
556
- color: #666666;
557
- line-height: 14px;
558
- text-align: left;
559
- font-style: normal;
560
- text-transform: none;
561
- padding: 0px 0px;
562
- white-space: nowrap; /* 确保文本在一行内显示 */
563
- overflow: hidden; /* 隐藏超出div宽度的文本 */
564
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
565
- }
566
- .nodeContent-desc[data-v-221a60f8]{
567
- }
568
- .el-divider--horizontal[data-v-221a60f8] {
569
- margin: 12px 0;
570
- }
571
- .nodeView[data-v-221a60f8] {
572
- border: 1px solid #5a90f9;
573
- background: #eef3fe;
574
- }
575
- .nodeTitle[data-v-221a60f8] {
576
- width: 80px;
577
- }
578
- .nodeView[data-v-4c6dfa4a] {
579
- box-sizing: border-box;
580
- margin: 10px 10px;
581
- width: 180px;
582
- height: 95px;
583
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
584
- border-radius: 2px 2px 2px 2px;
585
- padding: 20px 10px;
586
- }
587
- .nodeTitle[data-v-4c6dfa4a] {
588
- width: 90px;
589
- height: 15px;
590
- font-weight: 400;
591
- font-size: 16px;
592
- color: #333333;
593
- line-height: 14px;
594
- text-align: left;
595
- font-style: normal;
596
- text-transform: none;
597
- padding: 0px 24px;
598
- white-space: nowrap; /* 确保文本在一行内显示 */
599
- overflow: hidden; /* 隐藏超出div宽度的文本 */
600
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
601
- }
602
- .nodeContent[data-v-4c6dfa4a] {
603
- /* width: 100%; */
604
- height: 15px;
605
- font-weight: 400;
606
- font-size: 14px;
607
- color: #666666;
608
- line-height: 14px;
609
- text-align: left;
610
- font-style: normal;
611
- text-transform: none;
612
- padding: 0px 0px;
613
- white-space: nowrap; /* 确保文本在一行内显示 */
614
- overflow: hidden; /* 隐藏超出div宽度的文本 */
615
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
616
- }
617
- .nodeContent-desc[data-v-4c6dfa4a]{
618
- }
619
- .el-divider--horizontal[data-v-4c6dfa4a] {
620
- margin: 12px 0;
621
- }
622
- .nodeView[data-v-4c6dfa4a] {
623
- border: 1px solid #5a90f9;
624
- background: #eef3fe;
625
- width: 180px;
626
- min-height: 95px;
627
- }
628
- .nodeContent[data-v-4c6dfa4a] {
629
- }
630
- .nodeView[data-v-c176feb6] {
631
- box-sizing: border-box;
632
- margin: 10px 10px;
633
- width: 180px;
634
- height: 95px;
635
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
636
- border-radius: 2px 2px 2px 2px;
637
- padding: 20px 10px;
638
- }
639
- .nodeTitle[data-v-c176feb6] {
640
- width: 90px;
641
- height: 15px;
642
- font-weight: 400;
643
- font-size: 16px;
644
- color: #333333;
645
- line-height: 14px;
646
- text-align: left;
647
- font-style: normal;
648
- text-transform: none;
649
- padding: 0px 24px;
650
- white-space: nowrap; /* 确保文本在一行内显示 */
651
- overflow: hidden; /* 隐藏超出div宽度的文本 */
652
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
653
- }
654
- .nodeContent[data-v-c176feb6] {
655
- /* width: 100%; */
656
- height: 15px;
657
- font-weight: 400;
658
- font-size: 14px;
659
- color: #666666;
660
- line-height: 14px;
661
- text-align: left;
662
- font-style: normal;
663
- text-transform: none;
664
- padding: 0px 0px;
665
- white-space: nowrap; /* 确保文本在一行内显示 */
666
- overflow: hidden; /* 隐藏超出div宽度的文本 */
667
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
668
- }
669
- .nodeContent-desc[data-v-c176feb6]{
670
- }
671
- .el-divider--horizontal[data-v-c176feb6] {
672
- margin: 12px 0;
673
- }
674
- .nodeView[data-v-c176feb6] {
675
- border: 1px solid #5a90f9;
676
- background: #eef3fe;
677
- width: 180px;
678
- min-height: 95px;
679
- }
680
- .nodeContent[data-v-c176feb6] {
681
- }
682
- .nodeView[data-v-faa5a940] {
683
- box-sizing: border-box;
684
- margin: 10px 10px;
685
- width: 180px;
686
- height: 95px;
687
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
688
- border-radius: 2px 2px 2px 2px;
689
- padding: 20px 10px;
690
- }
691
- .nodeTitle[data-v-faa5a940] {
692
- width: 90px;
693
- height: 15px;
694
- font-weight: 400;
695
- font-size: 16px;
696
- color: #333333;
697
- line-height: 14px;
698
- text-align: left;
699
- font-style: normal;
700
- text-transform: none;
701
- padding: 0px 24px;
702
- white-space: nowrap; /* 确保文本在一行内显示 */
703
- overflow: hidden; /* 隐藏超出div宽度的文本 */
704
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
705
- }
706
- .nodeContent[data-v-faa5a940] {
707
- /* width: 100%; */
708
- height: 15px;
709
- font-weight: 400;
710
- font-size: 14px;
711
- color: #666666;
712
- line-height: 14px;
713
- text-align: left;
714
- font-style: normal;
715
- text-transform: none;
716
- padding: 0px 0px;
717
- white-space: nowrap; /* 确保文本在一行内显示 */
718
- overflow: hidden; /* 隐藏超出div宽度的文本 */
719
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
720
- }
721
- .nodeContent-desc[data-v-faa5a940]{
722
- }
723
- .el-divider--horizontal[data-v-faa5a940] {
724
- margin: 12px 0;
725
- }
726
- .nodeView[data-v-faa5a940] {
727
- border: 1px solid #5a90f9;
728
- background: #eef3fe;
729
- }
730
- .nodeTitle[data-v-faa5a940] {
731
- width: 80px;
732
- }
733
- .nodeView[data-v-5911272d] {
734
- box-sizing: border-box;
735
- margin: 10px 10px;
736
- width: 180px;
737
- height: 95px;
738
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
739
- border-radius: 2px 2px 2px 2px;
740
- padding: 20px 10px;
741
- }
742
- .nodeTitle[data-v-5911272d] {
743
- width: 90px;
744
- height: 15px;
745
- font-weight: 400;
746
- font-size: 16px;
747
- color: #333333;
748
- line-height: 14px;
749
- text-align: left;
750
- font-style: normal;
751
- text-transform: none;
752
- padding: 0px 24px;
753
- white-space: nowrap; /* 确保文本在一行内显示 */
754
- overflow: hidden; /* 隐藏超出div宽度的文本 */
755
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
756
- }
757
- .nodeContent[data-v-5911272d] {
758
- /* width: 100%; */
759
- height: 15px;
760
- font-weight: 400;
761
- font-size: 14px;
762
- color: #666666;
763
- line-height: 14px;
764
- text-align: left;
765
- font-style: normal;
766
- text-transform: none;
767
- padding: 0px 0px;
768
- white-space: nowrap; /* 确保文本在一行内显示 */
769
- overflow: hidden; /* 隐藏超出div宽度的文本 */
770
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
771
- }
772
- .nodeContent-desc[data-v-5911272d]{
773
- }
774
- .el-divider--horizontal[data-v-5911272d] {
775
- margin: 12px 0;
776
- }
777
- .nodeView[data-v-5911272d] {
778
- border: 1px solid #5a90f9;
779
- background: #eef3fe;
780
- }
781
- .nodeTitle[data-v-5911272d] {
782
- width: 80px;
783
- }
784
- .nodeView[data-v-b01d3a50] {
785
- box-sizing: border-box;
786
- margin: 10px 10px;
787
- width: 180px;
788
- height: 95px;
789
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
790
- border-radius: 2px 2px 2px 2px;
791
- padding: 20px 10px;
792
- }
793
- .nodeTitle[data-v-b01d3a50] {
794
- width: 90px;
795
- height: 15px;
796
- font-weight: 400;
797
- font-size: 16px;
798
- color: #333333;
799
- line-height: 14px;
800
- text-align: left;
801
- font-style: normal;
802
- text-transform: none;
803
- padding: 0px 24px;
804
- white-space: nowrap; /* 确保文本在一行内显示 */
805
- overflow: hidden; /* 隐藏超出div宽度的文本 */
806
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
807
- }
808
- .nodeContent[data-v-b01d3a50] {
809
- /* width: 100%; */
810
- height: 15px;
811
- font-weight: 400;
812
- font-size: 14px;
813
- color: #666666;
814
- line-height: 14px;
815
- text-align: left;
816
- font-style: normal;
817
- text-transform: none;
818
- padding: 0px 0px;
819
- white-space: nowrap; /* 确保文本在一行内显示 */
820
- overflow: hidden; /* 隐藏超出div宽度的文本 */
821
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
822
- }
823
- .nodeContent-desc[data-v-b01d3a50]{
824
- }
825
- .el-divider--horizontal[data-v-b01d3a50] {
826
- margin: 12px 0;
827
- }
828
- .nodeView[data-v-b01d3a50] {
829
- border: 1px solid #5a90f9;
830
- background: #eef3fe;
831
- }
832
- .nodeTitle[data-v-b01d3a50] {
833
- width: 80px;
834
- }
835
-
836
- .node-content[data-v-69a854a3] {
837
- width: 120px;
838
- height: 44px;
839
- background: #ffffff;
840
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
841
- border-radius: 2px 2px 2px 2px;
842
- }
843
- .content[data-v-69a854a3] {
844
- width: 28px;
845
- height: 15px;
846
- font-weight: 400;
847
- font-size: 14px;
848
- color: #333333;
849
- line-height: 14px;
850
- text-align: left;
851
- font-style: normal;
852
- text-transform: none;
853
- padding: 5px 0px 4px 10px;
854
- }
855
- .nodeView[data-v-bd32480c] {
856
- box-sizing: border-box;
857
- margin: 10px 10px;
858
- width: 180px;
859
- height: 95px;
860
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
861
- border-radius: 2px 2px 2px 2px;
862
- padding: 20px 10px;
863
- }
864
- .nodeTitle[data-v-bd32480c] {
865
- width: 90px;
866
- height: 15px;
867
- font-weight: 400;
868
- font-size: 16px;
869
- color: #333333;
870
- line-height: 14px;
871
- text-align: left;
872
- font-style: normal;
873
- text-transform: none;
874
- padding: 0px 24px;
875
- white-space: nowrap; /* 确保文本在一行内显示 */
876
- overflow: hidden; /* 隐藏超出div宽度的文本 */
877
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
878
- }
879
- .nodeContent[data-v-bd32480c] {
880
- /* width: 100%; */
881
- height: 15px;
882
- font-weight: 400;
883
- font-size: 14px;
884
- color: #666666;
885
- line-height: 14px;
886
- text-align: left;
887
- font-style: normal;
888
- text-transform: none;
889
- padding: 0px 0px;
890
- white-space: nowrap; /* 确保文本在一行内显示 */
891
- overflow: hidden; /* 隐藏超出div宽度的文本 */
892
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
893
- }
894
- .nodeContent-desc[data-v-bd32480c]{
895
- }
896
- .el-divider--horizontal[data-v-bd32480c] {
897
- margin: 12px 0;
898
- }
899
- .nodeView[data-v-bd32480c] {
900
- border: 1px solid #5a90f9;
901
- background: #eef3fe;
902
- width: 180px;
903
- min-height: 95px;
904
- }
905
- .nodeContent[data-v-bd32480c] {
906
- }
907
- .nodeView[data-v-df366d04] {
908
- box-sizing: border-box;
909
- margin: 10px 10px;
910
- width: 180px;
911
- height: 95px;
912
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
913
- border-radius: 2px 2px 2px 2px;
914
- padding: 20px 10px;
915
- }
916
- .nodeTitle[data-v-df366d04] {
917
- width: 90px;
918
- height: 15px;
919
- font-weight: 400;
920
- font-size: 16px;
921
- color: #333333;
922
- line-height: 14px;
923
- text-align: left;
924
- font-style: normal;
925
- text-transform: none;
926
- padding: 0px 24px;
927
- white-space: nowrap; /* 确保文本在一行内显示 */
928
- overflow: hidden; /* 隐藏超出div宽度的文本 */
929
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
930
- }
931
- .nodeContent[data-v-df366d04] {
932
- /* width: 100%; */
933
- height: 15px;
934
- font-weight: 400;
935
- font-size: 14px;
936
- color: #666666;
937
- line-height: 14px;
938
- text-align: left;
939
- font-style: normal;
940
- text-transform: none;
941
- padding: 0px 0px;
942
- white-space: nowrap; /* 确保文本在一行内显示 */
943
- overflow: hidden; /* 隐藏超出div宽度的文本 */
944
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
945
- }
946
- .nodeContent-desc[data-v-df366d04]{
947
- }
948
- .el-divider--horizontal[data-v-df366d04] {
949
- margin: 12px 0;
950
- }
951
- .nodeView[data-v-df366d04] {
952
- border: 1px solid #5a90f9;
953
- background: #eef3fe;
954
- }
955
- .nodeTitle[data-v-df366d04] {
956
- width: 80px;
957
- }
958
- .nodeView[data-v-7702fcdb] {
959
- box-sizing: border-box;
960
- margin: 10px 10px;
961
- width: 180px;
962
- height: 95px;
963
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
964
- border-radius: 2px 2px 2px 2px;
965
- padding: 20px 10px;
966
- }
967
- .nodeTitle[data-v-7702fcdb] {
968
- width: 90px;
969
- height: 15px;
970
- font-weight: 400;
971
- font-size: 16px;
972
- color: #333333;
973
- line-height: 14px;
974
- text-align: left;
975
- font-style: normal;
976
- text-transform: none;
977
- padding: 0px 24px;
978
- white-space: nowrap; /* 确保文本在一行内显示 */
979
- overflow: hidden; /* 隐藏超出div宽度的文本 */
980
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
981
- }
982
- .nodeContent[data-v-7702fcdb] {
983
- /* width: 100%; */
984
- height: 15px;
985
- font-weight: 400;
986
- font-size: 14px;
987
- color: #666666;
988
- line-height: 14px;
989
- text-align: left;
990
- font-style: normal;
991
- text-transform: none;
992
- padding: 0px 0px;
993
- white-space: nowrap; /* 确保文本在一行内显示 */
994
- overflow: hidden; /* 隐藏超出div宽度的文本 */
995
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
996
- }
997
- .nodeContent-desc[data-v-7702fcdb]{
998
- }
999
- .el-divider--horizontal[data-v-7702fcdb] {
1000
- margin: 12px 0;
1001
- }
1002
- .nodeView[data-v-7702fcdb] {
1003
- border: 1px solid #5a90f9;
1004
- background: #eef3fe;
1005
- }
1006
- .nodeTitle[data-v-7702fcdb] {
1007
- width: 80px;
1008
- }
1009
- .nodeView[data-v-9fff2753] {
1010
- box-sizing: border-box;
1011
- margin: 10px 10px;
1012
- width: 180px;
1013
- height: 95px;
1014
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1015
- border-radius: 2px 2px 2px 2px;
1016
- padding: 20px 10px;
1017
- }
1018
- .nodeTitle[data-v-9fff2753] {
1019
- width: 90px;
1020
- height: 15px;
1021
- font-weight: 400;
1022
- font-size: 16px;
1023
- color: #333333;
1024
- line-height: 14px;
1025
- text-align: left;
1026
- font-style: normal;
1027
- text-transform: none;
1028
- padding: 0px 24px;
1029
- white-space: nowrap; /* 确保文本在一行内显示 */
1030
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1031
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1032
- }
1033
- .nodeContent[data-v-9fff2753] {
1034
- /* width: 100%; */
1035
- height: 15px;
1036
- font-weight: 400;
1037
- font-size: 14px;
1038
- color: #666666;
1039
- line-height: 14px;
1040
- text-align: left;
1041
- font-style: normal;
1042
- text-transform: none;
1043
- padding: 0px 0px;
1044
- white-space: nowrap; /* 确保文本在一行内显示 */
1045
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1046
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1047
- }
1048
- .nodeContent-desc[data-v-9fff2753]{
1049
- }
1050
- .el-divider--horizontal[data-v-9fff2753] {
1051
- margin: 12px 0;
1052
- }
1053
- .nodeView[data-v-9fff2753] {
1054
- border: 1px solid #5a90f9;
1055
- background: #eef3fe;
1056
- }
1057
- .nodeTitle[data-v-9fff2753] {
1058
- width: 80px;
1059
- }
1060
- .nodeView[data-v-6d0cd280] {
1061
- box-sizing: border-box;
1062
- margin: 10px 10px;
1063
- width: 180px;
1064
- height: 95px;
1065
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1066
- border-radius: 2px 2px 2px 2px;
1067
- padding: 20px 10px;
1068
- }
1069
- .nodeTitle[data-v-6d0cd280] {
1070
- width: 90px;
1071
- height: 15px;
1072
- font-weight: 400;
1073
- font-size: 16px;
1074
- color: #333333;
1075
- line-height: 14px;
1076
- text-align: left;
1077
- font-style: normal;
1078
- text-transform: none;
1079
- padding: 0px 24px;
1080
- white-space: nowrap; /* 确保文本在一行内显示 */
1081
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1082
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1083
- }
1084
- .nodeContent[data-v-6d0cd280] {
1085
- /* width: 100%; */
1086
- height: 15px;
1087
- font-weight: 400;
1088
- font-size: 14px;
1089
- color: #666666;
1090
- line-height: 14px;
1091
- text-align: left;
1092
- font-style: normal;
1093
- text-transform: none;
1094
- padding: 0px 0px;
1095
- white-space: nowrap; /* 确保文本在一行内显示 */
1096
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1097
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1098
- }
1099
- .nodeContent-desc[data-v-6d0cd280]{
1100
- }
1101
- .el-divider--horizontal[data-v-6d0cd280] {
1102
- margin: 12px 0;
1103
- }
1104
- .nodeView[data-v-6d0cd280] {
1105
- border: 1px solid #5a90f9;
1106
- background: #eef3fe;
1107
- }
1108
- .nodeTitle[data-v-6d0cd280] {
1109
- width: 80px;
1110
- }
1111
-
1112
- .node-content[data-v-b28923f3] {
1113
- width: 120px;
1114
- height: 44px;
1115
- background: #ffffff;
1116
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1117
- border-radius: 2px 2px 2px 2px;
1118
- }
1119
- .content[data-v-b28923f3] {
1120
- width: 28px;
1121
- height: 15px;
1122
- font-weight: 400;
1123
- font-size: 14px;
1124
- color: #333333;
1125
- line-height: 14px;
1126
- text-align: left;
1127
- font-style: normal;
1128
- text-transform: none;
1129
- padding: 5px 0px 4px 10px;
1130
- }
1131
- .nodeView[data-v-b1d2a966] {
1132
- box-sizing: border-box;
1133
- margin: 10px 10px;
1134
- width: 180px;
1135
- height: 95px;
1136
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1137
- border-radius: 2px 2px 2px 2px;
1138
- padding: 20px 10px;
1139
- }
1140
- .nodeTitle[data-v-b1d2a966] {
1141
- width: 90px;
1142
- height: 15px;
1143
- font-weight: 400;
1144
- font-size: 16px;
1145
- color: #333333;
1146
- line-height: 14px;
1147
- text-align: left;
1148
- font-style: normal;
1149
- text-transform: none;
1150
- padding: 0px 24px;
1151
- white-space: nowrap; /* 确保文本在一行内显示 */
1152
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1153
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1154
- }
1155
- .nodeContent[data-v-b1d2a966] {
1156
- /* width: 100%; */
1157
- height: 15px;
1158
- font-weight: 400;
1159
- font-size: 14px;
1160
- color: #666666;
1161
- line-height: 14px;
1162
- text-align: left;
1163
- font-style: normal;
1164
- text-transform: none;
1165
- padding: 0px 0px;
1166
- white-space: nowrap; /* 确保文本在一行内显示 */
1167
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1168
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1169
- }
1170
- .nodeContent-desc[data-v-b1d2a966]{
1171
- }
1172
- .el-divider--horizontal[data-v-b1d2a966] {
1173
- margin: 12px 0;
1174
- }
1175
- .nodeView[data-v-b1d2a966] {
1176
- border: 1px solid #5a90f9;
1177
- background: #eef3fe;
1178
- }
1179
- .nodeTitle[data-v-b1d2a966] {
1180
- width: 80px;
1181
- }
1182
- .nodeView[data-v-b604c489] {
1183
- box-sizing: border-box;
1184
- margin: 10px 10px;
1185
- width: 180px;
1186
- height: 95px;
1187
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1188
- border-radius: 2px 2px 2px 2px;
1189
- padding: 20px 10px;
1190
- }
1191
- .nodeTitle[data-v-b604c489] {
1192
- width: 90px;
1193
- height: 15px;
1194
- font-weight: 400;
1195
- font-size: 16px;
1196
- color: #333333;
1197
- line-height: 14px;
1198
- text-align: left;
1199
- font-style: normal;
1200
- text-transform: none;
1201
- padding: 0px 24px;
1202
- white-space: nowrap; /* 确保文本在一行内显示 */
1203
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1204
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1205
- }
1206
- .nodeContent[data-v-b604c489] {
1207
- /* width: 100%; */
1208
- height: 15px;
1209
- font-weight: 400;
1210
- font-size: 14px;
1211
- color: #666666;
1212
- line-height: 14px;
1213
- text-align: left;
1214
- font-style: normal;
1215
- text-transform: none;
1216
- padding: 0px 0px;
1217
- white-space: nowrap; /* 确保文本在一行内显示 */
1218
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1219
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1220
- }
1221
- .nodeContent-desc[data-v-b604c489]{
1222
- }
1223
- .el-divider--horizontal[data-v-b604c489] {
1224
- margin: 12px 0;
1225
- }
1226
- .nodeView[data-v-b604c489] {
1227
- border: 1px solid #5a90f9;
1228
- background: #eef3fe;
1229
- }
1230
- .nodeTitle[data-v-b604c489] {
1231
- width: 80px;
1232
- }
1233
-
1234
- .el-select + .el-input[data-v-dbffbd8f] {
1235
- margin-left: 10px;
1236
- }
1237
- .el-input + .el-input[data-v-dbffbd8f] {
1238
- margin-left: 10px;
1239
- }
1240
- .el-input + .el-button[data-v-dbffbd8f] {
1241
- margin-left: 10px;
1242
- }
1243
-
1244
- .el-radio[data-v-1ee0eb33] {
1245
- margin-right: 10px;
1246
- }
1247
- [data-v-1ee0eb33] .el-empty__description {
1248
- margin-top: 0px;
1249
- }
1250
-
1251
- .el-radio[data-v-1bbd6187] {
1252
- margin-right: 10px;
1253
- }
1254
-
1255
- .el-select + .el-input[data-v-92a1d6cc] {
1256
- margin-left: 10px;
1257
- }
1258
- .el-input + .el-input[data-v-92a1d6cc] {
1259
- margin-left: 10px;
1260
- }
1261
- .el-input + .el-button[data-v-92a1d6cc] {
1262
- margin-left: 10px;
1263
- }
1264
-
1265
- [data-v-9cc733d7] .el-cascader-menu {
1266
- min-width: 120px !important;
1267
- }
1268
- .totalStyle[data-v-9cc733d7] {
1269
- display: flex;
1270
- height: 15px;
1271
- align-items: center;
1272
- justify-content: center;
1273
- font-size: 10px;
1274
- }
1275
- [data-v-9cc733d7] .el-input-group__append {
1276
- cursor: pointer;
1277
- }
1278
-
1279
- [data-v-2d06523b] .el-upload {
1280
- width: 100%;
1281
- }
1282
- [data-v-2d06523b] .el-button {
1283
- width: 100%;
1284
- }
1285
-
1286
- [data-v-9a3ee19e] .el-dropdown {
1287
- vertical-align: middle;
1288
- }