@ued_fpi/data-visual 1.2.3 → 1.2.4

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.
@@ -9,7 +9,7 @@ const _hoisted_3 = /* @__PURE__ */ createElementVNode("span", { class: "text" },
9
9
  const _hoisted_4 = /* @__PURE__ */ createElementVNode("span", null, "( 单位:μg/m³, CO:mg/m³ )", -1);
10
10
  const _hoisted_5 = { class: "name" };
11
11
  const clsfix = "dv-aims-air-quality-realtime";
12
- const noDataColor = "rgb(255, 255, 255, 0.5)";
12
+ const noDataColor = "var(--dv-color-text-secondary)";
13
13
  const _sfc_main = /* @__PURE__ */ defineComponent({
14
14
  __name: "index",
15
15
  props: {
@@ -93,7 +93,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
93
93
  textAlign: "center",
94
94
  fill: "rgba(0, 221, 255, 1)",
95
95
  fontSize: 24,
96
- fontFamily: "Oswald",
96
+ fontFamily: "var(--dv-font-family-number)",
97
97
  fontWeight: 500
98
98
  }
99
99
  },
@@ -106,7 +106,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
106
106
  textAlign: "center",
107
107
  fill: "rgba(255, 255, 255, 0.6)",
108
108
  fontSize: 18,
109
- fontFamily: "Oswald",
109
+ fontFamily: "var(--dv-font-family-number)",
110
110
  fontWeight: 500
111
111
  }
112
112
  },
@@ -120,7 +120,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
120
120
  textAlign: "center",
121
121
  fill: "rgba(255, 255, 255, 0.6)",
122
122
  fontSize: 18,
123
- fontFamily: "Oswald",
123
+ fontFamily: "var(--dv-font-family-number)",
124
124
  fontWeight: 500
125
125
  }
126
126
  }
@@ -1,7 +1,6 @@
1
- import { ElOption, ElSelect, ElEmpty, ElScrollbar } from 'element-plus/es';
1
+ import { ElOption, ElSelect, ElScrollbar } from 'element-plus/es';
2
2
  import 'element-plus/es/components/base/style/css';
3
3
  import 'element-plus/es/components/scrollbar/style/css';
4
- import 'element-plus/es/components/empty/style/css';
5
4
  import 'element-plus/es/components/select/style/css';
6
5
  import 'element-plus/es/components/option/style/css';
7
6
  import { defineComponent, reactive, ref, computed, onMounted, openBlock, createElementBlock, createElementVNode, toDisplayString, createVNode, withCtx, Fragment, renderList, createBlock, normalizeClass, withDirectives, unref, vShow, createCommentVNode } from 'vue';
@@ -36,10 +35,13 @@ const _hoisted_15 = /* @__PURE__ */ createElementVNode("img", {
36
35
  const _hoisted_16 = /* @__PURE__ */ createElementVNode("span", null, "车辆出入园记录", -1);
37
36
  const _hoisted_17 = { class: "access-header__title--sub" };
38
37
  const _hoisted_18 = { class: "access-list" };
39
- const _hoisted_19 = ["onClick"];
40
- const _hoisted_20 = { class: "access-list-item__info" };
41
- const _hoisted_21 = { class: "access-list-item__vehicle" };
42
- const _hoisted_22 = { class: "access-list-item__time" };
38
+ const _hoisted_19 = { class: "short-empty" };
39
+ const _hoisted_20 = ["src"];
40
+ const _hoisted_21 = /* @__PURE__ */ createElementVNode("span", null, "暂无数据", -1);
41
+ const _hoisted_22 = ["onClick"];
42
+ const _hoisted_23 = { class: "access-list-item__info" };
43
+ const _hoisted_24 = { class: "access-list-item__vehicle" };
44
+ const _hoisted_25 = { class: "access-list-item__time" };
43
45
  const __default__ = {
44
46
  name: "DvIpesAccessVehicleManage",
45
47
  title: "车辆出入园统计"
@@ -158,7 +160,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
158
160
  return (_ctx, _cache) => {
159
161
  const _component_el_option = ElOption;
160
162
  const _component_el_select = ElSelect;
161
- const _component_el_empty = ElEmpty;
162
163
  const _component_el_scrollbar = ElScrollbar;
163
164
  return openBlock(), createElementBlock("div", _hoisted_1, [
164
165
  createElementVNode("div", _hoisted_2, [
@@ -209,13 +210,15 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
209
210
  ])
210
211
  ]),
211
212
  createElementVNode("div", _hoisted_18, [
212
- createVNode(_component_el_scrollbar, { height: "220px" }, {
213
+ createVNode(_component_el_scrollbar, { height: "70px" }, {
213
214
  default: withCtx(() => [
214
- withDirectives(createVNode(_component_el_empty, {
215
- "image-size": 140,
216
- image: unref(noDataImg),
217
- description: ""
218
- }, null, 8, ["image"]), [
215
+ withDirectives(createElementVNode("div", _hoisted_19, [
216
+ createElementVNode("img", {
217
+ src: unref(noDataImg),
218
+ alt: ""
219
+ }, null, 8, _hoisted_20),
220
+ _hoisted_21
221
+ ], 512), [
219
222
  [vShow, !accessRecord.list.length]
220
223
  ]),
221
224
  (openBlock(true), createElementBlock(Fragment, null, renderList(accessRecord.list, (item, key) => {
@@ -225,14 +228,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
225
228
  class: normalizeClass(["access-list-item", { "access-list-item--active": key === activeIndex.value }]),
226
229
  onClick: ($event) => handleCheck(key, item)
227
230
  }, [
228
- createElementVNode("div", _hoisted_20, [
231
+ createElementVNode("div", _hoisted_23, [
229
232
  createElementVNode("div", {
230
233
  class: normalizeClass(["access-list-item__type", `access-list-item__type--${item.crossType === "入园" ? "entry" : "exit"}`])
231
234
  }, toDisplayString(item.crossType), 3),
232
- createElementVNode("div", _hoisted_21, toDisplayString(item.plateNo), 1)
235
+ createElementVNode("div", _hoisted_24, toDisplayString(item.plateNo), 1)
233
236
  ]),
234
- createElementVNode("div", _hoisted_22, toDisplayString(item.crossTime), 1)
235
- ], 10, _hoisted_19)) : createCommentVNode("", true)
237
+ createElementVNode("div", _hoisted_25, toDisplayString(item.crossTime), 1)
238
+ ], 10, _hoisted_22)) : createCommentVNode("", true)
236
239
  ], 64);
237
240
  }), 256))
238
241
  ]),
@@ -34,7 +34,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
34
34
  textStyle: {
35
35
  color: "#d0f9ff",
36
36
  fontSize: 24,
37
- fontFamily: getFontFamily("--font-family-number"),
37
+ fontFamily: getFontFamily("--dv-font-family-number"),
38
38
  fontWeight: 400
39
39
  },
40
40
  top: "17%",
@@ -78,7 +78,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
78
78
  width: 24,
79
79
  fontSize: 14,
80
80
  color: "#00DEFF",
81
- fontFamily: getFontFamily("--font-family-number"),
81
+ fontFamily: getFontFamily("--dv-font-family-number"),
82
82
  align: "left"
83
83
  }
84
84
  }
@@ -22,7 +22,7 @@ const _hoisted_5 = {
22
22
  };
23
23
  const __default__ = {
24
24
  name: "DvIpesLevel3AirDefense",
25
- title: "三级防空"
25
+ title: "三级防控"
26
26
  };
27
27
  const _sfc_main = /* @__PURE__ */ defineComponent({
28
28
  ...__default__,