@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.
- package/dist/components/box/index.css +12 -12
- package/dist/components/box/index.scss +1 -6
- package/dist/components/box-local/index.css +12 -12
- package/dist/components/dialog/src/index.cjs +5 -5
- package/dist/components/dialog/src/index.js +2 -2
- package/dist/components/dialog/style/index2.scss +1 -1
- package/dist/components/forms/index.d.ts +52 -149
- package/dist/components/forms/src/index.cjs +9 -8
- package/dist/components/forms/src/index.d.ts +102 -297
- package/dist/components/forms/src/index.js +2 -1
- package/dist/components/forms/style/index2.scss +6 -0
- package/dist/components/forms-div/style/index2.scss +1 -0
- package/dist/components/forms-item/src/index.cjs +6 -6
- package/dist/components/forms-item/src/index.js +1 -1
- package/dist/components/forms-item/style/index2.scss +4 -0
- package/dist/components/forms-items/style/index2.scss +2 -0
- package/dist/components/index.cjs +16 -14
- package/dist/components/index.d.ts +5 -4
- package/dist/components/index.js +10 -8
- package/dist/components/index.scss +6 -4
- package/dist/components/lists/common/img.cjs +1 -1
- package/dist/components/lists/common/img.d.ts +2 -0
- package/dist/components/lists/common/img.js +1 -1
- package/dist/components/lists/common/img2.cjs +5 -8
- package/dist/components/lists/common/img2.js +6 -9
- package/dist/components/menus/src/index.cjs +2 -2
- package/dist/components/menus/src/index.js +1 -1
- package/dist/components/menus/src/menu-ll.cjs +6 -6
- package/dist/components/menus/src/menu-ll.js +1 -1
- package/dist/components/menus/style/index2.scss +5 -0
- package/dist/components/page/index.css +245 -0
- package/dist/components/page/index.d.ts +3073 -0
- package/dist/components/page/index.scss +4 -0
- package/dist/components/page/src/index.cjs +16 -14
- package/dist/components/page/src/index.d.ts +5111 -0
- package/dist/components/page/src/index.js +5 -3
- package/dist/components/page/style/index2.scss +9 -0
- package/dist/components/{pagin → paging}/index.cjs +3 -3
- package/dist/components/{pagin → paging}/index.css +4 -3
- package/dist/components/{pagin → paging}/index.d.ts +2 -2
- package/dist/components/{pagin → paging}/index.js +3 -3
- package/dist/components/{pagin → paging}/index.scss +3 -2
- package/dist/components/{pagin → paging}/src/index.cjs +3 -3
- package/dist/components/{pagin → paging}/src/index.js +2 -2
- package/dist/components/paging/style/index2.scss +3 -0
- package/dist/components/tables/index.css +12 -15
- package/dist/components/tables/index.d.ts +1730 -0
- package/dist/components/tables/index.scss +17 -23
- package/dist/components/{el-tables → tables}/src/column.cjs +3 -3
- package/dist/components/{el-tables → tables}/src/column.js +2 -2
- package/dist/components/{el-tables → tables}/src/columns.cjs +3 -3
- package/dist/components/{el-tables → tables}/src/columns.js +3 -3
- package/dist/components/{el-tables → tables}/src/columns3.cjs +6 -6
- package/dist/components/{el-tables → tables}/src/columns3.js +2 -2
- package/dist/components/tables/src/index.cjs +158 -97
- package/dist/components/tables/src/index.d.ts +3103 -0
- package/dist/components/tables/src/index.js +158 -97
- package/dist/components/tables/style/index2.scss +5 -0
- package/dist/components/tables-form/index.cjs +1 -0
- package/dist/components/tables-form/index.js +1 -0
- package/dist/components/tables-form/index.scss +0 -0
- package/dist/components/tables-form/style/index.scss.cjs +1 -0
- package/dist/components/tables-form/style/index.scss.js +1 -0
- package/dist/components/tables-form/style/index2.scss +0 -0
- package/dist/components/{el-tables → tablesp}/index.cjs +3 -3
- package/dist/components/{tables-pagin → tablesp}/index.css +10 -9
- package/dist/components/tablesp/index.d.ts +1939 -0
- package/dist/components/{el-tables → tablesp}/index.js +3 -3
- package/dist/components/{tables-pagin → tablesp}/index.scss +5 -5
- package/dist/components/{tables-pagin → tablesp}/src/index.cjs +5 -5
- package/dist/components/tablesp/src/index.d.ts +3540 -0
- package/dist/components/{tables-pagin → tablesp}/src/index.js +5 -5
- package/dist/components/tablesp/style/index2.scss +4 -0
- package/dist/components/{vxe-tables → tabless}/index.cjs +3 -3
- package/dist/components/{el-tables → tabless}/index.css +15 -12
- package/dist/components/tabless/index.d.ts +1939 -0
- package/dist/components/{vxe-tables → tabless}/index.js +3 -3
- package/dist/components/tabless/index.scss +32 -0
- package/dist/components/tabless/src/index.cjs +118 -0
- package/dist/components/tabless/src/index.d.ts +3540 -0
- package/dist/components/tabless/src/index.js +118 -0
- package/dist/components/tabless/style/index2.scss +5 -0
- package/dist/components/{tables-pagin → tablesv}/index.cjs +3 -3
- package/dist/components/{vxe-tables → tablesv}/index.css +17 -17
- package/dist/components/{vxe-tables → tablesv}/index.d.ts +2 -2
- package/dist/components/{tables-pagin → tablesv}/index.js +3 -3
- package/dist/components/{vxe-tables → tablesv}/index.scss +2 -2
- package/dist/components/{vxe-tables → tablesv}/src/index.cjs +1 -1
- package/dist/components/{vxe-tables → tablesv}/src/index.js +1 -1
- package/dist/components/tablesv/style/index2.scss +1 -0
- package/dist/components/tablesvp/index.cjs +8 -0
- package/dist/components/tablesvp/index.css +130 -0
- package/dist/components/tablesvp/index.d.ts +480 -0
- package/dist/components/tablesvp/index.js +8 -0
- package/dist/components/tablesvp/index.scss +33 -0
- package/dist/components/tablesvp/src/data.d.ts +14 -0
- package/dist/components/tablesvp/src/index.cjs +86 -0
- package/dist/components/tablesvp/src/index.d.ts +630 -0
- package/dist/components/tablesvp/src/index.js +86 -0
- package/dist/components/tablesvp/src/index2.cjs +4 -0
- package/dist/components/tablesvp/src/index2.js +4 -0
- package/dist/components/tablesvp/style/index2.scss +4 -0
- package/dist/expand/{chunk-B6EXENNS.cjs → chunk-P5447R3I.cjs} +5 -4
- package/dist/expand/{chunk-Y7QESZWG.js → chunk-VZAQ2FM7.js} +5 -4
- package/dist/expand/components.cjs +5 -5
- package/dist/expand/components.js +1 -1
- package/dist/expand/config.cjs +2 -2
- package/dist/expand/config.js +1 -1
- package/dist/index.cjs +34 -32
- package/dist/index.css +130 -50
- package/dist/index.js +10 -8
- package/dist/index2.css +1 -1
- package/package.json +6 -6
- package/dist/components/el-tables/index.scss +0 -26
- package/dist/components/el-tables/src/index.cjs +0 -174
- package/dist/components/el-tables/src/index.js +0 -174
- /package/dist/components/{pagin → paging}/src/index.d.ts +0 -0
- /package/dist/components/{el-tables → paging}/src/index2.cjs +0 -0
- /package/dist/components/{el-tables → paging}/src/index2.js +0 -0
- /package/dist/components/{el-tables → tables}/src/column.d.ts +0 -0
- /package/dist/components/{el-tables → tables}/src/columns.d.ts +0 -0
- /package/dist/components/{el-tables → tables}/src/columns2.cjs +0 -0
- /package/dist/components/{el-tables → tables}/src/columns2.js +0 -0
- /package/dist/components/{el-tables → tables}/src/data.cjs +0 -0
- /package/dist/components/{el-tables → tables}/src/data.d.ts +0 -0
- /package/dist/components/{el-tables → tables}/src/data.js +0 -0
- /package/dist/components/{tables-pagin → tablesp}/src/data.d.ts +0 -0
- /package/dist/components/{pagin → tablesp}/src/index2.cjs +0 -0
- /package/dist/components/{pagin → tablesp}/src/index2.js +0 -0
- /package/dist/components/{tables-pagin → tabless}/src/index2.cjs +0 -0
- /package/dist/components/{tables-pagin → tabless}/src/index2.js +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/column.cjs +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/column.d.ts +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/column.js +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/columns.cjs +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/columns.d.ts +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/columns.js +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/columns2.cjs +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/columns2.js +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/columns3.cjs +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/columns3.js +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/data.cjs +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/data.d.ts +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/data.js +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/index.d.ts +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/index2.cjs +0 -0
- /package/dist/components/{vxe-tables → tablesv}/src/index2.js +0 -0
|
@@ -1,111 +1,172 @@
|
|
|
1
|
-
import { defineComponent, useSlots, ref, createElementBlock, openBlock,
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
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:
|
|
13
|
+
emits: dataEmits,
|
|
11
14
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
12
|
-
const cs = useCssName("tables
|
|
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
|
|
17
|
-
const
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
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
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
empty
|
|
113
|
+
...dataExpose,
|
|
114
|
+
clearSelection,
|
|
115
|
+
toggleRowSelection
|
|
43
116
|
});
|
|
44
117
|
return (_ctx, _cache) => {
|
|
45
|
-
return openBlock(), createElementBlock("div", {
|
|
46
|
-
class:
|
|
47
|
-
}, [
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
onSortChange:
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
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
|
});
|
|
@@ -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");
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
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
|
|
7
|
-
exports.
|
|
8
|
-
exports.default =
|
|
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
|
-
.
|
|
35
|
+
.paging {
|
|
36
36
|
padding: 10px;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
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
|
-
.
|
|
45
|
+
.paging .el-pagination__total {
|
|
45
46
|
font-size: 14px;
|
|
46
47
|
font-weight: 400;
|
|
47
48
|
color: #9b9b9b;
|
|
48
49
|
}
|
|
49
50
|
|
|
50
|
-
.
|
|
51
|
+
.tablesp {
|
|
51
52
|
width: 100%;
|
|
52
|
-
height: var(--
|
|
53
|
+
height: var(--tablesp-height);
|
|
53
54
|
display: flex;
|
|
54
55
|
flex-direction: column;
|
|
55
56
|
}
|
|
56
|
-
.
|
|
57
|
+
.tablesp-main {
|
|
57
58
|
display: flex;
|
|
58
59
|
flex-direction: column;
|
|
59
60
|
flex: 1;
|
|
60
61
|
width: 100%;
|
|
61
62
|
}
|
|
62
|
-
.
|
|
63
|
+
.tablesp-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
|
|
63
64
|
display: none;
|
|
64
65
|
}
|
|
65
|
-
.
|
|
66
|
+
.tablesp-paginat {
|
|
66
67
|
overflow: hidden;
|
|
67
68
|
}
|
|
68
|
-
.
|
|
69
|
+
.tablesp-paginat .el-pagination {
|
|
69
70
|
justify-content: flex-end;
|
|
70
71
|
}
|