@das-fed/ui 6.4.0-hot.23 → 6.4.0-hot.25

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 (90) hide show
  1. package/package.json +7 -7
  2. package/packages/business-components/device-panel/index.js +37397 -37395
  3. package/packages/business-components/device-panel/index.js.gz +0 -0
  4. package/packages/business-components/device-panel/style.css +1 -1
  5. package/packages/business-components/device-panel/style.css.gz +0 -0
  6. package/packages/business-components/export-button/index.js +60 -60
  7. package/packages/business-components/export-button/index.js.gz +0 -0
  8. package/packages/business-components/export-button/style.css +1 -1
  9. package/packages/business-components/import-button/hooks/file.d.ts +1 -0
  10. package/packages/business-components/import-button/hooks/useImport.d.ts +1 -0
  11. package/packages/business-components/import-button/index.js +239 -235
  12. package/packages/business-components/import-button/index.js.gz +0 -0
  13. package/packages/business-components/import-button/style.css +1 -1
  14. package/packages/business-components/model-table-dialog/index.js +37 -37
  15. package/packages/business-components/model-table-dialog/index.js.gz +0 -0
  16. package/packages/business-components/model-table-dialog/style.css +1 -1
  17. package/packages/business-components/model-table-dialog/style.css.gz +0 -0
  18. package/packages/business-components/process-configuration/index.js +176 -176
  19. package/packages/business-components/process-configuration/index.js.gz +0 -0
  20. package/packages/business-components/process-configuration/style.css +1 -1
  21. package/packages/business-components/process-configuration/style.css.gz +0 -0
  22. package/packages/business-components/process-log/index.js +252 -252
  23. package/packages/business-components/process-log/index.js.gz +0 -0
  24. package/packages/business-components/process-log/style.css +1 -1
  25. package/packages/business-components/process-log/style.css.gz +0 -0
  26. package/packages/business-components/urgent-panel/index.js +1319 -1322
  27. package/packages/business-components/urgent-panel/index.js.gz +0 -0
  28. package/packages/business-components/urgent-panel/src/components/urgentPanelModal/urgentMonitorPanel.vue.d.ts +8 -3
  29. package/packages/business-components/urgent-panel/style.css +1 -1
  30. package/packages/business-components/urgent-panel/style.css.gz +0 -0
  31. package/packages/business-components/user-org-dialog/index.js +3 -3
  32. package/packages/business-components/user-org-dialog/index.js.gz +0 -0
  33. package/packages/business-components/user-org-dialog/style.css +1 -1
  34. package/packages/business-components/user-org-dialog/style.css.gz +0 -0
  35. package/packages/business-components/video-dialog/index.js +301 -273
  36. package/packages/business-components/video-dialog/index.js.gz +0 -0
  37. package/packages/business-components/video-dialog/style.css +1 -1
  38. package/packages/business-components/video-dialog/style.css.gz +0 -0
  39. package/packages/components/calendar/index.js +56 -56
  40. package/packages/components/calendar/index.js.gz +0 -0
  41. package/packages/components/color-picker/index.js +41 -41
  42. package/packages/components/color-picker/index.js.gz +0 -0
  43. package/packages/components/color-picker/style.css +1 -1
  44. package/packages/components/color-picker/style.css.gz +0 -0
  45. package/packages/components/date-picker/index.js +444 -444
  46. package/packages/components/date-picker/index.js.gz +0 -0
  47. package/packages/components/date-picker/style.css +1 -1
  48. package/packages/components/date-picker/style.css.gz +0 -0
  49. package/packages/components/dimple-layout/index.js +2299 -2293
  50. package/packages/components/dimple-layout/index.js.gz +0 -0
  51. package/packages/components/dropdown/index.js +26 -25
  52. package/packages/components/dropdown/index.js.gz +0 -0
  53. package/packages/components/input/index.js +73 -73
  54. package/packages/components/input/index.js.gz +0 -0
  55. package/packages/components/input/style.css +1 -1
  56. package/packages/components/input/style.css.gz +0 -0
  57. package/packages/components/loading/index.js +66 -65
  58. package/packages/components/loading/index.js.gz +0 -0
  59. package/packages/components/map/index.js +358 -355
  60. package/packages/components/map/index.js.gz +0 -0
  61. package/packages/components/map/src/hooks/use-map.d.ts +1 -2
  62. package/packages/components/map/style.css +1 -1
  63. package/packages/components/message/index.js +20 -19
  64. package/packages/components/message/index.js.gz +0 -0
  65. package/packages/components/notification/index.js +22 -21
  66. package/packages/components/notification/index.js.gz +0 -0
  67. package/packages/components/progress/index.js +80 -80
  68. package/packages/components/progress/index.js.gz +0 -0
  69. package/packages/components/progress/style.css +1 -1
  70. package/packages/components/progress/style.css.gz +0 -0
  71. package/packages/components/select/index.js +102 -102
  72. package/packages/components/select/index.js.gz +0 -0
  73. package/packages/components/select/style.css +1 -1
  74. package/packages/components/select/style.css.gz +0 -0
  75. package/packages/components/spin/index.js +31 -30
  76. package/packages/components/spin/index.js.gz +0 -0
  77. package/packages/components/table/index.js +2419 -2418
  78. package/packages/components/table/index.js.gz +0 -0
  79. package/packages/components/table/style.css +1 -1
  80. package/packages/components/table/style.css.gz +0 -0
  81. package/packages/components/tooltip/index.js +23 -22
  82. package/packages/components/tooltip/index.js.gz +0 -0
  83. package/packages/components/tree/index.js +1428 -1427
  84. package/packages/components/tree/index.js.gz +0 -0
  85. package/packages/components/tree/src/App.vue.d.ts +9 -11
  86. package/packages/components/tree-select/index.js +274 -274
  87. package/packages/components/tree-select/index.js.gz +0 -0
  88. package/packages/components/virtual-tree/index.js +64 -64
  89. package/packages/components/virtual-tree/index.js.gz +0 -0
  90. package/packages/components/virtual-tree/src/App.vue.d.ts +4 -12
@@ -1 +1 @@
1
- .das-import-button[data-v-484f1c47]{display:inline-block}.das-import-button .upload-dialog .second-line[data-v-484f1c47]{margin-bottom:20px}.das-import-button .upload-dialog .tips[data-v-484f1c47]{font-size:16px}
1
+ .das-import-button[data-v-a38bd509]{display:inline-block}.das-import-button .upload-dialog .second-line[data-v-a38bd509]{margin-bottom:20px}.das-import-button .upload-dialog .tips[data-v-a38bd509]{font-size:16px}
@@ -1,5 +1,5 @@
1
1
  import '@das-fed/ui/packages/business-components/model-table-dialog/style.css';
2
- import { defineComponent as At, ref as C, watch as Y, openBlock as R, createElementBlock as G, createVNode as M, unref as y, mergeProps as H, isRef as Re, withCtx as L, createTextVNode as ft, toDisplayString as dt, createBlock as Le, createSlots as It, renderList as Et, renderSlot as ie, createCommentVNode as q, computed as K, onMounted as fr, createElementVNode as dr, normalizeProps as pr, guardReactiveProps as vr, Fragment as gr, normalizeStyle as pt, nextTick as hr } from "vue";
2
+ import { defineComponent as At, computed as I, watch as Y, ref as j, openBlock as R, createElementBlock as G, createVNode as M, unref as y, mergeProps as H, isRef as Re, withCtx as L, createTextVNode as ft, toDisplayString as dt, createBlock as Le, createSlots as It, renderList as Et, renderSlot as ie, createCommentVNode as q, onMounted as fr, createElementVNode as dr, normalizeProps as pr, guardReactiveProps as vr, Fragment as gr, normalizeStyle as pt, nextTick as hr } from "vue";
3
3
  import { withInstall as Kt } from "@das-fed/utils/with-install/index";
4
4
  import { i18n as br } from "@das-fed/web/packages/i18n/index";
5
5
  import { DasDialog as mr } from "@das-fed/ui/packages/components/dialog/index";
@@ -34,23 +34,23 @@ const Rt = () => (e) => br(e).value, Lt = () => ({
34
34
  emits: ["confirm", "close", "open", "update:modelValue", "treeChange", "tableChange", "update:resultTree", "update:resultTable"],
35
35
  setup(e, { expose: t, emit: r }) {
36
36
  var D;
37
- const a = Rt(), u = e, d = r, h = C(u.title || a("标题")), { getServiceApi: f, isEmpty: v } = Lt(), O = me(u, "options"), T = me(u, "modelValue"), x = (g) => {
37
+ const a = Rt(), u = e, d = r, h = I(() => u.title || a("标题")), { getServiceApi: f, isEmpty: v } = Lt(), O = me(u, "options"), T = me(u, "modelValue"), x = (g) => {
38
38
  T.value = g;
39
39
  };
40
40
  Y(T, (g) => {
41
41
  d("update:modelValue", g), d(g ? "open" : "close");
42
42
  });
43
43
  const z = () => {
44
- const { left: g, content: w } = O.value, j = g == null ? void 0 : g.selectListProps, A = w == null ? void 0 : w.selectListProps, _ = typeof j == "boolean" ? j : v(j || {}), ne = typeof A == "boolean" ? A : v(A || {}), N = _ && ne ? { treeSelectList: $.value, tableSelectList: W.value } : _ ? $.value : W.value, X = u == null ? void 0 : u.beforeConfirm;
44
+ const { left: g, content: w } = O.value, C = g == null ? void 0 : g.selectListProps, A = w == null ? void 0 : w.selectListProps, _ = typeof C == "boolean" ? C : v(C || {}), ne = typeof A == "boolean" ? A : v(A || {}), N = _ && ne ? { treeSelectList: $.value, tableSelectList: W.value } : _ ? $.value : W.value, X = u == null ? void 0 : u.beforeConfirm;
45
45
  X && typeof X == "function" && !X(N) || te(N);
46
- }, $ = C([]), F = (g) => {
46
+ }, $ = j([]), F = (g) => {
47
47
  $.value = g || {};
48
- }, W = C([]), Ce = (g) => {
48
+ }, W = j([]), Ce = (g) => {
49
49
  W.value = g || {};
50
50
  }, { run: k, loading: ee, data: je, error: Pe } = f((D = u.submitOptions) == null ? void 0 : D.api), te = async (g) => {
51
51
  var N;
52
52
  if (!k) return d("confirm", g), x(!1);
53
- const { params: w = {}, query: j = {}, searchKey: A = "" } = u.submitOptions, _ = { ...w, ...j };
53
+ const { params: w = {}, query: C = {}, searchKey: A = "" } = u.submitOptions, _ = { ...w, ...C };
54
54
  if (A && (_[A] = g), await k(_), Pe.value) return;
55
55
  const ne = je.value;
56
56
  yr.success(((N = u.submitOptions) == null ? void 0 : N.successText) || a("提交成功")), d("confirm", ne || g), x(!1);
@@ -67,13 +67,13 @@ const Rt = () => (e) => br(e).value, Lt = () => ({
67
67
  width: g.width,
68
68
  height: g.height,
69
69
  modelValue: y(T),
70
- "onUpdate:modelValue": w[1] || (w[1] = (j) => Re(T) ? T.value = j : null)
70
+ "onUpdate:modelValue": w[1] || (w[1] = (C) => Re(T) ? T.value = C : null)
71
71
  }), {
72
72
  footer: L(() => [
73
73
  M(y(vt), {
74
74
  size: "middle",
75
75
  style: { "margin-right": "12px" },
76
- onClick: w[0] || (w[0] = (j) => x(!1))
76
+ onClick: w[0] || (w[0] = (C) => x(!1))
77
77
  }, {
78
78
  default: L(() => [
79
79
  ft(
@@ -116,7 +116,7 @@ const Rt = () => (e) => br(e).value, Lt = () => ({
116
116
  _: 2
117
117
  /* DYNAMIC */
118
118
  }, [
119
- Et(g.$slots, (j, A, _) => ({
119
+ Et(g.$slots, (C, A, _) => ({
120
120
  name: A,
121
121
  fn: L(() => [
122
122
  ie(g.$slots, A, {}, void 0, !0)
@@ -133,7 +133,7 @@ const Rt = () => (e) => br(e).value, Lt = () => ({
133
133
  g.$slots.default ? (R(), G("div", {
134
134
  key: 0,
135
135
  class: "button-slot-box",
136
- onClick: w[2] || (w[2] = (j) => x(!0))
136
+ onClick: w[2] || (w[2] = (C) => x(!0))
137
137
  }, [
138
138
  ie(g.$slots, "default", {}, void 0, !0)
139
139
  ])) : q("v-if", !0)
@@ -144,7 +144,7 @@ const Rt = () => (e) => br(e).value, Lt = () => ({
144
144
  for (const [a, u] of t)
145
145
  r[a] = u;
146
146
  return r;
147
- }, xr = /* @__PURE__ */ zt(Pr, [["__scopeId", "data-v-7d26958c"]]);
147
+ }, xr = /* @__PURE__ */ zt(Pr, [["__scopeId", "data-v-8ee60eb5"]]);
148
148
  function $r() {
149
149
  this.__data__ = [], this.size = 0;
150
150
  }
@@ -672,23 +672,23 @@ const ro = { class: "business-dialog-content" }, no = { class: "table-list-box"
672
672
  setup(e, { expose: t, emit: r }) {
673
673
  var at, ot, lt;
674
674
  const a = e, u = r, d = Rt(), { getServiceApi: h, isEmpty: f } = Lt(), v = "id" + (/* @__PURE__ */ new Date()).getTime(), O = ((at = a.left) == null ? void 0 : at.vNodeName) || d("全部"), T = async (n) => {
675
- var P, I, U, B;
675
+ var P, E, U, B;
676
676
  const { query: o = {}, params: s = {}, api: i, searchKey: l = "id" } = ((P = a.left) == null ? void 0 : P.grandChildren) || {};
677
677
  if (!i) return [];
678
- const c = { ...o, ...s }, p = ((U = (I = a.left) == null ? void 0 : I.props) == null ? void 0 : U.nodeKey) || "id";
678
+ const c = { ...o, ...s }, p = ((U = (E = a.left) == null ? void 0 : E.props) == null ? void 0 : U.nodeKey) || "id";
679
679
  n != null && n[p] && (c[l] = n[p]);
680
680
  const [S, b] = await ((B = i(c)) == null ? void 0 : B.run());
681
681
  return S ? {} : (rt(b.data || b), qe(b.data || b), b.data || b);
682
682
  }, x = async (n) => {
683
- var P, I, U, B;
683
+ var P, E, U, B;
684
684
  const { query: o = {}, params: s = {}, api: i, searchKey: l = "id" } = a.left;
685
685
  if (!i) return [];
686
686
  let c = { ...s, ...o };
687
- const p = ((I = (P = a.left) == null ? void 0 : P.props) == null ? void 0 : I.nodeKey) || "id";
687
+ const p = ((E = (P = a.left) == null ? void 0 : P.props) == null ? void 0 : E.nodeKey) || "id";
688
688
  c[l] = n[p] || "";
689
689
  const [S, b] = await ((U = i(c)) == null ? void 0 : U.run());
690
690
  return S ? {} : ((B = a.left) != null && B.multiple || rt(), qe(b.data || b), b);
691
- }, z = K(() => {
691
+ }, z = I(() => {
692
692
  var o, s, i, l, c, p;
693
693
  const n = {
694
694
  nodeKey: "id",
@@ -712,7 +712,7 @@ const ro = { class: "business-dialog-content" }, no = { class: "table-list-box"
712
712
  getGrandChildren: T,
713
713
  defaultExpandedKeys: [Ke]
714
714
  }), Dt(n, ((p = a.left) == null ? void 0 : p.props) || {});
715
- }), $ = K(() => {
715
+ }), $ = I(() => {
716
716
  var o, s, i, l, c;
717
717
  const n = {
718
718
  data: [],
@@ -720,7 +720,7 @@ const ro = { class: "business-dialog-content" }, no = { class: "table-list-box"
720
720
  labelKey: ((l = (i = a.left) == null ? void 0 : i.props) == null ? void 0 : l.nodeName) || "name"
721
721
  };
722
722
  return Object.assign(n, ((c = a.left) == null ? void 0 : c.selectListProps) || {}), n;
723
- }), F = K(() => {
723
+ }), F = I(() => {
724
724
  var o, s, i, l, c;
725
725
  const n = {
726
726
  data: [],
@@ -728,25 +728,25 @@ const ro = { class: "business-dialog-content" }, no = { class: "table-list-box"
728
728
  labelKey: ((l = (i = a.content) == null ? void 0 : i.props) == null ? void 0 : l.rowName) || "name"
729
729
  };
730
730
  return Object.assign(n, ((c = a.content) == null ? void 0 : c.selectListProps) || {}), n;
731
- }), W = K(() => ge(a.content)), Ce = K(() => {
731
+ }), W = I(() => ge(a.content)), Ce = I(() => {
732
732
  var o;
733
733
  const n = (o = a.left) == null ? void 0 : o.selectListProps;
734
734
  return n != null && n.height ? `height:${n == null ? void 0 : n.height}` : "flex: 1;";
735
- }), k = K(() => {
735
+ }), k = I(() => {
736
736
  var o;
737
737
  const n = (o = a.left) == null ? void 0 : o.selectListProps;
738
738
  return typeof n == "boolean" ? n : f(n || {});
739
- }), ee = K(() => {
739
+ }), ee = I(() => {
740
740
  var o;
741
741
  const n = (o = a.content) == null ? void 0 : o.selectListProps;
742
742
  return typeof n > "u" ? !0 : typeof n == "boolean" ? n : f(n || {});
743
- }), je = K(() => {
743
+ }), je = I(() => {
744
744
  var n, o, s, i;
745
745
  return (o = (n = a.left) == null ? void 0 : n.props) != null && o.width || (i = (s = a.content) == null ? void 0 : s.props) != null && i.width ? "width:auto" : "width:250px";
746
- }), Pe = K(() => {
746
+ }), Pe = I(() => {
747
747
  var n;
748
748
  return (n = a.content) != null && n.searchKey && X.value || De.value;
749
- }), te = K(() => {
749
+ }), te = I(() => {
750
750
  var s;
751
751
  const n = {
752
752
  rowKey: "id",
@@ -762,10 +762,10 @@ const ro = { class: "business-dialog-content" }, no = { class: "table-list-box"
762
762
  toolip: !1
763
763
  }
764
764
  }), Dt(n, ((s = a.content) == null ? void 0 : s.props) || {});
765
- }), re = K(() => f(a.left)), ge = (n) => {
765
+ }), re = I(() => f(a.left)), ge = (n) => {
766
766
  var o;
767
767
  return (n == null ? void 0 : n.selectAll) || f(((o = n == null ? void 0 : n.props) == null ? void 0 : o.selection) || {});
768
- }, D = me(F.value, "data"), g = me($.value, "data"), w = C([]), j = C([]), A = C(""), _ = C(null), ne = Sr(), {
768
+ }, D = me(F.value, "data"), g = me($.value, "data"), w = j([]), C = j([]), A = j(""), _ = j(null), ne = Sr(), {
769
769
  run: N,
770
770
  loading: X,
771
771
  data: He,
@@ -780,8 +780,8 @@ const ro = { class: "business-dialog-content" }, no = { class: "table-list-box"
780
780
  }, qe = (n) => {
781
781
  var i, l;
782
782
  const o = [], s = ((l = (i = a.left) == null ? void 0 : i.props) == null ? void 0 : l.nodeKey) || "id";
783
- j.value.forEach((c) => o.push(c[s])), n.forEach((c) => !o.includes(c[s]) && j.value.push(c)), u("update:resultTree", j.value);
784
- }, We = C([]), Xe = C([]), ae = C(te.value.pageIndex), he = C(te.value.pageSize), Je = C(0), oe = C([]), le = C(""), {
783
+ C.value.forEach((c) => o.push(c[s])), n.forEach((c) => !o.includes(c[s]) && C.value.push(c)), u("update:resultTree", C.value);
784
+ }, We = j([]), Xe = j([]), ae = j(te.value.pageIndex), he = j(te.value.pageSize), Je = j(0), oe = j([]), le = j(""), {
785
785
  run: $e,
786
786
  loading: De,
787
787
  data: rr,
@@ -848,15 +848,15 @@ const ro = { class: "business-dialog-content" }, no = { class: "table-list-box"
848
848
  oe.value = [], le.value = "";
849
849
  }, lr = (n) => {
850
850
  var U, B, it, st;
851
- const { showCheckbox: o, nodeKey: s, props: i } = z.value, { valueKey: l } = $.value, c = (o ? n.value : [n.value]).filter((E) => E !== v), p = [], S = Array.from((B = (U = a.left) == null ? void 0 : U.grandChildren) != null && B.api ? j.value : w.value), b = [], P = !((it = a.left) != null && it.disabledSort);
851
+ const { showCheckbox: o, nodeKey: s, props: i } = z.value, { valueKey: l } = $.value, c = (o ? n.value : [n.value]).filter((K) => K !== v), p = [], S = Array.from((B = (U = a.left) == null ? void 0 : U.grandChildren) != null && B.api ? C.value : w.value), b = [], P = !((it = a.left) != null && it.disabledSort);
852
852
  P && o && (p.push(...new Array(c.length).fill({})), (st = g.value) == null || st.forEach(
853
- (E) => c.includes(E[l || s]) && b.push(E[s])
853
+ (K) => c.includes(K[l || s]) && b.push(K[s])
854
854
  ));
855
- const I = [...new Set(b.concat(c))];
855
+ const E = [...new Set(b.concat(c))];
856
856
  for (; S.length; ) {
857
- const E = S.shift(), ut = I.findIndex((cr) => E[s] === cr);
858
- ut !== -1 && (P ? p.splice(ut, 1, E) : p.push(E));
859
- const ct = (E == null ? void 0 : E[(i == null ? void 0 : i.children) || "children"]) || [];
857
+ const K = S.shift(), ut = E.findIndex((cr) => K[s] === cr);
858
+ ut !== -1 && (P ? p.splice(ut, 1, K) : p.push(K));
859
+ const ct = (K == null ? void 0 : K[(i == null ? void 0 : i.children) || "children"]) || [];
860
860
  ct.length && S.unshift(...ct);
861
861
  }
862
862
  return p;
@@ -905,8 +905,8 @@ const ro = { class: "business-dialog-content" }, no = { class: "table-list-box"
905
905
  for (; p.length; ) {
906
906
  const b = p.shift();
907
907
  !(typeof i.disabled == "string" ? b[i.disabled] : i.disabled(b)) && !c.includes(b[s]) && c.push(b[s]);
908
- const I = b[i.children || "children"] || [];
909
- I.length && (o ? p.unshift(...I) : p.push(...I));
908
+ const E = b[i.children || "children"] || [];
909
+ E.length && (o ? p.unshift(...E) : p.push(...E));
910
910
  }
911
911
  o || (_.value = c[0] || ""), o && !k.value && (_.value = (n == null ? void 0 : n.length) > 1 ? [v] : [], _.value.push(...c));
912
912
  }, ur = (n) => {
@@ -1113,7 +1113,7 @@ const ro = { class: "business-dialog-content" }, no = { class: "table-list-box"
1113
1113
  ]);
1114
1114
  };
1115
1115
  }
1116
- }), io = /* @__PURE__ */ zt(lo, [["__scopeId", "data-v-a3eb80e3"]]), So = () => C(null), Oo = () => C(null), Co = Kt(xr), jo = Kt(io), Po = { name: "modelTable 表格弹窗" };
1116
+ }), io = /* @__PURE__ */ zt(lo, [["__scopeId", "data-v-a3eb80e3"]]), So = () => j(null), Oo = () => j(null), Co = Kt(xr), jo = Kt(io), Po = { name: "modelTable 表格弹窗" };
1117
1117
  export {
1118
1118
  jo as DasModelTable,
1119
1119
  Co as DasModelTableDialog,
@@ -1 +1 @@
1
- [data-v-7d26958c] .business-dialog.das-ui-dialog.basic .das-dialog__body{padding:0}.business-dialog-content[data-v-a3eb80e3]{width:100%;height:100%;display:flex}.business-dialog-content[data-v-a3eb80e3] .das-ui-split-panel .das-split-panel-first,.business-dialog-content[data-v-a3eb80e3] .das-ui-split-panel .das-split-panel-second{display:flex;flex-direction:column}.business-dialog-content[data-v-a3eb80e3] .das-ui-split-panel .das-split-panel-second .table-list-box{flex:1;overflow-y:hidden}.business-dialog-content[data-v-a3eb80e3] .das-ui-split-panel .das-split-panel-second .table-list-box .el-table__inner-wrapper:before{height:0}.business-dialog-content .right-box[data-v-a3eb80e3]{display:flex;flex-direction:column;overflow:hidden;border-left:1px solid #d9d9d9}.business-dialog-content .right-box .tree-select[data-v-a3eb80e3]{overflow:hidden}.business-dialog-content .right-box .line[data-v-a3eb80e3]{border-top:1px solid #d9d9d9}.business-dialog-content .right-box .table-select[data-v-a3eb80e3]{flex:1;overflow:hidden}
1
+ [data-v-8ee60eb5] .business-dialog.das-ui-dialog.basic .das-dialog__body{padding:0}.business-dialog-content[data-v-a3eb80e3]{width:100%;height:100%;display:flex}.business-dialog-content[data-v-a3eb80e3] .das-ui-split-panel .das-split-panel-first,.business-dialog-content[data-v-a3eb80e3] .das-ui-split-panel .das-split-panel-second{display:flex;flex-direction:column}.business-dialog-content[data-v-a3eb80e3] .das-ui-split-panel .das-split-panel-second .table-list-box{flex:1;overflow-y:hidden}.business-dialog-content[data-v-a3eb80e3] .das-ui-split-panel .das-split-panel-second .table-list-box .el-table__inner-wrapper:before{height:0}.business-dialog-content .right-box[data-v-a3eb80e3]{display:flex;flex-direction:column;overflow:hidden;border-left:1px solid #d9d9d9}.business-dialog-content .right-box .tree-select[data-v-a3eb80e3]{overflow:hidden}.business-dialog-content .right-box .line[data-v-a3eb80e3]{border-top:1px solid #d9d9d9}.business-dialog-content .right-box .table-select[data-v-a3eb80e3]{flex:1;overflow:hidden}