service-flow-designer 2.0.7 → 2.0.12

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 (129) hide show
  1. package/dist/es/designer/common/components/database-select.css +10 -0
  2. package/dist/es/designer/common/components/database-select.vue.js +1 -1
  3. package/dist/es/designer/common/components/datatable-select.css +10 -0
  4. package/dist/es/designer/common/components/datatable-select.vue.js +1 -1
  5. package/dist/es/designer/common/components/file-upload.css +7 -0
  6. package/dist/es/designer/common/components/file-upload.vue.js +1 -1
  7. package/dist/es/designer/common/components/value-set-input/value-set-input.css +14 -0
  8. package/dist/es/designer/common/components/value-set-input/value-set-input.vue.js +1 -1
  9. package/dist/es/designer/desginer-index.css +24 -0
  10. package/dist/es/designer/desginer-index.vue.js +1 -1
  11. package/dist/es/designer/service-components/base/custom-function/config.css +13 -0
  12. package/dist/es/designer/service-components/base/custom-function/config.vue.js +1 -1
  13. package/dist/es/designer/service-components/base/custom-function/index.css +51 -0
  14. package/dist/es/designer/service-components/base/custom-function/index.vue.js +1 -1
  15. package/dist/es/designer/service-components/base/end-node/index.css +20 -0
  16. package/dist/es/designer/service-components/base/end-node/index.vue.js +1 -1
  17. package/dist/es/designer/service-components/base/judge-condition/index.css +52 -0
  18. package/dist/es/designer/service-components/base/judge-condition/index.vue.js +1 -1
  19. package/dist/es/designer/service-components/base/loop-node/config.css +4 -0
  20. package/dist/es/designer/service-components/base/loop-node/config.vue.js +1 -1
  21. package/dist/es/designer/service-components/base/loop-node/index.css +20 -0
  22. package/dist/es/designer/service-components/base/loop-node/index.js +1 -1
  23. package/dist/es/designer/service-components/base/notification/index.css +51 -0
  24. package/dist/es/designer/service-components/base/notification/index.vue.js +1 -1
  25. package/dist/es/designer/service-components/base/notification/recipients-select.css +4 -0
  26. package/dist/es/designer/service-components/base/notification/recipients-select.vue.js +1 -1
  27. package/dist/es/designer/service-components/base/start-node/index.css +20 -0
  28. package/dist/es/designer/service-components/base/start-node/index.vue.js +1 -1
  29. package/dist/es/designer/service-components/computation/clean/config.css +10 -0
  30. package/dist/es/designer/service-components/computation/clean/config.vue.js +1 -1
  31. package/dist/es/designer/service-components/computation/clean/index.css +51 -0
  32. package/dist/es/designer/service-components/computation/clean/index.vue.js +1 -1
  33. package/dist/es/designer/service-components/computation/connect/config.css +7 -0
  34. package/dist/es/designer/service-components/computation/connect/config.vue.js +1 -1
  35. package/dist/es/designer/service-components/computation/connect/index.css +51 -0
  36. package/dist/es/designer/service-components/computation/connect/index.vue.js +1 -1
  37. package/dist/es/designer/service-components/computation/sort/config.css +10 -0
  38. package/dist/es/designer/service-components/computation/sort/config.vue.js +1 -1
  39. package/dist/es/designer/service-components/computation/sort/index.css +51 -0
  40. package/dist/es/designer/service-components/computation/sort/index.vue.js +1 -1
  41. package/dist/es/designer/service-components/computation/split-joint/config.css +7 -0
  42. package/dist/es/designer/service-components/computation/split-joint/config.vue.js +1 -1
  43. package/dist/es/designer/service-components/computation/split-joint/index.css +51 -0
  44. package/dist/es/designer/service-components/computation/split-joint/index.js +39 -0
  45. package/dist/es/designer/service-components/computation/split-joint/index.vue.js +7 -1
  46. package/dist/es/designer/service-components/computation/split-joint/index.vue2.js +44 -0
  47. package/dist/es/designer/service-components/computation/statistics/config.css +7 -0
  48. package/dist/es/designer/service-components/computation/statistics/config.vue.js +1 -1
  49. package/dist/es/designer/service-components/computation/statistics/index.css +51 -0
  50. package/dist/es/designer/service-components/computation/statistics/index.vue.js +1 -1
  51. package/dist/es/designer/service-components/database/aggregate-query/config.css +7 -0
  52. package/dist/es/designer/service-components/database/aggregate-query/config.vue.js +1 -1
  53. package/dist/es/designer/service-components/database/aggregate-query/index.css +52 -0
  54. package/dist/es/designer/service-components/database/aggregate-query/index.vue.js +1 -1
  55. package/dist/es/designer/service-components/database/dynamic-sql/config.css +13 -0
  56. package/dist/es/designer/service-components/database/dynamic-sql/config.vue.js +1 -1
  57. package/dist/es/designer/service-components/database/dynamic-sql/index.css +51 -0
  58. package/dist/es/designer/service-components/database/dynamic-sql/index.vue.js +1 -1
  59. package/dist/es/designer/service-components/database/regular-query/config.css +7 -0
  60. package/dist/es/designer/service-components/database/regular-query/config.vue.js +1 -1
  61. package/dist/es/designer/service-components/database/regular-query/index.css +52 -0
  62. package/dist/es/designer/service-components/database/regular-query/index.vue.js +1 -1
  63. package/dist/es/designer/service-components/index.js +4 -11
  64. package/dist/es/designer/service-components/service/common/json-data.css +4 -0
  65. package/dist/es/designer/service-components/service/common/json-data.vue.js +1 -1
  66. package/dist/es/designer/service-components/service/common/param-config.css +7 -0
  67. package/dist/es/designer/service-components/service/common/param-config.vue.js +1 -1
  68. package/dist/es/designer/service-components/service/custom-bean/index.css +51 -0
  69. package/dist/es/designer/service-components/service/custom-bean/index.vue.js +1 -1
  70. package/dist/es/designer/service-components/service/http-service/config.css +7 -0
  71. package/dist/es/designer/service-components/service/http-service/config.vue.js +1 -1
  72. package/dist/es/designer/service-components/service/http-service/index.css +51 -0
  73. package/dist/es/designer/service-components/service/http-service/index.vue.js +1 -1
  74. package/dist/es/{style.css → designer/service-flow-view/service-flow-tool.css} +0 -1158
  75. package/dist/es/designer/service-flow-view/service-flow-tool.vue.js +1 -1
  76. package/dist/es/designer/service-flow-view/service-node-config.css +10 -0
  77. package/dist/es/designer/service-flow-view/service-node-config.vue.js +1 -1
  78. package/dist/es/designer/service-flow-view/service-update-log.css +5 -0
  79. package/dist/es/designer/service-flow-view/service-update-log.vue.js +1 -1
  80. package/dist/es/designer/service-flow-view/view-index.css +102 -0
  81. package/dist/es/designer/service-flow-view/view-index.vue.js +1 -1
  82. package/dist/es/designer/service-panel/component-panel.css +66 -0
  83. package/dist/es/designer/service-panel/component-panel.vue.js +1 -1
  84. package/dist/es/designer/service-panel/service-list.css +36 -0
  85. package/dist/es/designer/service-panel/service-list.vue.js +1 -1
  86. package/dist/es/designer/service-panel/service-panel.css +41 -0
  87. package/dist/es/designer/service-panel/service-panel.vue.js +1 -1
  88. package/package.json +2 -2
  89. package/dist/es/designer/common/components/database-select.vue3.js +0 -1
  90. package/dist/es/designer/common/components/datatable-select.vue3.js +0 -1
  91. package/dist/es/designer/common/components/file-upload.vue3.js +0 -1
  92. package/dist/es/designer/common/components/value-set-input/value-set-input.vue3.js +0 -1
  93. package/dist/es/designer/desginer-index.vue3.js +0 -1
  94. package/dist/es/designer/service-components/base/custom-function/config.vue3.js +0 -1
  95. package/dist/es/designer/service-components/base/custom-function/index.vue3.js +0 -1
  96. package/dist/es/designer/service-components/base/end-node/index.vue3.js +0 -1
  97. package/dist/es/designer/service-components/base/judge-condition/index.vue3.js +0 -1
  98. package/dist/es/designer/service-components/base/loop-node/config.vue3.js +0 -1
  99. package/dist/es/designer/service-components/base/loop-node/index.vue.js +0 -1
  100. package/dist/es/designer/service-components/base/notification/index.vue3.js +0 -1
  101. package/dist/es/designer/service-components/base/notification/recipients-select.vue3.js +0 -1
  102. package/dist/es/designer/service-components/base/start-node/index.vue3.js +0 -1
  103. package/dist/es/designer/service-components/computation/clean/config.vue3.js +0 -1
  104. package/dist/es/designer/service-components/computation/clean/index.vue3.js +0 -1
  105. package/dist/es/designer/service-components/computation/connect/config.vue3.js +0 -1
  106. package/dist/es/designer/service-components/computation/connect/index.vue3.js +0 -1
  107. package/dist/es/designer/service-components/computation/sort/config.vue3.js +0 -1
  108. package/dist/es/designer/service-components/computation/sort/index.vue3.js +0 -1
  109. package/dist/es/designer/service-components/computation/split-joint/config.vue3.js +0 -1
  110. package/dist/es/designer/service-components/computation/statistics/config.vue3.js +0 -1
  111. package/dist/es/designer/service-components/computation/statistics/index.vue3.js +0 -1
  112. package/dist/es/designer/service-components/database/aggregate-query/config.vue3.js +0 -1
  113. package/dist/es/designer/service-components/database/aggregate-query/index.vue3.js +0 -1
  114. package/dist/es/designer/service-components/database/dynamic-sql/config.vue3.js +0 -1
  115. package/dist/es/designer/service-components/database/dynamic-sql/index.vue3.js +0 -1
  116. package/dist/es/designer/service-components/database/regular-query/config.vue3.js +0 -1
  117. package/dist/es/designer/service-components/database/regular-query/index.vue3.js +0 -1
  118. package/dist/es/designer/service-components/service/common/json-data.vue3.js +0 -1
  119. package/dist/es/designer/service-components/service/common/param-config.vue3.js +0 -1
  120. package/dist/es/designer/service-components/service/custom-bean/index.vue3.js +0 -1
  121. package/dist/es/designer/service-components/service/http-service/config.vue3.js +0 -1
  122. package/dist/es/designer/service-components/service/http-service/index.vue3.js +0 -1
  123. package/dist/es/designer/service-flow-view/service-flow-tool.vue3.js +0 -1
  124. package/dist/es/designer/service-flow-view/service-node-config.vue3.js +0 -1
  125. package/dist/es/designer/service-flow-view/service-update-log.vue3.js +0 -1
  126. package/dist/es/designer/service-flow-view/view-index.vue3.js +0 -1
  127. package/dist/es/designer/service-panel/component-panel.vue3.js +0 -1
  128. package/dist/es/designer/service-panel/service-list.vue3.js +0 -1
  129. package/dist/es/designer/service-panel/service-panel.vue3.js +0 -1
@@ -1,335 +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
- .el-alert + .el-form-item[data-v-a158f309] {
170
- margin-top: 10px;
171
- }
172
-
173
- .editorTool[data-v-d55ab098] {
174
- margin-left: auto;
175
- }
176
- .editorOption[data-v-d55ab098] {
177
- margin-right: 10px;
178
- cursor: pointer;
179
- }
180
- .pppp[data-v-d55ab098] {
181
- display: flex; /* 使用Flex布局 */
182
- justify-content: flex-start;
183
- align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
184
- }
185
-
186
- .el-alert + .el-table[data-v-e27c4c1e] {
187
- margin-top: 10px;
188
- }
189
- .el-table + .el-alert[data-v-e27c4c1e] {
190
- margin: 10px 0;
191
- }
192
- .el-alert + .el-form-item[data-v-e27c4c1e] {
193
- margin-top: 10px;
194
- }
195
- .amb-design-attr-base-content[data-v-ce167986] {
196
- background: #ffffff;
197
- box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
198
- height: 100%;
199
- padding-left: 10px;
200
- padding-right: 10px;
201
- overflow: auto;
202
- }
203
- .amb-design-attr-item[data-v-ce167986] {
204
- margin-bottom: 8px;
205
- }
206
- .amb-design-attr-group-header > button[data-v-ce167986] {
207
- background: #f5f6f8;
208
- padding-left: 10px;
209
- font-size: 14px;
210
- height: 42px;
211
- }
212
- .amb-design-attr-content[data-v-ce167986] {
213
- background: #ffffff;
214
- box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
215
- height: 100%;
216
- padding-left: 10px;
217
- padding-right: 10px;
218
- overflow: auto;
219
- position: relative;
220
- }
221
- .amb-design-attr-header-search[data-v-ce167986] {
222
- margin-top: 16px;
223
- }
224
- .amb-design-attr-header-select[data-v-ce167986] {
225
- width: 90px;
226
- height: 36px;
227
- }
228
- .amb-design-page-param-row[data-v-ce167986] {
229
- height: 34px;
230
- }
231
- .el-table__cell > .cell[data-v-ce167986] {
232
- white-space: nowrap !important;
233
- }
234
- .serviceflow-item[data-v-ce167986] {
235
- background: rgba(88, 147, 239, 0.06);
236
- border: 1px dashed rgba(88, 147, 239, 0.06);
237
- border-radius: 4px 4px 4px 4px;
238
- text-align: center;
239
- margin-top: 12px;
240
- padding: 10px 5px 10px 5px;
241
- font-size: 12px;
242
- cursor: move;
243
- height: 60px;
244
- overflow: hidden;
245
- box-sizing: border-box;
246
- color: #333333;
247
- text-overflow: ellipsis;
248
- white-space: nowrap;
249
- -webkit-user-select: none; /* Safari */
250
- -moz-user-select: none; /* Firefox */
251
- -ms-user-select: none; /* Internet Explorer/Edge */
252
- user-select: none; /* 标准语法 */
253
- }
254
- .serviceflow-item[data-v-ce167986]:hover {
255
- background: rgba(11, 45, 101, 0.105);
256
- border: 1px dashed rgba(11, 45, 101, 0.227);
257
- }
258
- .amb-assembly-item-drag[data-v-ce167986] {
259
- opacity: 1 !important;
260
- }
261
-
262
- .el-alert + .el-form-item[data-v-32875028] {
263
- margin-top: 10px;
264
- }
265
- .el-alert + .el-table[data-v-32875028] {
266
- margin: 10px 0;
267
- }
268
-
269
- .el-tabs + .el-alert[data-v-08737620] {
270
- margin-top: 10px;
271
- }
272
- .el-alert + .el-form-item[data-v-08737620] {
273
- margin-top: 10px;
274
- }
275
-
276
- .el-dialog__wrapper[data-v-24162035] {
277
- overflow: hidden !important;
278
- padding-right: 0 !important;
279
- }
280
-
281
- .el-drawer__header {
282
- margin-bottom: 0 !important;
283
- }
284
- /**
285
- 解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
286
- */
287
- [data-v-c51cce99] .el-overlay {
288
- position: static;
289
- }
290
-
291
- .el-alert + .el-table[data-v-028fb838] {
292
- margin-top: 10px;
293
- }
294
- .el-table + .el-alert[data-v-028fb838] {
295
- margin: 10px 0;
296
- }
297
-
298
- [data-v-a5cc897b] .el-table__row {
299
- cursor: pointer;
300
- }
301
- /** 右键菜单样式 */
302
- .context-menu[data-v-a5cc897b] {
303
- position: absolute;
304
- background: #fff;
305
- z-index: 999;
306
- margin: 5;
307
- padding: 8px 8px;
308
- box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
309
- border: 1px solid #bbbbbb;
310
- border-radius: 10px;
311
- font-size: 14px;
312
- }
313
- .context-menu li[data-v-a5cc897b] {
314
- list-style-type: none;
315
- min-width: 75px;
316
- line-height: 28px;
317
- text-align: left;
318
- border-radius: 5px;
319
- padding-left: 5px;
320
- cursor: pointer;
321
- }
322
- .context-menu li[data-v-a5cc897b]:hover {
323
- background: #0165e1;
324
- color: #fff;
325
- }
326
- /** 右键菜单样式 */
327
- .custom-tree-node[data-v-a5cc897b] {
328
- font-size: 14px;
329
- padding-right: 8px;
330
- display: flex; /* 使用Flex布局 */
331
- align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
332
- }
333
1
  .control-item[data-v-fdc6ec07] {
334
2
  top: -5px;
335
3
  position: relative;
@@ -460,829 +128,3 @@
460
128
  outline: none;
461
129
  margin-left: 50px;
462
130
  }
463
-
464
- .editorTool[data-v-684c1f08] {
465
- margin-left: auto;
466
- }
467
- .editorOption[data-v-684c1f08] {
468
- margin-right: 10px;
469
- cursor: pointer;
470
- }
471
- .pppp[data-v-684c1f08] {
472
- display: flex; /* 使用Flex布局 */
473
- justify-content: flex-start;
474
- align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
475
- }
476
-
477
- .el-alert + .el-table[data-v-82e0dfef] {
478
- margin-top: 10px;
479
- }
480
- .el-alert + .el-form-item[data-v-82e0dfef] {
481
- margin-top: 10px;
482
- }
483
-
484
- [data-v-808a13e1] .el-radio {
485
- margin: 0;
486
- }
487
- .el-radio + .el-radio[data-v-808a13e1] {
488
- margin-left: 10px;
489
- }
490
-
491
- [data-v-65e38bfb] .el-radio {
492
- margin: 0;
493
- }
494
- .el-radio + .el-radio[data-v-65e38bfb] {
495
- margin-left: 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
- .nodeView[data-v-c176feb6] {
508
- box-sizing: border-box;
509
- margin: 10px 10px;
510
- width: 180px;
511
- height: 95px;
512
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
513
- border-radius: 2px 2px 2px 2px;
514
- padding: 20px 10px;
515
- }
516
- .nodeTitle[data-v-c176feb6] {
517
- width: 90px;
518
- height: 15px;
519
- font-weight: 400;
520
- font-size: 16px;
521
- color: #333333;
522
- line-height: 14px;
523
- text-align: left;
524
- font-style: normal;
525
- text-transform: none;
526
- padding: 0px 24px;
527
- white-space: nowrap; /* 确保文本在一行内显示 */
528
- overflow: hidden; /* 隐藏超出div宽度的文本 */
529
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
530
- }
531
- .nodeContent[data-v-c176feb6] {
532
- /* width: 100%; */
533
- height: 15px;
534
- font-weight: 400;
535
- font-size: 14px;
536
- color: #666666;
537
- line-height: 14px;
538
- text-align: left;
539
- font-style: normal;
540
- text-transform: none;
541
- padding: 0px 0px;
542
- white-space: nowrap; /* 确保文本在一行内显示 */
543
- overflow: hidden; /* 隐藏超出div宽度的文本 */
544
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
545
- }
546
- .nodeContent-desc[data-v-c176feb6]{
547
- }
548
- .el-divider--horizontal[data-v-c176feb6] {
549
- margin: 12px 0;
550
- }
551
- .nodeView[data-v-c176feb6] {
552
- border: 1px solid #5a90f9;
553
- background: #eef3fe;
554
- width: 180px;
555
- min-height: 95px;
556
- }
557
- .nodeContent[data-v-c176feb6] {
558
- }
559
- .nodeView[data-v-df366d04] {
560
- box-sizing: border-box;
561
- margin: 10px 10px;
562
- width: 180px;
563
- height: 95px;
564
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
565
- border-radius: 2px 2px 2px 2px;
566
- padding: 20px 10px;
567
- }
568
- .nodeTitle[data-v-df366d04] {
569
- width: 90px;
570
- height: 15px;
571
- font-weight: 400;
572
- font-size: 16px;
573
- color: #333333;
574
- line-height: 14px;
575
- text-align: left;
576
- font-style: normal;
577
- text-transform: none;
578
- padding: 0px 24px;
579
- white-space: nowrap; /* 确保文本在一行内显示 */
580
- overflow: hidden; /* 隐藏超出div宽度的文本 */
581
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
582
- }
583
- .nodeContent[data-v-df366d04] {
584
- /* width: 100%; */
585
- height: 15px;
586
- font-weight: 400;
587
- font-size: 14px;
588
- color: #666666;
589
- line-height: 14px;
590
- text-align: left;
591
- font-style: normal;
592
- text-transform: none;
593
- padding: 0px 0px;
594
- white-space: nowrap; /* 确保文本在一行内显示 */
595
- overflow: hidden; /* 隐藏超出div宽度的文本 */
596
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
597
- }
598
- .nodeContent-desc[data-v-df366d04]{
599
- }
600
- .el-divider--horizontal[data-v-df366d04] {
601
- margin: 12px 0;
602
- }
603
- .nodeView[data-v-df366d04] {
604
- border: 1px solid #5a90f9;
605
- background: #eef3fe;
606
- }
607
- .nodeTitle[data-v-df366d04] {
608
- width: 80px;
609
- }
610
-
611
- .node-content[data-v-69a854a3] {
612
- width: 120px;
613
- height: 44px;
614
- background: #ffffff;
615
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
616
- border-radius: 2px 2px 2px 2px;
617
- }
618
- .content[data-v-69a854a3] {
619
- width: 28px;
620
- height: 15px;
621
- font-weight: 400;
622
- font-size: 14px;
623
- color: #333333;
624
- line-height: 14px;
625
- text-align: left;
626
- font-style: normal;
627
- text-transform: none;
628
- padding: 5px 0px 4px 10px;
629
- }
630
- .nodeView[data-v-221a60f8] {
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-221a60f8] {
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-221a60f8] {
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-221a60f8]{
670
- }
671
- .el-divider--horizontal[data-v-221a60f8] {
672
- margin: 12px 0;
673
- }
674
- .nodeView[data-v-221a60f8] {
675
- border: 1px solid #5a90f9;
676
- background: #eef3fe;
677
- }
678
- .nodeTitle[data-v-221a60f8] {
679
- width: 80px;
680
- }
681
- .nodeView[data-v-b1d2a966] {
682
- box-sizing: border-box;
683
- margin: 10px 10px;
684
- width: 180px;
685
- height: 95px;
686
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
687
- border-radius: 2px 2px 2px 2px;
688
- padding: 20px 10px;
689
- }
690
- .nodeTitle[data-v-b1d2a966] {
691
- width: 90px;
692
- height: 15px;
693
- font-weight: 400;
694
- font-size: 16px;
695
- color: #333333;
696
- line-height: 14px;
697
- text-align: left;
698
- font-style: normal;
699
- text-transform: none;
700
- padding: 0px 24px;
701
- white-space: nowrap; /* 确保文本在一行内显示 */
702
- overflow: hidden; /* 隐藏超出div宽度的文本 */
703
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
704
- }
705
- .nodeContent[data-v-b1d2a966] {
706
- /* width: 100%; */
707
- height: 15px;
708
- font-weight: 400;
709
- font-size: 14px;
710
- color: #666666;
711
- line-height: 14px;
712
- text-align: left;
713
- font-style: normal;
714
- text-transform: none;
715
- padding: 0px 0px;
716
- white-space: nowrap; /* 确保文本在一行内显示 */
717
- overflow: hidden; /* 隐藏超出div宽度的文本 */
718
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
719
- }
720
- .nodeContent-desc[data-v-b1d2a966]{
721
- }
722
- .el-divider--horizontal[data-v-b1d2a966] {
723
- margin: 12px 0;
724
- }
725
- .nodeView[data-v-b1d2a966] {
726
- border: 1px solid #5a90f9;
727
- background: #eef3fe;
728
- }
729
- .nodeTitle[data-v-b1d2a966] {
730
- width: 80px;
731
- }
732
- .nodeView[data-v-6d0cd280] {
733
- box-sizing: border-box;
734
- margin: 10px 10px;
735
- width: 180px;
736
- height: 95px;
737
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
738
- border-radius: 2px 2px 2px 2px;
739
- padding: 20px 10px;
740
- }
741
- .nodeTitle[data-v-6d0cd280] {
742
- width: 90px;
743
- height: 15px;
744
- font-weight: 400;
745
- font-size: 16px;
746
- color: #333333;
747
- line-height: 14px;
748
- text-align: left;
749
- font-style: normal;
750
- text-transform: none;
751
- padding: 0px 24px;
752
- white-space: nowrap; /* 确保文本在一行内显示 */
753
- overflow: hidden; /* 隐藏超出div宽度的文本 */
754
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
755
- }
756
- .nodeContent[data-v-6d0cd280] {
757
- /* width: 100%; */
758
- height: 15px;
759
- font-weight: 400;
760
- font-size: 14px;
761
- color: #666666;
762
- line-height: 14px;
763
- text-align: left;
764
- font-style: normal;
765
- text-transform: none;
766
- padding: 0px 0px;
767
- white-space: nowrap; /* 确保文本在一行内显示 */
768
- overflow: hidden; /* 隐藏超出div宽度的文本 */
769
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
770
- }
771
- .nodeContent-desc[data-v-6d0cd280]{
772
- }
773
- .el-divider--horizontal[data-v-6d0cd280] {
774
- margin: 12px 0;
775
- }
776
- .nodeView[data-v-6d0cd280] {
777
- border: 1px solid #5a90f9;
778
- background: #eef3fe;
779
- }
780
- .nodeTitle[data-v-6d0cd280] {
781
- width: 80px;
782
- }
783
- .nodeView[data-v-b604c489] {
784
- box-sizing: border-box;
785
- margin: 10px 10px;
786
- width: 180px;
787
- height: 95px;
788
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
789
- border-radius: 2px 2px 2px 2px;
790
- padding: 20px 10px;
791
- }
792
- .nodeTitle[data-v-b604c489] {
793
- width: 90px;
794
- height: 15px;
795
- font-weight: 400;
796
- font-size: 16px;
797
- color: #333333;
798
- line-height: 14px;
799
- text-align: left;
800
- font-style: normal;
801
- text-transform: none;
802
- padding: 0px 24px;
803
- white-space: nowrap; /* 确保文本在一行内显示 */
804
- overflow: hidden; /* 隐藏超出div宽度的文本 */
805
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
806
- }
807
- .nodeContent[data-v-b604c489] {
808
- /* width: 100%; */
809
- height: 15px;
810
- font-weight: 400;
811
- font-size: 14px;
812
- color: #666666;
813
- line-height: 14px;
814
- text-align: left;
815
- font-style: normal;
816
- text-transform: none;
817
- padding: 0px 0px;
818
- white-space: nowrap; /* 确保文本在一行内显示 */
819
- overflow: hidden; /* 隐藏超出div宽度的文本 */
820
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
821
- }
822
- .nodeContent-desc[data-v-b604c489]{
823
- }
824
- .el-divider--horizontal[data-v-b604c489] {
825
- margin: 12px 0;
826
- }
827
- .nodeView[data-v-b604c489] {
828
- border: 1px solid #5a90f9;
829
- background: #eef3fe;
830
- }
831
- .nodeTitle[data-v-b604c489] {
832
- width: 80px;
833
- }
834
- .nodeView[data-v-7702fcdb] {
835
- box-sizing: border-box;
836
- margin: 10px 10px;
837
- width: 180px;
838
- height: 95px;
839
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
840
- border-radius: 2px 2px 2px 2px;
841
- padding: 20px 10px;
842
- }
843
- .nodeTitle[data-v-7702fcdb] {
844
- width: 90px;
845
- height: 15px;
846
- font-weight: 400;
847
- font-size: 16px;
848
- color: #333333;
849
- line-height: 14px;
850
- text-align: left;
851
- font-style: normal;
852
- text-transform: none;
853
- padding: 0px 24px;
854
- white-space: nowrap; /* 确保文本在一行内显示 */
855
- overflow: hidden; /* 隐藏超出div宽度的文本 */
856
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
857
- }
858
- .nodeContent[data-v-7702fcdb] {
859
- /* width: 100%; */
860
- height: 15px;
861
- font-weight: 400;
862
- font-size: 14px;
863
- color: #666666;
864
- line-height: 14px;
865
- text-align: left;
866
- font-style: normal;
867
- text-transform: none;
868
- padding: 0px 0px;
869
- white-space: nowrap; /* 确保文本在一行内显示 */
870
- overflow: hidden; /* 隐藏超出div宽度的文本 */
871
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
872
- }
873
- .nodeContent-desc[data-v-7702fcdb]{
874
- }
875
- .el-divider--horizontal[data-v-7702fcdb] {
876
- margin: 12px 0;
877
- }
878
- .nodeView[data-v-7702fcdb] {
879
- border: 1px solid #5a90f9;
880
- background: #eef3fe;
881
- }
882
- .nodeTitle[data-v-7702fcdb] {
883
- width: 80px;
884
- }
885
- .nodeView[data-v-bd32480c] {
886
- box-sizing: border-box;
887
- margin: 10px 10px;
888
- width: 180px;
889
- height: 95px;
890
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
891
- border-radius: 2px 2px 2px 2px;
892
- padding: 20px 10px;
893
- }
894
- .nodeTitle[data-v-bd32480c] {
895
- width: 90px;
896
- height: 15px;
897
- font-weight: 400;
898
- font-size: 16px;
899
- color: #333333;
900
- line-height: 14px;
901
- text-align: left;
902
- font-style: normal;
903
- text-transform: none;
904
- padding: 0px 24px;
905
- white-space: nowrap; /* 确保文本在一行内显示 */
906
- overflow: hidden; /* 隐藏超出div宽度的文本 */
907
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
908
- }
909
- .nodeContent[data-v-bd32480c] {
910
- /* width: 100%; */
911
- height: 15px;
912
- font-weight: 400;
913
- font-size: 14px;
914
- color: #666666;
915
- line-height: 14px;
916
- text-align: left;
917
- font-style: normal;
918
- text-transform: none;
919
- padding: 0px 0px;
920
- white-space: nowrap; /* 确保文本在一行内显示 */
921
- overflow: hidden; /* 隐藏超出div宽度的文本 */
922
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
923
- }
924
- .nodeContent-desc[data-v-bd32480c]{
925
- }
926
- .el-divider--horizontal[data-v-bd32480c] {
927
- margin: 12px 0;
928
- }
929
- .nodeView[data-v-bd32480c] {
930
- border: 1px solid #5a90f9;
931
- background: #eef3fe;
932
- width: 180px;
933
- min-height: 95px;
934
- }
935
- .nodeContent[data-v-bd32480c] {
936
- }
937
-
938
- .aaa[data-v-8bd72b80] {
939
- width: 300px;
940
- height: 200px;
941
- background: #ffffff;
942
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
943
- border-radius: 2px 2px 2px 2px;
944
- }
945
- .content[data-v-8bd72b80] {
946
- width: 28px;
947
- height: 15px;
948
- font-weight: 400;
949
- font-size: 14px;
950
- color: #333333;
951
- line-height: 14px;
952
- text-align: left;
953
- font-style: normal;
954
- text-transform: none;
955
- padding: 5px 0px 4px 10px;
956
- }
957
- .nodeView[data-v-9fff2753] {
958
- box-sizing: border-box;
959
- margin: 10px 10px;
960
- width: 180px;
961
- height: 95px;
962
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
963
- border-radius: 2px 2px 2px 2px;
964
- padding: 20px 10px;
965
- }
966
- .nodeTitle[data-v-9fff2753] {
967
- width: 90px;
968
- height: 15px;
969
- font-weight: 400;
970
- font-size: 16px;
971
- color: #333333;
972
- line-height: 14px;
973
- text-align: left;
974
- font-style: normal;
975
- text-transform: none;
976
- padding: 0px 24px;
977
- white-space: nowrap; /* 确保文本在一行内显示 */
978
- overflow: hidden; /* 隐藏超出div宽度的文本 */
979
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
980
- }
981
- .nodeContent[data-v-9fff2753] {
982
- /* width: 100%; */
983
- height: 15px;
984
- font-weight: 400;
985
- font-size: 14px;
986
- color: #666666;
987
- line-height: 14px;
988
- text-align: left;
989
- font-style: normal;
990
- text-transform: none;
991
- padding: 0px 0px;
992
- white-space: nowrap; /* 确保文本在一行内显示 */
993
- overflow: hidden; /* 隐藏超出div宽度的文本 */
994
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
995
- }
996
- .nodeContent-desc[data-v-9fff2753]{
997
- }
998
- .el-divider--horizontal[data-v-9fff2753] {
999
- margin: 12px 0;
1000
- }
1001
- .nodeView[data-v-9fff2753] {
1002
- border: 1px solid #5a90f9;
1003
- background: #eef3fe;
1004
- }
1005
- .nodeTitle[data-v-9fff2753] {
1006
- width: 80px;
1007
- }
1008
- .nodeView[data-v-4c6dfa4a] {
1009
- box-sizing: border-box;
1010
- margin: 10px 10px;
1011
- width: 180px;
1012
- height: 95px;
1013
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1014
- border-radius: 2px 2px 2px 2px;
1015
- padding: 20px 10px;
1016
- }
1017
- .nodeTitle[data-v-4c6dfa4a] {
1018
- width: 90px;
1019
- height: 15px;
1020
- font-weight: 400;
1021
- font-size: 16px;
1022
- color: #333333;
1023
- line-height: 14px;
1024
- text-align: left;
1025
- font-style: normal;
1026
- text-transform: none;
1027
- padding: 0px 24px;
1028
- white-space: nowrap; /* 确保文本在一行内显示 */
1029
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1030
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1031
- }
1032
- .nodeContent[data-v-4c6dfa4a] {
1033
- /* width: 100%; */
1034
- height: 15px;
1035
- font-weight: 400;
1036
- font-size: 14px;
1037
- color: #666666;
1038
- line-height: 14px;
1039
- text-align: left;
1040
- font-style: normal;
1041
- text-transform: none;
1042
- padding: 0px 0px;
1043
- white-space: nowrap; /* 确保文本在一行内显示 */
1044
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1045
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1046
- }
1047
- .nodeContent-desc[data-v-4c6dfa4a]{
1048
- }
1049
- .el-divider--horizontal[data-v-4c6dfa4a] {
1050
- margin: 12px 0;
1051
- }
1052
- .nodeView[data-v-4c6dfa4a] {
1053
- border: 1px solid #5a90f9;
1054
- background: #eef3fe;
1055
- width: 180px;
1056
- min-height: 95px;
1057
- }
1058
- .nodeContent[data-v-4c6dfa4a] {
1059
- }
1060
-
1061
- .node-content[data-v-b28923f3] {
1062
- width: 120px;
1063
- height: 44px;
1064
- background: #ffffff;
1065
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1066
- border-radius: 2px 2px 2px 2px;
1067
- }
1068
- .content[data-v-b28923f3] {
1069
- width: 28px;
1070
- height: 15px;
1071
- font-weight: 400;
1072
- font-size: 14px;
1073
- color: #333333;
1074
- line-height: 14px;
1075
- text-align: left;
1076
- font-style: normal;
1077
- text-transform: none;
1078
- padding: 5px 0px 4px 10px;
1079
- }
1080
- .nodeView[data-v-faa5a940] {
1081
- box-sizing: border-box;
1082
- margin: 10px 10px;
1083
- width: 180px;
1084
- height: 95px;
1085
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1086
- border-radius: 2px 2px 2px 2px;
1087
- padding: 20px 10px;
1088
- }
1089
- .nodeTitle[data-v-faa5a940] {
1090
- width: 90px;
1091
- height: 15px;
1092
- font-weight: 400;
1093
- font-size: 16px;
1094
- color: #333333;
1095
- line-height: 14px;
1096
- text-align: left;
1097
- font-style: normal;
1098
- text-transform: none;
1099
- padding: 0px 24px;
1100
- white-space: nowrap; /* 确保文本在一行内显示 */
1101
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1102
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1103
- }
1104
- .nodeContent[data-v-faa5a940] {
1105
- /* width: 100%; */
1106
- height: 15px;
1107
- font-weight: 400;
1108
- font-size: 14px;
1109
- color: #666666;
1110
- line-height: 14px;
1111
- text-align: left;
1112
- font-style: normal;
1113
- text-transform: none;
1114
- padding: 0px 0px;
1115
- white-space: nowrap; /* 确保文本在一行内显示 */
1116
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1117
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1118
- }
1119
- .nodeContent-desc[data-v-faa5a940]{
1120
- }
1121
- .el-divider--horizontal[data-v-faa5a940] {
1122
- margin: 12px 0;
1123
- }
1124
- .nodeView[data-v-faa5a940] {
1125
- border: 1px solid #5a90f9;
1126
- background: #eef3fe;
1127
- }
1128
- .nodeTitle[data-v-faa5a940] {
1129
- width: 80px;
1130
- }
1131
- .nodeView[data-v-b01d3a50] {
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-b01d3a50] {
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-b01d3a50] {
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-b01d3a50]{
1171
- }
1172
- .el-divider--horizontal[data-v-b01d3a50] {
1173
- margin: 12px 0;
1174
- }
1175
- .nodeView[data-v-b01d3a50] {
1176
- border: 1px solid #5a90f9;
1177
- background: #eef3fe;
1178
- }
1179
- .nodeTitle[data-v-b01d3a50] {
1180
- width: 80px;
1181
- }
1182
- .nodeView[data-v-5911272d] {
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-5911272d] {
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-5911272d] {
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-5911272d]{
1222
- }
1223
- .el-divider--horizontal[data-v-5911272d] {
1224
- margin: 12px 0;
1225
- }
1226
- .nodeView[data-v-5911272d] {
1227
- border: 1px solid #5a90f9;
1228
- background: #eef3fe;
1229
- }
1230
- .nodeTitle[data-v-5911272d] {
1231
- width: 80px;
1232
- }
1233
-
1234
- .el-radio[data-v-1bbd6187] {
1235
- margin-right: 10px;
1236
- }
1237
-
1238
- .el-radio[data-v-1ee0eb33] {
1239
- margin-right: 10px;
1240
- }
1241
- [data-v-1ee0eb33] .el-empty__description {
1242
- margin-top: 0px;
1243
- }
1244
-
1245
- .el-select + .el-input[data-v-92a1d6cc] {
1246
- margin-left: 10px;
1247
- }
1248
- .el-input + .el-input[data-v-92a1d6cc] {
1249
- margin-left: 10px;
1250
- }
1251
- .el-input + .el-button[data-v-92a1d6cc] {
1252
- margin-left: 10px;
1253
- }
1254
-
1255
- .el-select + .el-input[data-v-dbffbd8f] {
1256
- margin-left: 10px;
1257
- }
1258
- .el-input + .el-input[data-v-dbffbd8f] {
1259
- margin-left: 10px;
1260
- }
1261
- .el-input + .el-button[data-v-dbffbd8f] {
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-9a3ee19e] .el-dropdown {
1280
- vertical-align: middle;
1281
- }
1282
-
1283
- [data-v-2d06523b] .el-upload {
1284
- width: 100%;
1285
- }
1286
- [data-v-2d06523b] .el-button {
1287
- width: 100%;
1288
- }