nxd-plugin 1.7.68 → 1.7.69

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.
@@ -1,399 +0,0 @@
1
- import { n as e, r as t } from "./component-AqiMonitor-DbEiA-eq.mjs";
2
- import { n } from "./component-HighwayWeatherForecast-jJgs1nWv.mjs";
3
- import { t as r } from "./component-YCDataMonitor-EnSHzmp3.mjs";
4
- import { ElConfigProvider as i, ElDatePicker as a, ElInput as o, ElLoadingDirective as s } from "element-plus/es";
5
- import { Fragment as c, computed as l, createCommentVNode as u, createElementBlock as d, createElementVNode as f, createTextVNode as p, createVNode as m, defineComponent as h, normalizeClass as g, onBeforeUnmount as _, onMounted as v, openBlock as y, ref as b, renderList as x, toDisplayString as S, unref as C, vShow as w, withCtx as T, withDirectives as E } from "vue";
6
- import "element-plus/es/components/loading/style/css";
7
- import "element-plus/es/components/input/style/css";
8
- import D from "element-plus/es/locale/lang/zh-cn";
9
- import "element-plus/es/components/date-picker/style/css";
10
- //#region src/components/YCRealTimeTable/YCRealTimeTable.vue?vue&type=script&setup=true&lang.ts
11
- var O = {
12
- class: "YCRealTimeTable",
13
- "element-loading-background": "rgba(0, 0, 0, 0.3)"
14
- }, k = { class: "YCRealTimeTable-summary" }, A = { class: "summary-table" }, j = { class: "summary-head" }, M = { class: "summary-body" }, ee = { class: "summary-cell summary-cell-label" }, te = { class: "YCRealTimeTable-toolbar" }, ne = { class: "filter-group" }, re = { class: "YCRealTimeTable-detail" }, N = { class: "detail-table" }, P = { class: "detail-head" }, F = ["onClick"], I = { class: "detail-body" }, L = { class: "detail-cell detail-cell-index" }, R = { class: "detail-cell" }, z = { class: "detail-cell" }, B = { class: "detail-cell" }, V = { class: "detail-cell" }, H = { class: "detail-cell" }, U = { class: "detail-cell" }, W = { class: "detail-cell" }, G = { class: "detail-cell" }, K = /* @__PURE__ */ e(/* @__PURE__ */ h({
15
- __name: "YCRealTimeTable",
16
- props: {
17
- appKey: {
18
- type: String,
19
- default: ""
20
- },
21
- appSalt: {
22
- type: String,
23
- default: ""
24
- },
25
- baseHttp: {
26
- type: String,
27
- default: ""
28
- },
29
- ids: {
30
- type: Object,
31
- default: () => ({})
32
- }
33
- },
34
- setup(e) {
35
- let r = e, i = b(!1), a = b([]), h = [
36
- "当前小时雨量(测试)",
37
- "1小时雨量",
38
- "3小时雨量",
39
- "20时至当前雨量",
40
- "24小时雨量",
41
- "极大风速",
42
- "能见度",
43
- "最小能见度"
44
- ], C = b([]), w = b([]), T = [
45
- {
46
- key: "index",
47
- label: "序号",
48
- sortable: !1
49
- },
50
- {
51
- key: "county",
52
- label: "县名",
53
- sortable: !1
54
- },
55
- {
56
- key: "station",
57
- label: "站名",
58
- sortable: !1
59
- },
60
- {
61
- key: "time",
62
- label: "时间",
63
- sortable: !0
64
- },
65
- {
66
- key: "rain24",
67
- label: "24小时雨量",
68
- sortable: !0
69
- },
70
- {
71
- key: "rain20",
72
- label: "20时至现在雨量",
73
- sortable: !0
74
- },
75
- {
76
- key: "rain3",
77
- label: "3小时雨量",
78
- sortable: !0
79
- },
80
- {
81
- key: "rain1",
82
- label: "1小时雨量",
83
- sortable: !0
84
- },
85
- {
86
- key: "rainCurrent",
87
- label: "当前小时雨量",
88
- sortable: !0
89
- },
90
- {
91
- key: "temp",
92
- label: "气温",
93
- sortable: !0
94
- },
95
- {
96
- key: "windDir",
97
- label: "极大风向",
98
- sortable: !1
99
- },
100
- {
101
- key: "windSpeed",
102
- label: "极大风速",
103
- sortable: !0
104
- },
105
- {
106
- key: "humidity",
107
- label: "湿度",
108
- sortable: !0
109
- },
110
- {
111
- key: "pressure",
112
- label: "气压",
113
- sortable: !0
114
- },
115
- {
116
- key: "_voltage",
117
- label: "电压",
118
- sortable: !0
119
- }
120
- ], D = b(!0), K = b(""), q = b(""), J = b(null), Y = b(null), X = b(null), Z = l(() => {
121
- let e = w.value;
122
- D.value || (e = e.filter((e) => e.county === "袁州区"));
123
- let t = K.value.trim();
124
- t && (e = e.filter((e) => e.county.includes(t)));
125
- let n = q.value.trim();
126
- return n && (e = e.filter((e) => e.station.includes(n))), e;
127
- }), ie = l(() => {
128
- let e = [...Z.value];
129
- if (!J.value || !Y.value) return e;
130
- let t = J.value;
131
- return e.sort((e, n) => {
132
- let r = e[t], i = n[t], a = r === null || r === "" || r === void 0, o = i === null || i === "" || i === void 0;
133
- if (a && o) return 0;
134
- if (a) return 1;
135
- if (o) return -1;
136
- let s, c;
137
- if (t === "time") {
138
- if (s = $(String(r)), c = $(String(i)), s < 0 && c < 0) return 0;
139
- if (s < 0) return 1;
140
- if (c < 0) return -1;
141
- } else s = Number(r), c = Number(i);
142
- return Y.value === "asc" ? s - c : c - s;
143
- });
144
- });
145
- v(() => {
146
- Q(), X.value = setInterval(() => {
147
- Q();
148
- }, 1e3 * 60 * 10);
149
- }), _(() => {
150
- clearInterval(X.value), X.value = null;
151
- });
152
- let Q = async () => {
153
- i.value = !0;
154
- let e = await t({
155
- appKey: r.appKey,
156
- appSalt: r.appSalt,
157
- id: r.ids.YCRealTimeTable_data.id,
158
- variables: {},
159
- baseHttp: r.baseHttp,
160
- reqType: r.ids.YCRealTimeTable_data.reqType,
161
- isFormData: r.ids.YCRealTimeTable_data.isFormData
162
- }), o = e.data.result.output || "{}", s = JSON.parse(o);
163
- console.log("res_output", s.data);
164
- let c = e.data.result.voltage || [], l = new Map(c.map((e) => [e.station_id, e])), { nationalStations: u, otherStations: d } = s.data || {
165
- nationalStations: [],
166
- otherStations: []
167
- };
168
- a.value = (u || []).map((e) => e.stationName);
169
- let f = (e) => e == null || e === "" ? "" : e;
170
- C.value = h.map((e) => (u || []).map((t) => {
171
- switch (e) {
172
- case "当前小时雨量(测试)": return {
173
- value: f(t.currentHourRain),
174
- isWarn: t.currentHourRainThreshold === 1
175
- };
176
- case "1小时雨量": return {
177
- value: f(t.rain1h),
178
- isWarn: t.rain1hThreshold === 1
179
- };
180
- case "3小时雨量": return {
181
- value: f(t.rain3h),
182
- isWarn: t.rain3hThreshold === 1
183
- };
184
- case "20时至当前雨量": return {
185
- value: f(t.rain20ToNow),
186
- isWarn: !1
187
- };
188
- case "24小时雨量": return {
189
- value: f(t.rain24h),
190
- isWarn: !1
191
- };
192
- case "极大风速": return {
193
- value: f(t.winSInstMax),
194
- isWarn: !1
195
- };
196
- case "能见度": return {
197
- value: f(t.visHor1mi),
198
- isWarn: t.visHor1miThreshold === 1
199
- };
200
- case "最小能见度": return {
201
- value: f(t.visMin),
202
- isWarn: !1
203
- };
204
- default: return {
205
- value: "",
206
- isWarn: !1
207
- };
208
- }
209
- })), w.value = (d || []).map((e) => {
210
- let t = "";
211
- if (e.datetime) {
212
- let n = e.datetime.match(/(\d{2}):(\d{2}):\d{2}$/);
213
- n && (t = `${n[1]}时${n[2]}分`);
214
- }
215
- let r = l.get(e.stationIdC), i = r ? f(r.ua) : "", a = r ? Number(r.ua) < Number(r.warning_ua) : !1;
216
- return {
217
- county: e.cnty || "",
218
- station: e.stationName || "",
219
- time: t,
220
- rain24: f(e.rain24h),
221
- rain20: f(e.rain20ToNow),
222
- rain3: f(e.rain3h),
223
- rain3Warn: e.rain3hThreshold === 1,
224
- rain1: f(e.rain1h),
225
- rain1Warn: e.rain1hThreshold === 1,
226
- rainCurrent: f(e.currentHourRain),
227
- rainCurrentWarn: e.currentHourRainThreshold === 1,
228
- temp: f(e.tem),
229
- tempWarn: e.temThreshold === 1,
230
- windDir: e.winDInstMax ? n(e.winDInstMax) : "",
231
- windSpeed: f(e.winSInstMax),
232
- windSpeedWarn: e.winSInstMaxThreshold === 1,
233
- humidity: f(e.rhu),
234
- pressure: f(e.prs),
235
- _voltage: i,
236
- _voltageWarn: a
237
- };
238
- }), setTimeout(() => {
239
- i.value = !1;
240
- }, 300);
241
- }, $ = (e) => {
242
- if (!e) return -1;
243
- let t = e.match(/(\d+)时(\d+)分/);
244
- return t ? Number(t[1]) * 60 + Number(t[2]) : -1;
245
- }, ae = (e, t) => t == null || t === "" ? "" : t, oe = (e) => {
246
- J.value === e ? Y.value === "desc" ? Y.value = "asc" : Y.value === "asc" ? (J.value = null, Y.value = null) : Y.value = "desc" : (J.value = e, Y.value = "desc");
247
- };
248
- return (e, t) => {
249
- let n = o, r = s;
250
- return E((y(), d("div", O, [
251
- f("div", k, [f("div", A, [f("div", j, [t[3] ||= f("div", { class: "summary-cell summary-cell-label" }, "监测要素", -1), (y(!0), d(c, null, x(a.value, (e, t) => (y(), d("div", {
252
- class: "summary-cell",
253
- key: t
254
- }, S(e), 1))), 128))]), f("div", M, [(y(), d(c, null, x(h, (e, t) => f("div", {
255
- class: "summary-row",
256
- key: e
257
- }, [f("div", ee, S(e), 1), (y(!0), d(c, null, x(a.value, (n, r) => (y(), d("div", {
258
- class: g(["summary-cell", { "is-warn": C.value[t]?.[r]?.isWarn }]),
259
- key: r
260
- }, S(ae(e, C.value[t]?.[r]?.value)), 3))), 128))])), 64))])])]),
261
- f("div", te, [f("div", ne, [
262
- f("button", {
263
- class: g(["city-btn", { active: D.value }]),
264
- onClick: t[0] ||= (e) => D.value = !D.value
265
- }, "全市", 2),
266
- m(n, {
267
- modelValue: K.value,
268
- "onUpdate:modelValue": t[1] ||= (e) => K.value = e,
269
- placeholder: "县名搜索",
270
- clearable: "",
271
- class: "filter-input"
272
- }, null, 8, ["modelValue"]),
273
- m(n, {
274
- modelValue: q.value,
275
- "onUpdate:modelValue": t[2] ||= (e) => q.value = e,
276
- placeholder: "站名搜索",
277
- clearable: "",
278
- class: "filter-input"
279
- }, null, 8, ["modelValue"])
280
- ])]),
281
- f("div", re, [f("div", N, [f("div", P, [(y(), d(c, null, x(T, (e) => f("div", {
282
- class: g(["detail-cell", {
283
- "is-sortable": e.sortable,
284
- "is-active": J.value === e.key
285
- }]),
286
- key: e.key,
287
- onClick: (t) => e.sortable && oe(e.key)
288
- }, [p(S(e.label) + " ", 1), e.sortable ? (y(), d("span", {
289
- key: 0,
290
- class: g(["sort-icon", J.value === e.key ? Y.value : ""])
291
- }, null, 2)) : u("", !0)], 10, F)), 64))]), f("div", I, [(y(!0), d(c, null, x(ie.value, (e, t) => (y(), d("div", {
292
- class: "detail-row",
293
- key: `${e.county}-${e.station}-${t}`
294
- }, [
295
- f("div", L, S(t + 1), 1),
296
- f("div", R, S(e.county), 1),
297
- f("div", z, S(e.station), 1),
298
- f("div", B, S(e.time), 1),
299
- f("div", V, S(e.rain24), 1),
300
- f("div", H, S(e.rain20), 1),
301
- f("div", { class: g(["detail-cell", { "is-warn": e.rain3Warn }]) }, S(e.rain3), 3),
302
- f("div", { class: g(["detail-cell", { "is-warn": e.rain1Warn }]) }, S(e.rain1), 3),
303
- f("div", { class: g(["detail-cell", { "is-warn": e.rainCurrentWarn }]) }, S(e.rainCurrent), 3),
304
- f("div", { class: g(["detail-cell", { "is-warn": e.tempWarn }]) }, S(e.temp), 3),
305
- f("div", U, S(e.windDir), 1),
306
- f("div", { class: g(["detail-cell", { "is-warn": e.windSpeedWarn }]) }, S(e.windSpeed), 3),
307
- f("div", W, S(e.humidity), 1),
308
- f("div", G, S(e.pressure), 1),
309
- f("div", { class: g(["detail-cell", { "is-warn": e._voltageWarn }]) }, S(e._voltage), 3)
310
- ]))), 128))])])])
311
- ])), [[r, i.value]]);
312
- };
313
- }
314
- }), [["__scopeId", "data-v-630ba040"]]), q = { class: "YCDataService" }, J = { class: "YCDataService-topbar" }, Y = { class: "page-switch" }, X = {
315
- key: 0,
316
- class: "YCDataService-filter"
317
- }, Z = /* @__PURE__ */ e(/* @__PURE__ */ h({
318
- __name: "YCDataService",
319
- props: {
320
- appKey: {
321
- type: String,
322
- default: ""
323
- },
324
- appSalt: {
325
- type: String,
326
- default: ""
327
- },
328
- baseHttp: {
329
- type: String,
330
- default: ""
331
- },
332
- ids: {
333
- type: Object,
334
- default: () => ({})
335
- }
336
- },
337
- setup(e) {
338
- let t = b("dataService"), n = b((/* @__PURE__ */ new Date()).toISOString().slice(0, 10)), o = b(null), s = () => {
339
- o.value?.handleSearch?.();
340
- };
341
- v(() => {
342
- c();
343
- });
344
- let c = async () => {};
345
- return (c, l) => {
346
- let p = a, h = i, _ = K, v = r;
347
- return y(), d("div", q, [
348
- f("div", J, [f("div", Y, [f("div", {
349
- class: g(["page-switch-item", { active: t.value === "dataService" }]),
350
- onClick: l[0] ||= (e) => t.value = "dataService"
351
- }, " 数据服务 ", 2), f("div", {
352
- class: g(["page-switch-item", { active: t.value === "dataMonitor" }]),
353
- onClick: l[1] ||= (e) => t.value = "dataMonitor"
354
- }, " 数据质量检查 ", 2)]), t.value === "dataMonitor" ? (y(), d("div", X, [m(h, { locale: C(D) }, {
355
- default: T(() => [m(p, {
356
- modelValue: n.value,
357
- "onUpdate:modelValue": l[2] ||= (e) => n.value = e,
358
- type: "date",
359
- placeholder: "选择日期",
360
- "value-format": "YYYY-MM-DD",
361
- class: "date-picker"
362
- }, null, 8, ["modelValue"])]),
363
- _: 1
364
- }, 8, ["locale"]), f("button", {
365
- class: "search-btn",
366
- onClick: s
367
- }, "查询")])) : u("", !0)]),
368
- E(m(_, {
369
- appKey: e.appKey,
370
- appSalt: e.appSalt,
371
- baseHttp: e.baseHttp,
372
- ids: e.ids
373
- }, null, 8, [
374
- "appKey",
375
- "appSalt",
376
- "baseHttp",
377
- "ids"
378
- ]), [[w, t.value === "dataService"]]),
379
- E(m(v, {
380
- ref_key: "dataMonitorRef",
381
- ref: o,
382
- appKey: e.appKey,
383
- appSalt: e.appSalt,
384
- baseHttp: e.baseHttp,
385
- ids: e.ids,
386
- date: n.value
387
- }, null, 8, [
388
- "appKey",
389
- "appSalt",
390
- "baseHttp",
391
- "ids",
392
- "date"
393
- ]), [[w, t.value === "dataMonitor"]])
394
- ]);
395
- };
396
- }
397
- }), [["__scopeId", "data-v-0bc9749c"]]);
398
- //#endregion
399
- export { K as n, Z as t };
@@ -1 +0,0 @@
1
- .YCDataMonitor[data-v-a699d20a]{box-sizing:border-box;color:#303133;background:#001a33;flex-direction:column;width:100%;height:100%;padding:16px;display:flex;overflow:hidden}.YCDataMonitor-summary[data-v-a699d20a]{background:#fff;border:1px solid #e4e7ed;border-radius:8px;flex-shrink:0;margin-bottom:12px;padding:12px;overflow-x:auto;box-shadow:0 2px 12px #0000000f}.summary-table[data-v-a699d20a]{flex-direction:column;width:100%;min-width:900px;font-size:13px;display:flex}.summary-head[data-v-a699d20a]{background:#eef6ff;border-bottom:1px solid #d9ecff;display:flex}.summary-head .summary-cell[data-v-a699d20a]{justify-content:center;align-items:center;gap:6px;padding:12px 4px;font-weight:600;display:flex}.summary-head .summary-cell .view-btn[data-v-a699d20a]{border-radius:12px;padding:2px 8px;font-size:12px}.summary-body[data-v-a699d20a]{flex-direction:column;display:flex}.summary-row[data-v-a699d20a]{border-bottom:1px solid #ebeef5;display:flex}.summary-row[data-v-a699d20a]:last-child{border-bottom:none}.summary-row[data-v-a699d20a]:nth-child(2n){background:#fafafa}.summary-cell[data-v-a699d20a]{text-align:center;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;padding:8px 4px;overflow:hidden}.summary-cell-label[data-v-a699d20a]{text-align:left;color:#409eff;flex:1.6;padding-left:10px;font-weight:500}.YCDataMonitor-toolbar[data-v-a699d20a]{flex-shrink:0;align-items:center;margin-bottom:10px;padding:0 2px;display:flex}.filter-group[data-v-a699d20a]{align-items:center;gap:10px;display:flex}.city-btn[data-v-a699d20a]{color:#606266;cursor:pointer;background:#fff;border:1px solid #c0c4cc;border-radius:16px;padding:6px 18px;font-size:13px;transition:all .2s}.city-btn[data-v-a699d20a]:hover{color:#409eff;border-color:#409eff}.city-btn.active[data-v-a699d20a]{color:#fff;background:#409eff;border-color:#409eff;box-shadow:0 2px 8px #409eff59}.filter-input[data-v-a699d20a]{width:150px}.filter-input[data-v-a699d20a] .el-input__wrapper{background:#fff;border-radius:16px;box-shadow:inset 0 0 0 1px #dcdfe6}.filter-input[data-v-a699d20a] .el-input__wrapper.is-focus{box-shadow:inset 0 0 0 1px #409eff}.filter-input[data-v-a699d20a] .el-input__inner{color:#606266;font-size:13px}.filter-input[data-v-a699d20a] .el-input__inner::placeholder{color:#a8abb2}.YCDataMonitor-detail[data-v-a699d20a]{background:#fff;border:1px solid #e4e7ed;border-radius:8px;flex:1;min-height:0;overflow:auto;box-shadow:0 2px 12px #0000000f}.detail-table[data-v-a699d20a]{flex-direction:column;width:100%;min-width:1200px;height:100%;font-size:13px;display:flex}.detail-head[data-v-a699d20a]{background:#eef6ff;border-bottom:1px solid #d9ecff;flex-shrink:0;display:flex}.detail-body[data-v-a699d20a]{flex:1;min-height:0;overflow:hidden auto}.detail-row[data-v-a699d20a]{border-bottom:1px solid #ebeef5;display:flex}.detail-row[data-v-a699d20a]:last-child{border-bottom:none}.detail-row[data-v-a699d20a]:nth-child(2n){background:#fafafa}.detail-row[data-v-a699d20a]:hover{background:#f0f7ff}.detail-cell[data-v-a699d20a]{text-align:center;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;padding:10px 4px;overflow:hidden}.detail-head .detail-cell[data-v-a699d20a]{color:#303133;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:12px 4px;font-weight:600;display:flex}.detail-head .detail-cell.is-sortable[data-v-a699d20a]{cursor:pointer}.detail-head .detail-cell.is-sortable[data-v-a699d20a]:hover{color:#409eff}.detail-head .detail-cell.is-active[data-v-a699d20a]{color:#409eff;background:#d9ecff}.detail-cell-index[data-v-a699d20a]{color:#409eff;font-weight:600}.detail-row .detail-cell[data-v-a699d20a]:first-child,.detail-head .detail-cell[data-v-a699d20a]:first-child{flex:.4}.detail-cell-action[data-v-a699d20a]{flex:.6}.detail-row .detail-cell-station[data-v-a699d20a]{color:#409eff;font-weight:700}.detail-row .detail-cell[data-v-a699d20a]:last-child,.detail-head .detail-cell[data-v-a699d20a]:last-child{flex:.6}.view-btn[data-v-a699d20a]{color:#409eff;cursor:pointer;background:#fff;border:1px solid #409eff;border-radius:14px;padding:4px 14px;font-size:12px;transition:all .2s}.view-btn[data-v-a699d20a]:hover{color:#fff;background:#409eff}.sort-icon[data-v-a699d20a]{border-bottom:5px solid #c0c4cc;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;margin-left:5px;display:inline-block;position:relative}.sort-icon[data-v-a699d20a]:after{content:"";border-top:5px solid #c0c4cc;border-left:4px solid #0000;border-right:4px solid #0000;position:absolute;top:7px;left:-4px}.sort-icon.desc[data-v-a699d20a]{border-bottom-color:#409eff}.sort-icon.asc[data-v-a699d20a]:after{border-top-color:#409eff}.detail-body[data-v-a699d20a]::-webkit-scrollbar{width:6px}.detail-body[data-v-a699d20a]::-webkit-scrollbar-track{background:#f2f6fc}.detail-body[data-v-a699d20a]::-webkit-scrollbar-thumb{background:#c0c4cc;border-radius:3px}.detail-body[data-v-a699d20a]::-webkit-scrollbar-thumb:hover{background:#a8abb2}.dialog-overlay[data-v-a699d20a]{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dialog-box[data-v-a699d20a]{background:#fff;border-radius:8px;flex-direction:column;width:800px;max-height:70vh;display:flex;box-shadow:0 8px 32px #0003}.dialog-header[data-v-a699d20a]{border-bottom:1px solid #ebeef5;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.dialog-title[data-v-a699d20a]{color:#303133;font-size:16px;font-weight:600}.dialog-close[data-v-a699d20a]{color:#909399;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;font-size:20px;transition:all .2s;display:flex}.dialog-close[data-v-a699d20a]:hover{color:#303133;background:#f5f7fa}.dialog-body[data-v-a699d20a]{flex:1;min-height:200px;padding:20px;overflow-y:auto}.info-grid[data-v-a699d20a]{flex-direction:column;gap:16px;display:flex}.info-row-inline[data-v-a699d20a]{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.info-item[data-v-a699d20a]{background:#f8f9fa;border-radius:6px;align-items:center;gap:8px;padding:12px;display:flex}.info-item-full[data-v-a699d20a]{flex-direction:column;align-items:stretch}.info-header[data-v-a699d20a]{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.info-title[data-v-a699d20a]{color:#303133;font-size:14px;font-weight:600}.info-missing[data-v-a699d20a]{background:#fff;border:1px solid #ebeef5;border-radius:4px;align-items:flex-start;gap:8px;padding:8px;display:flex}.missing-label[data-v-a699d20a]{color:#909399;flex-shrink:0;margin-top:2px;font-size:13px}.missing-list[data-v-a699d20a]{flex-wrap:wrap;gap:6px;display:flex}.missing-tag[data-v-a699d20a]{color:#f56c6c;background:#fef0f0;border:1px solid #fde2e2;border-radius:4px;padding:2px 8px;font-size:12px}.missing-empty[data-v-a699d20a]{color:#c0c4cc;font-size:13px}.info-action[data-v-a699d20a]{justify-content:flex-end;margin-top:10px;display:flex}.dialog-btn-small[data-v-a699d20a]{border-radius:12px;padding:4px 16px;font-size:12px}.info-label[data-v-a699d20a]{color:#909399;white-space:nowrap;flex-shrink:0;font-size:13px}.info-value[data-v-a699d20a]{color:#303133;font-size:14px;font-weight:500}.dialog-footer[data-v-a699d20a]{border-top:1px solid #ebeef5;justify-content:center;align-items:center;padding:12px 20px;display:flex}.dialog-btn[data-v-a699d20a]{color:#fff;cursor:pointer;background:#409eff;border:1px solid #409eff;border-radius:16px;padding:8px 28px;font-size:14px;transition:all .2s}.dialog-btn[data-v-a699d20a]:hover{background:#66b1ff;border-color:#66b1ff}