@fangzhongya/fang-ui 0.0.29 → 0.0.30

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 (147) hide show
  1. package/dist/components/box/index.css +12 -12
  2. package/dist/components/box/index.scss +1 -6
  3. package/dist/components/box-local/index.css +12 -12
  4. package/dist/components/dialog/src/index.cjs +5 -5
  5. package/dist/components/dialog/src/index.js +2 -2
  6. package/dist/components/dialog/style/index2.scss +1 -1
  7. package/dist/components/forms/index.d.ts +52 -149
  8. package/dist/components/forms/src/index.cjs +9 -8
  9. package/dist/components/forms/src/index.d.ts +102 -297
  10. package/dist/components/forms/src/index.js +2 -1
  11. package/dist/components/forms/style/index2.scss +6 -0
  12. package/dist/components/forms-div/style/index2.scss +1 -0
  13. package/dist/components/forms-item/src/index.cjs +6 -6
  14. package/dist/components/forms-item/src/index.js +1 -1
  15. package/dist/components/forms-item/style/index2.scss +4 -0
  16. package/dist/components/forms-items/style/index2.scss +2 -0
  17. package/dist/components/index.cjs +16 -14
  18. package/dist/components/index.d.ts +5 -4
  19. package/dist/components/index.js +10 -8
  20. package/dist/components/index.scss +6 -4
  21. package/dist/components/lists/common/img.cjs +1 -1
  22. package/dist/components/lists/common/img.d.ts +2 -0
  23. package/dist/components/lists/common/img.js +1 -1
  24. package/dist/components/lists/common/img2.cjs +5 -8
  25. package/dist/components/lists/common/img2.js +6 -9
  26. package/dist/components/menus/src/index.cjs +2 -2
  27. package/dist/components/menus/src/index.js +1 -1
  28. package/dist/components/menus/src/menu-ll.cjs +6 -6
  29. package/dist/components/menus/src/menu-ll.js +1 -1
  30. package/dist/components/menus/style/index2.scss +5 -0
  31. package/dist/components/page/index.css +245 -0
  32. package/dist/components/page/index.d.ts +3073 -0
  33. package/dist/components/page/index.scss +4 -0
  34. package/dist/components/page/src/index.cjs +16 -14
  35. package/dist/components/page/src/index.d.ts +5111 -0
  36. package/dist/components/page/src/index.js +5 -3
  37. package/dist/components/page/style/index2.scss +9 -0
  38. package/dist/components/{pagin → paging}/index.cjs +3 -3
  39. package/dist/components/{pagin → paging}/index.css +4 -3
  40. package/dist/components/{pagin → paging}/index.d.ts +2 -2
  41. package/dist/components/{pagin → paging}/index.js +3 -3
  42. package/dist/components/{pagin → paging}/index.scss +3 -2
  43. package/dist/components/{pagin → paging}/src/index.cjs +3 -3
  44. package/dist/components/{pagin → paging}/src/index.js +2 -2
  45. package/dist/components/paging/style/index2.scss +3 -0
  46. package/dist/components/tables/index.css +12 -15
  47. package/dist/components/tables/index.d.ts +1730 -0
  48. package/dist/components/tables/index.scss +17 -23
  49. package/dist/components/{el-tables → tables}/src/column.cjs +3 -3
  50. package/dist/components/{el-tables → tables}/src/column.js +2 -2
  51. package/dist/components/{el-tables → tables}/src/columns.cjs +3 -3
  52. package/dist/components/{el-tables → tables}/src/columns.js +3 -3
  53. package/dist/components/{el-tables → tables}/src/columns3.cjs +6 -6
  54. package/dist/components/{el-tables → tables}/src/columns3.js +2 -2
  55. package/dist/components/tables/src/index.cjs +158 -97
  56. package/dist/components/tables/src/index.d.ts +3103 -0
  57. package/dist/components/tables/src/index.js +158 -97
  58. package/dist/components/tables/style/index2.scss +5 -0
  59. package/dist/components/tables-form/index.cjs +1 -0
  60. package/dist/components/tables-form/index.js +1 -0
  61. package/dist/components/tables-form/index.scss +0 -0
  62. package/dist/components/tables-form/style/index.scss.cjs +1 -0
  63. package/dist/components/tables-form/style/index.scss.js +1 -0
  64. package/dist/components/tables-form/style/index2.scss +0 -0
  65. package/dist/components/{el-tables → tablesp}/index.cjs +3 -3
  66. package/dist/components/{tables-pagin → tablesp}/index.css +10 -9
  67. package/dist/components/tablesp/index.d.ts +1939 -0
  68. package/dist/components/{el-tables → tablesp}/index.js +3 -3
  69. package/dist/components/{tables-pagin → tablesp}/index.scss +5 -5
  70. package/dist/components/{tables-pagin → tablesp}/src/index.cjs +5 -5
  71. package/dist/components/tablesp/src/index.d.ts +3540 -0
  72. package/dist/components/{tables-pagin → tablesp}/src/index.js +5 -5
  73. package/dist/components/tablesp/style/index2.scss +4 -0
  74. package/dist/components/{vxe-tables → tabless}/index.cjs +3 -3
  75. package/dist/components/{el-tables → tabless}/index.css +15 -12
  76. package/dist/components/tabless/index.d.ts +1939 -0
  77. package/dist/components/{vxe-tables → tabless}/index.js +3 -3
  78. package/dist/components/tabless/index.scss +32 -0
  79. package/dist/components/tabless/src/index.cjs +118 -0
  80. package/dist/components/tabless/src/index.d.ts +3540 -0
  81. package/dist/components/tabless/src/index.js +118 -0
  82. package/dist/components/tabless/style/index2.scss +5 -0
  83. package/dist/components/{tables-pagin → tablesv}/index.cjs +3 -3
  84. package/dist/components/{vxe-tables → tablesv}/index.css +17 -17
  85. package/dist/components/{vxe-tables → tablesv}/index.d.ts +2 -2
  86. package/dist/components/{tables-pagin → tablesv}/index.js +3 -3
  87. package/dist/components/{vxe-tables → tablesv}/index.scss +2 -2
  88. package/dist/components/{vxe-tables → tablesv}/src/index.cjs +1 -1
  89. package/dist/components/{vxe-tables → tablesv}/src/index.js +1 -1
  90. package/dist/components/tablesv/style/index2.scss +1 -0
  91. package/dist/components/tablesvp/index.cjs +8 -0
  92. package/dist/components/tablesvp/index.css +130 -0
  93. package/dist/components/tablesvp/index.d.ts +480 -0
  94. package/dist/components/tablesvp/index.js +8 -0
  95. package/dist/components/tablesvp/index.scss +33 -0
  96. package/dist/components/tablesvp/src/data.d.ts +14 -0
  97. package/dist/components/tablesvp/src/index.cjs +86 -0
  98. package/dist/components/tablesvp/src/index.d.ts +630 -0
  99. package/dist/components/tablesvp/src/index.js +86 -0
  100. package/dist/components/tablesvp/src/index2.cjs +4 -0
  101. package/dist/components/tablesvp/src/index2.js +4 -0
  102. package/dist/components/tablesvp/style/index2.scss +4 -0
  103. package/dist/expand/{chunk-B6EXENNS.cjs → chunk-P5447R3I.cjs} +5 -4
  104. package/dist/expand/{chunk-Y7QESZWG.js → chunk-VZAQ2FM7.js} +5 -4
  105. package/dist/expand/components.cjs +5 -5
  106. package/dist/expand/components.js +1 -1
  107. package/dist/expand/config.cjs +2 -2
  108. package/dist/expand/config.js +1 -1
  109. package/dist/index.cjs +34 -32
  110. package/dist/index.css +130 -50
  111. package/dist/index.js +10 -8
  112. package/dist/index2.css +1 -1
  113. package/package.json +6 -6
  114. package/dist/components/el-tables/index.scss +0 -26
  115. package/dist/components/el-tables/src/index.cjs +0 -174
  116. package/dist/components/el-tables/src/index.js +0 -174
  117. /package/dist/components/{pagin → paging}/src/index.d.ts +0 -0
  118. /package/dist/components/{el-tables → paging}/src/index2.cjs +0 -0
  119. /package/dist/components/{el-tables → paging}/src/index2.js +0 -0
  120. /package/dist/components/{el-tables → tables}/src/column.d.ts +0 -0
  121. /package/dist/components/{el-tables → tables}/src/columns.d.ts +0 -0
  122. /package/dist/components/{el-tables → tables}/src/columns2.cjs +0 -0
  123. /package/dist/components/{el-tables → tables}/src/columns2.js +0 -0
  124. /package/dist/components/{el-tables → tables}/src/data.cjs +0 -0
  125. /package/dist/components/{el-tables → tables}/src/data.d.ts +0 -0
  126. /package/dist/components/{el-tables → tables}/src/data.js +0 -0
  127. /package/dist/components/{tables-pagin → tablesp}/src/data.d.ts +0 -0
  128. /package/dist/components/{pagin → tablesp}/src/index2.cjs +0 -0
  129. /package/dist/components/{pagin → tablesp}/src/index2.js +0 -0
  130. /package/dist/components/{tables-pagin → tabless}/src/index2.cjs +0 -0
  131. /package/dist/components/{tables-pagin → tabless}/src/index2.js +0 -0
  132. /package/dist/components/{vxe-tables → tablesv}/src/column.cjs +0 -0
  133. /package/dist/components/{vxe-tables → tablesv}/src/column.d.ts +0 -0
  134. /package/dist/components/{vxe-tables → tablesv}/src/column.js +0 -0
  135. /package/dist/components/{vxe-tables → tablesv}/src/columns.cjs +0 -0
  136. /package/dist/components/{vxe-tables → tablesv}/src/columns.d.ts +0 -0
  137. /package/dist/components/{vxe-tables → tablesv}/src/columns.js +0 -0
  138. /package/dist/components/{vxe-tables → tablesv}/src/columns2.cjs +0 -0
  139. /package/dist/components/{vxe-tables → tablesv}/src/columns2.js +0 -0
  140. /package/dist/components/{vxe-tables → tablesv}/src/columns3.cjs +0 -0
  141. /package/dist/components/{vxe-tables → tablesv}/src/columns3.js +0 -0
  142. /package/dist/components/{vxe-tables → tablesv}/src/data.cjs +0 -0
  143. /package/dist/components/{vxe-tables → tablesv}/src/data.d.ts +0 -0
  144. /package/dist/components/{vxe-tables → tablesv}/src/data.js +0 -0
  145. /package/dist/components/{vxe-tables → tablesv}/src/index.d.ts +0 -0
  146. /package/dist/components/{vxe-tables → tablesv}/src/index2.cjs +0 -0
  147. /package/dist/components/{vxe-tables → tablesv}/src/index2.js +0 -0
@@ -1,111 +1,172 @@
1
- import { defineComponent, useSlots, ref, createElementBlock, openBlock, normalizeClass, unref, createBlock, createCommentVNode, mergeProps, toHandlers, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
2
- import { ElTables } from "../../el-tables/index.js";
3
- import { VxeTables } from "../../vxe-tables/index.js";
4
- import { Pagin } from "../../pagin/index.js";
5
- import { dataEmit, dataProps, useInit } from "../common/pagin.js";
1
+ import { defineComponent, useSlots, useAttrs, provide, ref, computed, watch, onMounted, createElementBlock, openBlock, mergeProps, unref, withDirectives, createBlock, withModifiers, withCtx, createVNode, createSlots, renderList, renderSlot, normalizeProps, guardReactiveProps, createElementVNode, normalizeClass } from "vue";
2
+ import { dataEmits, dataProps, dataExpose } from "./data.js";
3
+ import { ElTable } from "element-plus/es/components/table/index";
4
+ import { vLoading } from "element-plus/es/components/loading/index";
5
+ import _sfc_main$1 from "./columns.js";
6
6
  import { useCssName } from "../../../hooks/cssname/index.js";
7
+ import { useInherit } from "../../../hooks/inherit/index.js";
8
+ import { uesObjComponSelected } from "../../common/use.js";
9
+ import { getCompons } from "../../common/compons.js";
7
10
  const _sfc_main = /* @__PURE__ */ defineComponent({
8
11
  __name: "index",
9
12
  props: dataProps,
10
- emits: dataEmit,
13
+ emits: dataEmits,
11
14
  setup(__props, { expose: __expose, emit: __emit }) {
12
- const cs = useCssName("tables-pag");
15
+ const cs = useCssName("tables");
13
16
  const slots = useSlots();
17
+ const attrs = useInherit(useAttrs());
14
18
  const props = __props;
19
+ provide("tables-compons", getCompons(props.compons));
20
+ const tableRef = ref();
15
21
  const emit = __emit;
16
- const refTable = ref();
17
- const {
18
- getSelection,
19
- initData,
20
- getData,
21
- empty,
22
- loading,
23
- tableList,
24
- tableConfig,
25
- onRadioChange,
26
- onSortChange,
27
- onListEvents,
28
- onSelect,
29
- onRowClick,
30
- onChange,
31
- pagconfig,
32
- formEvent,
33
- onSizeChange,
34
- onCurrentChange,
35
- paginat,
36
- data
37
- } = useInit(props, emit, refTable);
22
+ const rowObj = ref();
23
+ const isfocus = ref(false);
24
+ function onClick() {
25
+ isfocus.value = true;
26
+ }
27
+ function isComponSelected(obj, scope) {
28
+ if (uesObjComponSelected(obj, props)) {
29
+ if (rowObj.value === scope.row) {
30
+ if (isfocus.value) {
31
+ return true;
32
+ } else {
33
+ return false;
34
+ }
35
+ } else {
36
+ return false;
37
+ }
38
+ } else {
39
+ return true;
40
+ }
41
+ }
42
+ let isSort = false;
43
+ const tableDefaultSort = computed(() => {
44
+ return {
45
+ prop: props.defaultSort?.prop,
46
+ order: props.defaultSort?.order
47
+ };
48
+ });
49
+ const rowStyle = computed(() => {
50
+ const height = props.lineHeight;
51
+ const rowStyle2 = attrs.assem.rowStyle;
52
+ if (height) {
53
+ if (rowStyle2) {
54
+ if (typeof rowStyle2 == "object") {
55
+ rowStyle2["height"] = height + "px";
56
+ return rowStyle2;
57
+ } else {
58
+ return rowStyle2;
59
+ }
60
+ } else {
61
+ return {
62
+ height: height + "px"
63
+ };
64
+ }
65
+ } else {
66
+ return {
67
+ height: "",
68
+ ...rowStyle2
69
+ };
70
+ }
71
+ });
72
+ watch(tableDefaultSort, (newValue, oldValue) => {
73
+ let prop = tableDefaultSort.value.prop;
74
+ let order = tableDefaultSort.value.order;
75
+ if (tableRef.value) {
76
+ if (prop) {
77
+ isSort = true;
78
+ tableRef.value.sort(prop, order);
79
+ } else {
80
+ tableRef.value.clearSort();
81
+ }
82
+ }
83
+ });
84
+ function sortChange(obj) {
85
+ if (isSort) {
86
+ isSort = false;
87
+ return false;
88
+ }
89
+ emit("sort-change", obj);
90
+ }
91
+ function onListEvents(...arr) {
92
+ emit("list-events", ...arr);
93
+ }
94
+ function onRowClick(row, column, ...arr) {
95
+ isfocus.value = true;
96
+ rowObj.value = row;
97
+ emit("row-click", row, column, ...arr);
98
+ }
99
+ function toggleRowSelection(...arr) {
100
+ tableRef.value.toggleRowSelection(...arr);
101
+ }
102
+ function clearSelection() {
103
+ tableRef.value.clearSelection();
104
+ }
105
+ onMounted(() => {
106
+ if (window) {
107
+ window.addEventListener("click", () => {
108
+ isfocus.value = false;
109
+ });
110
+ }
111
+ });
38
112
  __expose({
39
- getSelection,
40
- initData,
41
- getList: getData,
42
- empty
113
+ ...dataExpose,
114
+ clearSelection,
115
+ toggleRowSelection
43
116
  });
44
117
  return (_ctx, _cache) => {
45
- return openBlock(), createElementBlock("div", {
46
- class: normalizeClass(unref(cs).z())
47
- }, [
48
- unref(tableConfig).type == 1 ? (openBlock(), createBlock(unref(VxeTables), mergeProps({ key: 0 }, unref(tableConfig).config, toHandlers(unref(formEvent)), {
49
- ref_key: "refTable",
50
- ref: refTable,
51
- class: [unref(cs).z("main")],
52
- size: unref(tableConfig).config?.size,
53
- value: unref(data).list,
54
- list: unref(tableList),
55
- paginat: unref(paginat),
56
- loading: unref(loading),
57
- options: props.options,
58
- compons: props.compons,
59
- onSortChange: unref(onSortChange),
60
- onRadioChange: unref(onRadioChange),
61
- onSelectionChange: unref(onChange),
62
- onListEvents: unref(onListEvents)
63
- }), createSlots({ _: 2 }, [
64
- renderList(Object.keys(unref(slots)), (k, i) => {
65
- return {
66
- name: k,
67
- fn: withCtx((scope) => [
68
- renderSlot(_ctx.$slots, k, normalizeProps(guardReactiveProps(scope)))
69
- ])
70
- };
71
- })
72
- ]), 1040, ["class", "size", "value", "list", "paginat", "loading", "options", "compons", "onSortChange", "onRadioChange", "onSelectionChange", "onListEvents"])) : (openBlock(), createBlock(unref(ElTables), mergeProps({ key: 1 }, unref(tableConfig).config, toHandlers(unref(formEvent)), {
73
- ref_key: "refTable",
74
- ref: refTable,
75
- class: [
76
- unref(cs).z("main"),
77
- unref(cs).is("radio", unref(tableConfig).config?.isradio)
78
- ],
79
- value: unref(data).list,
80
- list: unref(tableList),
81
- size: unref(tableConfig).config?.size,
82
- paginat: unref(paginat),
83
- loading: unref(loading),
84
- options: props.options,
85
- compons: props.compons,
86
- onSortChange: unref(onSortChange),
87
- onListEvents: unref(onListEvents),
88
- onSelect: unref(onSelect),
89
- onRowClick: unref(onRowClick),
90
- onSelectionChange: unref(onChange)
91
- }), createSlots({ _: 2 }, [
92
- renderList(Object.keys(unref(slots)), (k, i) => {
93
- return {
94
- name: k,
95
- fn: withCtx((scope) => [
96
- renderSlot(_ctx.$slots, k, normalizeProps(guardReactiveProps(scope)))
97
- ])
98
- };
99
- })
100
- ]), 1040, ["class", "value", "list", "size", "paginat", "loading", "options", "compons", "onSortChange", "onListEvents", "onSelect", "onRowClick", "onSelectionChange"])),
101
- unref(tableConfig).paginat?.is ? (openBlock(), createBlock(unref(Pagin), mergeProps({ key: 2 }, unref(pagconfig), {
102
- class: unref(cs).z("paginat"),
103
- paginat: unref(paginat),
104
- total: unref(data).total,
105
- onSizeChange: unref(onSizeChange),
106
- onCurrentChange: unref(onCurrentChange)
107
- }), null, 16, ["class", "paginat", "total", "onSizeChange", "onCurrentChange"])) : createCommentVNode("", true)
108
- ], 2);
118
+ return openBlock(), createElementBlock("div", mergeProps({
119
+ class: unref(cs).z()
120
+ }, unref(attrs).root), [
121
+ withDirectives((openBlock(), createBlock(unref(ElTable), mergeProps(unref(attrs).assem, {
122
+ align: "left",
123
+ ref_key: "tableRef",
124
+ ref: tableRef,
125
+ class: [unref(cs).z("table"), unref(cs).is("absolute", props.adaptive)],
126
+ height: props.height,
127
+ "scroll-selector": ".el-scrollbar .el-scrollbar__wrap",
128
+ "row-style": rowStyle.value,
129
+ data: props.value,
130
+ "default-sort": tableDefaultSort.value,
131
+ onRowClick,
132
+ onSortChange: sortChange,
133
+ onClick: withModifiers(onClick, ["stop"])
134
+ }), {
135
+ empty: withCtx(() => [
136
+ renderSlot(_ctx.$slots, "no-data", {}, () => [
137
+ createElementVNode("div", {
138
+ class: normalizeClass(unref(cs).z("no-data"))
139
+ }, _cache[0] || (_cache[0] = [
140
+ createElementVNode("span", null, "暂无数据", -1)
141
+ ]), 2)
142
+ ])
143
+ ]),
144
+ default: withCtx(() => [
145
+ createVNode(_sfc_main$1, {
146
+ table: unref(attrs).assem,
147
+ value: props.value,
148
+ list: props.list,
149
+ options: props.options,
150
+ isComponSelected,
151
+ onListEvents
152
+ }, createSlots({ _: 2 }, [
153
+ renderList(Object.keys(unref(slots)).filter(
154
+ (v) => !["empty", "no-data"].includes(v)
155
+ ), (k, i) => {
156
+ return {
157
+ name: k,
158
+ fn: withCtx((scope) => [
159
+ renderSlot(_ctx.$slots, k, normalizeProps(guardReactiveProps(scope)))
160
+ ])
161
+ };
162
+ })
163
+ ]), 1032, ["table", "value", "list", "options"])
164
+ ]),
165
+ _: 3
166
+ }, 16, ["class", "height", "row-style", "data", "default-sort"])), [
167
+ [unref(vLoading), props.loading]
168
+ ])
169
+ ], 16);
109
170
  };
110
171
  }
111
172
  });
@@ -0,0 +1,5 @@
1
+ @use 'element-plus/theme-chalk/src/loading.scss' as *;
2
+ @use 'element-plus/theme-chalk/src/table-column.scss' as *;
3
+ @use 'element-plus/theme-chalk/src/table.scss' as *;
4
+
5
+ @use '../index.scss' as *;
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
+ require("./style/index.scss.cjs");
3
4
  const withInstall = require("../../utils/vues/withInstall.cjs");
4
5
  const index_vue_vue_type_script_setup_true_lang = require("./src/index.cjs");
5
6
  const TablesForm = withInstall.withInstall(index_vue_vue_type_script_setup_true_lang.default, "TablesForm");
@@ -1,3 +1,4 @@
1
+ import "./style/index.scss.js";
1
2
  import { withInstall } from "../../utils/vues/withInstall.js";
2
3
  import _sfc_main from "./src/index.js";
3
4
  const TablesForm = withInstall(_sfc_main, "TablesForm");
File without changes
@@ -0,0 +1 @@
1
+ "use strict";
File without changes
@@ -3,6 +3,6 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
3
3
  ;/* empty css */
4
4
  const withInstall = require("../../utils/vues/withInstall.cjs");
5
5
  const index_vue_vue_type_script_setup_true_lang = require("./src/index.cjs");
6
- const ElTables = withInstall.withInstall(index_vue_vue_type_script_setup_true_lang.default, "ElTables");
7
- exports.ElTables = ElTables;
8
- exports.default = ElTables;
6
+ const Tablesp = withInstall.withInstall(index_vue_vue_type_script_setup_true_lang.default, "Tablesp");
7
+ exports.Tablesp = Tablesp;
8
+ exports.default = Tablesp;
@@ -32,39 +32,40 @@
32
32
  left: 0;
33
33
  }
34
34
 
35
- .pags {
35
+ .paging {
36
36
  padding: 10px;
37
37
  }
38
- .pags-slot {
38
+ .paging-slot {
39
39
  padding-left: 10px;
40
40
  font-size: 14px;
41
41
  font-weight: 400;
42
42
  color: #9b9b9b;
43
+ white-space: pre-wrap;
43
44
  }
44
- .pags .el-pagination__total {
45
+ .paging .el-pagination__total {
45
46
  font-size: 14px;
46
47
  font-weight: 400;
47
48
  color: #9b9b9b;
48
49
  }
49
50
 
50
- .tables-pagin {
51
+ .tablesp {
51
52
  width: 100%;
52
- height: var(--tables-pagin-height);
53
+ height: var(--tablesp-height);
53
54
  display: flex;
54
55
  flex-direction: column;
55
56
  }
56
- .tables-pagin-main {
57
+ .tablesp-main {
57
58
  display: flex;
58
59
  flex-direction: column;
59
60
  flex: 1;
60
61
  width: 100%;
61
62
  }
62
- .tables-pagin-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
63
+ .tablesp-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
63
64
  display: none;
64
65
  }
65
- .tables-pagin-paginat {
66
+ .tablesp-paginat {
66
67
  overflow: hidden;
67
68
  }
68
- .tables-pagin-paginat .el-pagination {
69
+ .tablesp-paginat .el-pagination {
69
70
  justify-content: flex-end;
70
71
  }