bitz-react-admin-ui 2.6.8 → 2.6.9
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/BitzTable/Table/index.mjs +224 -220
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
import { j as o } from "../../../node_modules/.store/react@18.3.1/node_modules/react/jsx-runtime.mjs";
|
|
2
|
-
import { useContext as
|
|
2
|
+
import { useContext as Ge, useState as P, useEffect as le, useMemo as u, useRef as _, useLayoutEffect as xe, useCallback as ie } from "react";
|
|
3
3
|
import { isMobile as T } from "../../../node_modules/.store/react-device-detect@2.2.3/node_modules/react-device-detect/dist/lib.mjs";
|
|
4
|
-
import { Typography as
|
|
4
|
+
import { Typography as we, Skeleton as qt, Table as Vt, Spin as _t } from "antd";
|
|
5
5
|
import ce from "../../../node_modules/.store/classnames@2.5.1/node_modules/classnames/index.mjs";
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
6
|
+
import It from "../../BitzDrawer/index.mjs";
|
|
7
|
+
import Dt from "../../BitzPagination/index.mjs";
|
|
8
|
+
import vt from "../../BitzNoData/index.mjs";
|
|
9
9
|
import "../../BitzList/index.less.mjs";
|
|
10
|
-
import
|
|
10
|
+
import Gt from "../../BitzList/List.mjs";
|
|
11
11
|
import "../../BitzPullRefresh/style/index.less.mjs";
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import { loopFilter as
|
|
12
|
+
import Yt from "../../BitzPullRefresh/PullRefresh.mjs";
|
|
13
|
+
import Jt, { BitzTableContext as Qt, toolCols as Ut } from "../Store/index.mjs";
|
|
14
|
+
import { loopFilter as Xt, columnSort as Zt, genColumnKey as ge } from "../Store/utils/index.mjs";
|
|
15
15
|
import Ye from "../../../node_modules/.store/ahooks@3.8.0/node_modules/ahooks/es/useSize/index.mjs";
|
|
16
|
-
import
|
|
17
|
-
import { tablePaddingInline as
|
|
16
|
+
import Et from "../../BitzTheme/index.mjs";
|
|
17
|
+
import { tablePaddingInline as At } from "../../BitzConfigProvider/context.mjs";
|
|
18
18
|
import Je from "../../BitzHighlight/index.mjs";
|
|
19
|
-
import
|
|
19
|
+
import Ft from "../../../node_modules/.store/antd@5.18.3/node_modules/antd/es/table/ExpandIcon.mjs";
|
|
20
20
|
import "../../../node_modules/.store/antd@5.18.3/node_modules/antd/es/config-provider/index.mjs";
|
|
21
|
-
import
|
|
22
|
-
import { getColumnsWithTool as
|
|
23
|
-
import { getCssVar as
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
21
|
+
import es from "../../../node_modules/.store/antd@5.18.3/node_modules/antd/locale/en_US.mjs";
|
|
22
|
+
import { getColumnsWithTool as ts, loopBuildSkeleton as ss, resetScroll as Qe } from "./utils.mjs";
|
|
23
|
+
import { getCssVar as os } from "./style.mjs";
|
|
24
|
+
import ns from "./SortableRow.mjs";
|
|
25
|
+
import rs from "./SortTableContext.mjs";
|
|
26
|
+
import ls from "./ResizableTitle copy.mjs";
|
|
27
|
+
import is from "../TextOverflow/index.mjs";
|
|
28
28
|
import "./index.less.mjs";
|
|
29
|
-
import { ConfigContext as
|
|
30
|
-
import
|
|
31
|
-
function
|
|
29
|
+
import { ConfigContext as cs } from "../../../node_modules/.store/antd@5.18.3/node_modules/antd/es/config-provider/context.mjs";
|
|
30
|
+
import as from "../../../node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/at.mjs";
|
|
31
|
+
function ds({
|
|
32
32
|
showPagination: J = !0,
|
|
33
|
-
height:
|
|
33
|
+
height: H,
|
|
34
34
|
minHeight: Z,
|
|
35
35
|
dataSource: z,
|
|
36
|
-
total:
|
|
36
|
+
total: L = 0,
|
|
37
37
|
columns: ae,
|
|
38
38
|
loading: c,
|
|
39
39
|
dataProps: Ue = {},
|
|
@@ -48,38 +48,38 @@ function cs({
|
|
|
48
48
|
mobileRefreshEmit: Te,
|
|
49
49
|
operationFilter: a,
|
|
50
50
|
enableControlPage: Ee,
|
|
51
|
-
pagination:
|
|
51
|
+
pagination: B,
|
|
52
52
|
paginationEmit: I = () => {
|
|
53
53
|
},
|
|
54
|
-
onChange:
|
|
54
|
+
onChange: fe,
|
|
55
55
|
enabledRowDragSort: D,
|
|
56
|
-
onRowDragEnd:
|
|
56
|
+
onRowDragEnd: he,
|
|
57
57
|
resizableColumns: A,
|
|
58
|
-
mobilePageHeight:
|
|
58
|
+
mobilePageHeight: fs = 500,
|
|
59
59
|
mobileCancelText: Ae = "取消",
|
|
60
60
|
noDataTitle: Fe,
|
|
61
61
|
noDataImg: et,
|
|
62
|
-
color:
|
|
62
|
+
color: hs,
|
|
63
63
|
size: je,
|
|
64
64
|
showTableTool: tt = !0,
|
|
65
65
|
tableAction: st,
|
|
66
66
|
tableToolbar: ot,
|
|
67
67
|
selectionBar: nt,
|
|
68
|
-
scroll:
|
|
69
|
-
components:
|
|
70
|
-
expandable:
|
|
71
|
-
rowSelection:
|
|
68
|
+
scroll: d,
|
|
69
|
+
components: $,
|
|
70
|
+
expandable: N,
|
|
71
|
+
rowSelection: q,
|
|
72
72
|
selectionAlert: m,
|
|
73
73
|
resetPage: rt,
|
|
74
74
|
...b
|
|
75
75
|
}) {
|
|
76
|
-
var
|
|
77
|
-
const { token: S } =
|
|
78
|
-
|
|
76
|
+
var De;
|
|
77
|
+
const { token: S } = Et.useToken(), { Table: f } = S, ke = f.tableSpaceBetweenPage ?? 10, lt = f.cellPaddingInline ?? At, F = f.minHeight ?? 500, { showColumnBorder: ee, hideRowBorder: ze, rowHoverable: it, ...i } = Ge(Qt), [ct, te] = P(!1), [j, at] = P([]);
|
|
78
|
+
le(() => {
|
|
79
79
|
let e = [...z ?? []];
|
|
80
|
-
(
|
|
80
|
+
(B == null ? void 0 : B.page) !== 1 && (e = [...j, ...e]), at(e);
|
|
81
81
|
}, [T ? z : 0]);
|
|
82
|
-
const
|
|
82
|
+
const Be = u(() => !!(j != null && j.length) && (j == null ? void 0 : j.length) >= L, [j, L]), [se, dt] = P([]), [ft, We] = P(!1), ht = async (e, t) => {
|
|
83
83
|
var r, l, g;
|
|
84
84
|
let s, n = !1;
|
|
85
85
|
if (typeof a == "function")
|
|
@@ -87,7 +87,7 @@ function cs({
|
|
|
87
87
|
(h) => h.type !== "divider"
|
|
88
88
|
);
|
|
89
89
|
else if (s = (l = a == null ? void 0 : a.custom) == null ? void 0 : l.call(a, e, t), a != null && a.request) {
|
|
90
|
-
|
|
90
|
+
We(!0), te(!0), n = !0;
|
|
91
91
|
try {
|
|
92
92
|
const h = await (a == null ? void 0 : a.request(e, t));
|
|
93
93
|
(g = a.fieldsName) != null && g.label ? s = h == null ? void 0 : h.map((y) => {
|
|
@@ -98,22 +98,24 @@ function cs({
|
|
|
98
98
|
};
|
|
99
99
|
}) : s = h ?? [];
|
|
100
100
|
} finally {
|
|
101
|
-
|
|
101
|
+
We(!1);
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
s != null && s.length && (dt(s), n || te(!0));
|
|
105
|
-
},
|
|
105
|
+
}, Ne = () => {
|
|
106
106
|
te(!1);
|
|
107
|
-
},
|
|
107
|
+
}, ut = (e, t) => {
|
|
108
108
|
var s, n;
|
|
109
109
|
te(!1), (s = e.onClick) == null || s.call(e), !(e != null && e.onClick) && typeof a != "function" && (a != null && a.onClick) && a.onClick((n = se == null ? void 0 : se[t]) == null ? void 0 : n.key);
|
|
110
|
-
},
|
|
111
|
-
|
|
110
|
+
}, ue = _(null), Se = _(null), R = _(null), me = _(null);
|
|
111
|
+
Ye(me);
|
|
112
|
+
const be = _(null), v = Ye(be), mt = (...e) => {
|
|
113
|
+
Qe(ue), fe == null || fe(...e);
|
|
112
114
|
}, bt = (...e) => {
|
|
113
|
-
Qe(
|
|
114
|
-
},
|
|
115
|
+
Qe(ue), I == null || I(...e);
|
|
116
|
+
}, G = u(() => !(d != null && d.auto) && A, [d == null ? void 0 : d.auto, A]), yt = () => {
|
|
115
117
|
var s;
|
|
116
|
-
const e = (s =
|
|
118
|
+
const e = (s = R.current) == null ? void 0 : s.querySelectorAll(
|
|
117
119
|
"& > .bitzTableContainerBody > .ant-table-wrapper.bitzTable > .ant-spin-nested-loading > .ant-spin-container > .ant-table > .ant-table-container > .ant-table-body > table > .ant-table-tbody > tr:not(.ant-table-measure-row, .ant-table-expanded-row)"
|
|
118
120
|
), t = [];
|
|
119
121
|
if (e == null || e.forEach((n) => {
|
|
@@ -125,62 +127,63 @@ function cs({
|
|
|
125
127
|
return Math.ceil(Math.max(...t));
|
|
126
128
|
}, Ct = () => {
|
|
127
129
|
var r, l, g, h;
|
|
128
|
-
let e = (r =
|
|
130
|
+
let e = (r = R.current) == null ? void 0 : r.querySelector(
|
|
129
131
|
".ant-table-content"
|
|
130
132
|
);
|
|
131
|
-
e || (e = (l =
|
|
133
|
+
e || (e = (l = R.current) == null ? void 0 : l.querySelector(
|
|
132
134
|
".ant-table-body"
|
|
133
135
|
));
|
|
134
136
|
let t = 0, s = !1, n = 0;
|
|
135
|
-
return e && (t = e.clientWidth - (ee ? 1 : 0), s = e.offsetWidth - e.clientWidth > 0, n = (h = (g =
|
|
137
|
+
return e && (t = e.clientWidth - (ee ? 1 : 0), s = e.offsetWidth - e.clientWidth > 0, n = (h = (g = R.current) == null ? void 0 : g.querySelector(
|
|
136
138
|
".ant-table-cell-scrollbar"
|
|
137
139
|
)) == null ? void 0 : h.offsetWidth), { hasScrollBar: s, scrollbarSize: n, tbodyWidth: t };
|
|
138
|
-
}, Me =
|
|
140
|
+
}, Me = u(() => {
|
|
139
141
|
const e = (z ?? []).length, t = e > (E.pc ?? 10) ? e >= 15 ? 15 : e : E.pc ?? 10;
|
|
140
142
|
return Array.from({ length: t }).map((n, r) => ({
|
|
141
143
|
key: `${Date.now()}${r}`
|
|
142
144
|
}));
|
|
143
|
-
}, [z]), oe =
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
145
|
+
}, [z]), oe = u(() => c ? Me : z ?? [], [c, z, Me]), [ye, pe] = P(H);
|
|
146
|
+
xe(() => {
|
|
147
|
+
if (typeof H > "u")
|
|
148
|
+
pe(void 0);
|
|
149
|
+
else {
|
|
150
|
+
let e = 40, t = 40;
|
|
151
|
+
if (R.current) {
|
|
152
|
+
const k = window.getComputedStyle(R.current);
|
|
153
|
+
e = parseInt(k.getPropertyValue("--cell-height")), t = parseInt(k.getPropertyValue("--toolbar-height"));
|
|
154
|
+
}
|
|
155
|
+
const s = (v == null ? void 0 : v.height) || 0, n = s ? ke : 0, r = Z ?? F, l = H >= r ? H : r, y = (i.fullscreen ? window.innerHeight : l) - s - n - t - e;
|
|
156
|
+
pe(y);
|
|
150
157
|
}
|
|
151
|
-
const s = (G == null ? void 0 : G.height) || 0, n = s ? ke : 0, r = Z ?? F, l = L >= r ? L : r;
|
|
152
|
-
return (i.fullscreen ? window.innerHeight : l) - s - n - t - e;
|
|
153
158
|
}, [
|
|
154
159
|
i.fullscreen,
|
|
155
|
-
|
|
160
|
+
H,
|
|
156
161
|
Z,
|
|
157
162
|
F,
|
|
158
|
-
G == null ? void 0 : G.height,
|
|
159
|
-
oe,
|
|
160
163
|
v == null ? void 0 : v.height,
|
|
164
|
+
oe,
|
|
161
165
|
i.tableSize
|
|
162
|
-
])
|
|
166
|
+
]);
|
|
167
|
+
const xt = () => {
|
|
163
168
|
let e = 0;
|
|
164
|
-
if (
|
|
165
|
-
const s = window.getComputedStyle(
|
|
169
|
+
if (R.current) {
|
|
170
|
+
const s = window.getComputedStyle(R.current), n = parseInt(
|
|
166
171
|
s.getPropertyValue("--toolCell-paddingInline")
|
|
167
172
|
);
|
|
168
173
|
e = parseInt(s.getPropertyValue("--fontSize")) + 4 + 2 * n;
|
|
169
174
|
}
|
|
170
175
|
let t = 0;
|
|
171
|
-
return
|
|
172
|
-
},
|
|
173
|
-
Ge(() => {
|
|
176
|
+
return q && (t += e), N && (t += e), D && (t += e), t;
|
|
177
|
+
}, { sortColumns: w, toolColWidth: Q } = u(() => {
|
|
174
178
|
var h;
|
|
175
|
-
const e = ae ?? [], t = (h = e.find((y) => y.isOperationCol)) == null ? void 0 : h.width, s = e.filter((y) => !
|
|
179
|
+
const e = ae ?? [], t = (h = e.find((y) => y.isOperationCol)) == null ? void 0 : h.width, s = e.filter((y) => !Ut.includes(y)), r = Xt(s, i.columnsMap).sort(Zt(i.columnsMap)), l = r.findIndex((y) => y.isOperationCol);
|
|
176
180
|
l >= 0 && (r[l].width = t);
|
|
177
181
|
let g = 0;
|
|
178
|
-
T || (g =
|
|
179
|
-
}, [i.columnsMap, ae]);
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
const e = x.map((t, s) => {
|
|
182
|
+
return T || (g = xt()), { sortColumns: r, toolColWidth: g };
|
|
183
|
+
}, [i.columnsMap, ae]), [C, wt] = P([]);
|
|
184
|
+
le(() => {
|
|
185
|
+
if (G) {
|
|
186
|
+
const e = w.map((t, s) => {
|
|
184
187
|
let n = t.width;
|
|
185
188
|
if (t != null && t.isOperationCol && (t != null && t.useMaxWidth)) {
|
|
186
189
|
const l = yt();
|
|
@@ -191,75 +194,76 @@ function cs({
|
|
|
191
194
|
width: n ?? 0
|
|
192
195
|
};
|
|
193
196
|
});
|
|
194
|
-
|
|
197
|
+
wt(e);
|
|
195
198
|
}
|
|
196
|
-
}, [
|
|
197
|
-
const
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
let
|
|
205
|
-
|
|
199
|
+
}, [w, G]);
|
|
200
|
+
const [M, gt] = P(!1), [W, Tt] = P(0), [U, jt] = P(0);
|
|
201
|
+
xe(() => {
|
|
202
|
+
const { hasScrollBar: e, scrollbarSize: t, tbodyWidth: s } = Ct();
|
|
203
|
+
gt(e), Tt(t), jt(s);
|
|
204
|
+
}, [oe, i.fullscreen, C]);
|
|
205
|
+
const Pe = _(!1), He = _(!1), [Y, kt] = P(d);
|
|
206
|
+
le(() => {
|
|
207
|
+
let e = d == null ? void 0 : d.x;
|
|
208
|
+
d != null && d.auto ? e = void 0 : A && C.length && (e = C.reduce((r, l) => r + l.width, 0) + Q, U && e < U - (M ? W : 0) && (Pe.current = !0, e = U));
|
|
209
|
+
let t;
|
|
210
|
+
typeof ye == "number" && (t = ye - 1), typeof (d == null ? void 0 : d.y) == "number" && (t = d.y - 2), d != null && d.y && (t = d.y), kt({ x: e, y: t });
|
|
206
211
|
}, [
|
|
207
|
-
|
|
212
|
+
d,
|
|
208
213
|
ye,
|
|
209
214
|
A,
|
|
210
215
|
C,
|
|
211
|
-
|
|
216
|
+
Q,
|
|
212
217
|
ee,
|
|
213
218
|
M,
|
|
214
|
-
|
|
215
|
-
])
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
(w) => w == null ? void 0 : w.isOperationCol
|
|
219
|
+
W
|
|
220
|
+
]), xe(() => {
|
|
221
|
+
if (G && C.length) {
|
|
222
|
+
const t = C.reduce((r, l) => r + l.width, 0) + Q, n = U - (M ? W : 0);
|
|
223
|
+
if (t < n || Pe.current && t > n && !He.current) {
|
|
224
|
+
const r = /* @__PURE__ */ new Map(), l = w.findIndex(
|
|
225
|
+
(x) => x == null ? void 0 : x.isOperationCol
|
|
222
226
|
);
|
|
223
227
|
let g = "";
|
|
224
228
|
l >= 0 && (g = ge(
|
|
225
|
-
|
|
229
|
+
w[l],
|
|
226
230
|
l
|
|
227
|
-
)), C.forEach((
|
|
228
|
-
let h = n - t, y =
|
|
231
|
+
)), C.forEach((x) => r.set(x.key, x.width));
|
|
232
|
+
let h = n - t, y = w.length;
|
|
229
233
|
if (l >= 0 && y--, h >= y) {
|
|
230
|
-
const
|
|
231
|
-
r.forEach((
|
|
232
|
-
r.set(
|
|
233
|
-
}), h = h -
|
|
234
|
+
const x = Math.floor(h / y);
|
|
235
|
+
r.forEach((ne, re) => {
|
|
236
|
+
r.set(re, ne + (g === re ? 0 : x));
|
|
237
|
+
}), h = h - x * y;
|
|
234
238
|
}
|
|
235
239
|
let k = 0;
|
|
236
|
-
l === 0 &&
|
|
237
|
-
const
|
|
238
|
-
r.set(
|
|
240
|
+
l === 0 && w.length > 1 && k++;
|
|
241
|
+
const V = ge(w[k]);
|
|
242
|
+
r.set(V, r.get(V) + h);
|
|
239
243
|
const p = { ...i.columnsMap };
|
|
240
|
-
for (const
|
|
241
|
-
p[
|
|
244
|
+
for (const x in p)
|
|
245
|
+
p[x].show && (p[x].width = r.get(x));
|
|
242
246
|
i.setColumnsMap(p);
|
|
243
247
|
}
|
|
244
248
|
}
|
|
245
249
|
}, [
|
|
246
|
-
|
|
250
|
+
G,
|
|
247
251
|
C,
|
|
248
|
-
|
|
252
|
+
Q,
|
|
249
253
|
ee,
|
|
250
254
|
M,
|
|
251
|
-
|
|
255
|
+
W
|
|
252
256
|
]);
|
|
253
|
-
const
|
|
257
|
+
const K = u(() => {
|
|
254
258
|
if (T)
|
|
255
|
-
return
|
|
256
|
-
const e =
|
|
259
|
+
return w;
|
|
260
|
+
const e = w.length - 1, t = w.map((s, n) => {
|
|
257
261
|
var r;
|
|
258
262
|
return {
|
|
259
263
|
...s,
|
|
260
264
|
...typeof s.title == "string" && {
|
|
261
265
|
title: /* @__PURE__ */ o.jsx(
|
|
262
|
-
|
|
266
|
+
we.Paragraph,
|
|
263
267
|
{
|
|
264
268
|
className: "bitzTableTitle",
|
|
265
269
|
ellipsis: { rows: 2 },
|
|
@@ -271,60 +275,60 @@ function cs({
|
|
|
271
275
|
className: ce(s.className, "lastColumn")
|
|
272
276
|
},
|
|
273
277
|
width: C.length ? (r = C[n]) == null ? void 0 : r.width : (s == null ? void 0 : s.width) || void 0,
|
|
274
|
-
...
|
|
278
|
+
...(Y == null ? void 0 : Y.x) !== void 0 ? {
|
|
275
279
|
onHeaderCell: (l) => ({
|
|
276
280
|
width: l.width,
|
|
277
281
|
stretchref: Se,
|
|
278
282
|
datagridref: me,
|
|
279
|
-
onResize:
|
|
283
|
+
onResize: zt(n)
|
|
280
284
|
})
|
|
281
285
|
} : {},
|
|
282
286
|
...!(s != null && s.render) && s.copyable ? {
|
|
283
|
-
render: (l) => ["number", "bigint"].includes(typeof l) ? l : /* @__PURE__ */ o.jsx(
|
|
287
|
+
render: (l) => ["number", "bigint"].includes(typeof l) ? l : /* @__PURE__ */ o.jsx(is, { value: l })
|
|
284
288
|
} : {}
|
|
285
289
|
};
|
|
286
290
|
});
|
|
287
|
-
return
|
|
291
|
+
return ts(
|
|
288
292
|
ae,
|
|
289
293
|
t,
|
|
290
294
|
D,
|
|
291
|
-
!!
|
|
292
|
-
!!
|
|
295
|
+
!!q,
|
|
296
|
+
!!N
|
|
293
297
|
);
|
|
294
|
-
}, [
|
|
298
|
+
}, [w, C]), zt = (e) => (t, { size: s, minWidth: n }) => {
|
|
295
299
|
const l = (s.width > n ? s.width : n) - C[e].width;
|
|
296
300
|
if (l === 0)
|
|
297
301
|
return;
|
|
298
|
-
const h = C.reduce((X,
|
|
299
|
-
let
|
|
302
|
+
const h = C.reduce((X, O) => X + O.width, 0) + l + Q, k = U - (M ? W : 0);
|
|
303
|
+
let V = "", p = -1, x = 0;
|
|
300
304
|
if (l < 0 && h < k) {
|
|
301
305
|
p = e + 1;
|
|
302
|
-
const X =
|
|
303
|
-
(e === X - 1 && (
|
|
304
|
-
let
|
|
305
|
-
|
|
306
|
+
const X = w.length - 1, O = w[X];
|
|
307
|
+
(e === X - 1 && (O != null && O.isOperationCol) || e === X && !(O != null && O.isOperationCol)) && (p = e - 1);
|
|
308
|
+
let ve = 0;
|
|
309
|
+
Y.x > k && (ve = Y.x - k), V = `${C[p].key}`, x = C[p].width - l - ve;
|
|
306
310
|
}
|
|
307
|
-
const
|
|
311
|
+
const ne = `${C[e].key}`, re = {
|
|
308
312
|
...i.columnsMap,
|
|
309
|
-
[
|
|
310
|
-
...i.columnsMap[
|
|
313
|
+
[ne]: {
|
|
314
|
+
...i.columnsMap[ne],
|
|
311
315
|
width: C[e].width + l
|
|
312
316
|
},
|
|
313
|
-
...
|
|
314
|
-
[
|
|
315
|
-
...i.columnsMap[
|
|
316
|
-
width:
|
|
317
|
+
...V && p >= 0 && {
|
|
318
|
+
[V]: {
|
|
319
|
+
...i.columnsMap[V],
|
|
320
|
+
width: x
|
|
317
321
|
}
|
|
318
322
|
}
|
|
319
323
|
};
|
|
320
|
-
i.setColumnsMap(
|
|
321
|
-
},
|
|
322
|
-
if (
|
|
324
|
+
i.setColumnsMap(re), He.current = !0, i.persistenceType === "online" && i.persistenceKey && i.startAutoSaveCountdown();
|
|
325
|
+
}, Re = u(() => ss(K), [K]), Bt = u(() => c ? Re : K, [c, K, Re]), { table: Ce, locale: Wt = es } = Ge(cs), Nt = { ...Wt.Table }, St = ((De = Ce == null ? void 0 : Ce.expandable) == null ? void 0 : De.expandIcon) || (N == null ? void 0 : N.expandIcon) || Ft(Nt), Le = u(() => {
|
|
326
|
+
if (N)
|
|
323
327
|
return {
|
|
324
|
-
...
|
|
328
|
+
...N,
|
|
325
329
|
expandedRowRender: () => /* @__PURE__ */ o.jsx(o.Fragment, {}),
|
|
326
330
|
expandIcon: (e) => {
|
|
327
|
-
const t =
|
|
331
|
+
const t = St(e);
|
|
328
332
|
return {
|
|
329
333
|
...t,
|
|
330
334
|
props: {
|
|
@@ -338,14 +342,14 @@ function cs({
|
|
|
338
342
|
};
|
|
339
343
|
}
|
|
340
344
|
};
|
|
341
|
-
}, [
|
|
342
|
-
if (
|
|
345
|
+
}, [N]), Mt = u(() => c ? Le : N, [c, N, Le]), $e = u(() => {
|
|
346
|
+
if (q)
|
|
343
347
|
return {
|
|
344
|
-
...
|
|
348
|
+
...q,
|
|
345
349
|
selectedRowKeys: [],
|
|
346
350
|
getCheckboxProps: () => ({ disabled: !0 })
|
|
347
351
|
};
|
|
348
|
-
}, [
|
|
352
|
+
}, [q]), pt = u(() => c ? $e : q, [c, q, $e]), Ke = u(() => c ? "key" : b.rowKey, [c, b.rowKey]), Oe = u(() => `${je ?? i.stylesConfig.size}BitzTable`, [je, i.stylesConfig.size]), Pt = ie(
|
|
349
353
|
(e, t) => {
|
|
350
354
|
var n;
|
|
351
355
|
if (!b.onRow || c)
|
|
@@ -354,29 +358,29 @@ function cs({
|
|
|
354
358
|
return s.onClick && (s.className = "rowPointerCursor"), s;
|
|
355
359
|
},
|
|
356
360
|
[b.onRow, c]
|
|
357
|
-
),
|
|
361
|
+
), Ht = u(() => ce(
|
|
358
362
|
"bitzTableContainer",
|
|
359
363
|
{ hideBorder: ze },
|
|
360
364
|
{ hasScrollBar: M },
|
|
361
365
|
{ stickyTable: !!(b != null && b.sticky) },
|
|
362
|
-
|
|
366
|
+
Oe,
|
|
363
367
|
b.className
|
|
364
368
|
), [
|
|
365
369
|
b.className,
|
|
366
|
-
|
|
370
|
+
Oe,
|
|
367
371
|
M,
|
|
368
372
|
i.fullscreen,
|
|
369
373
|
ze,
|
|
370
374
|
b.sticky
|
|
371
|
-
]),
|
|
375
|
+
]), Rt = u(() => ({
|
|
372
376
|
"--container-bgColor": S.colorBgContainer
|
|
373
|
-
}), [S.colorBgContainer]), Lt =
|
|
377
|
+
}), [S.colorBgContainer]), Lt = u(() => {
|
|
374
378
|
const e = Z ?? F;
|
|
375
379
|
let t;
|
|
376
|
-
|
|
380
|
+
H && (t = H >= e ? H : e);
|
|
377
381
|
const s = i.fullscreen ? "100%" : t;
|
|
378
382
|
let n;
|
|
379
|
-
return (
|
|
383
|
+
return (W ?? 0) > 0 && (n = W), os({
|
|
380
384
|
height: s ?? "auto",
|
|
381
385
|
token: S,
|
|
382
386
|
evenRowBgColor: i.zebra ? f == null ? void 0 : f.evenRowBgColor : S.colorBgContainer,
|
|
@@ -389,13 +393,13 @@ function cs({
|
|
|
389
393
|
}, [
|
|
390
394
|
b.style,
|
|
391
395
|
i.fullscreen,
|
|
392
|
-
|
|
396
|
+
H,
|
|
393
397
|
Z,
|
|
394
398
|
F,
|
|
395
399
|
f,
|
|
396
400
|
i == null ? void 0 : i.zebra,
|
|
397
|
-
|
|
398
|
-
]),
|
|
401
|
+
W
|
|
402
|
+
]), $t = ie(
|
|
399
403
|
(e, t, s) => {
|
|
400
404
|
const n = t % 2 === 0 ? "oddRow" : "evenRow";
|
|
401
405
|
if (b.rowClassName) {
|
|
@@ -405,13 +409,13 @@ function cs({
|
|
|
405
409
|
return n;
|
|
406
410
|
},
|
|
407
411
|
[b.rowClassName]
|
|
408
|
-
),
|
|
409
|
-
|
|
412
|
+
), qe = u(() => /* @__PURE__ */ o.jsx(
|
|
413
|
+
Gt,
|
|
410
414
|
{
|
|
411
|
-
finished:
|
|
415
|
+
finished: Be,
|
|
412
416
|
onLoad: async () => (
|
|
413
417
|
// @ts-ignore
|
|
414
|
-
!c && (I == null ? void 0 : I((
|
|
418
|
+
!c && (I == null ? void 0 : I((B == null ? void 0 : B.page) + 1, B == null ? void 0 : B.size))
|
|
415
419
|
),
|
|
416
420
|
loadingText: "加载中...",
|
|
417
421
|
finishedText: "没有更多了",
|
|
@@ -427,8 +431,8 @@ function cs({
|
|
|
427
431
|
{
|
|
428
432
|
className: "listItem",
|
|
429
433
|
style: { backgroundColor: f == null ? void 0 : f.listItemBgColor },
|
|
430
|
-
onClick: () =>
|
|
431
|
-
children:
|
|
434
|
+
onClick: () => ht(e, t),
|
|
435
|
+
children: K == null ? void 0 : K.map((s, n) => {
|
|
432
436
|
var r;
|
|
433
437
|
return !(s != null && s.mobileHide) && /* @__PURE__ */ o.jsxs(
|
|
434
438
|
"div",
|
|
@@ -442,7 +446,7 @@ function cs({
|
|
|
442
446
|
] }),
|
|
443
447
|
/* @__PURE__ */ o.jsx("div", { className: "value", children: ((r = s == null ? void 0 : s.render) == null ? void 0 : r.call(
|
|
444
448
|
s,
|
|
445
|
-
|
|
449
|
+
as(e, (s == null ? void 0 : s.dataIndex) || ""),
|
|
446
450
|
e,
|
|
447
451
|
t
|
|
448
452
|
)) || (e == null ? void 0 : e[s.dataIndex]) })
|
|
@@ -463,7 +467,7 @@ function cs({
|
|
|
463
467
|
backgroundColor: f == null ? void 0 : f.listItemBgColor
|
|
464
468
|
},
|
|
465
469
|
children: /* @__PURE__ */ o.jsx("div", { className: "row", children: de ? de() : /* @__PURE__ */ o.jsx(
|
|
466
|
-
|
|
470
|
+
qt,
|
|
467
471
|
{
|
|
468
472
|
title: !1,
|
|
469
473
|
paragraph: {
|
|
@@ -481,30 +485,30 @@ function cs({
|
|
|
481
485
|
)
|
|
482
486
|
}
|
|
483
487
|
), [
|
|
484
|
-
T ?
|
|
488
|
+
T ? Be : 0,
|
|
485
489
|
T ? c : 0,
|
|
486
|
-
T ?
|
|
490
|
+
T ? B : 0,
|
|
487
491
|
T ? f : 0,
|
|
488
492
|
T ? j : 0,
|
|
489
|
-
T ?
|
|
493
|
+
T ? K : 0,
|
|
490
494
|
T ? E : 0,
|
|
491
495
|
T ? de : 0
|
|
492
496
|
]);
|
|
493
|
-
|
|
497
|
+
le(() => {
|
|
494
498
|
i.setSelected(!!(m != null && m.num));
|
|
495
499
|
}, [m]);
|
|
496
|
-
const
|
|
500
|
+
const Ve = u(() => /* @__PURE__ */ o.jsxs("div", { className: "alert", children: [
|
|
497
501
|
/* @__PURE__ */ o.jsx(
|
|
498
502
|
Je,
|
|
499
503
|
{
|
|
500
504
|
highlightTag: "strong",
|
|
501
|
-
keywords: `${
|
|
502
|
-
sourceString: `共 ${
|
|
505
|
+
keywords: `${L}`,
|
|
506
|
+
sourceString: `共 ${L} 条`,
|
|
503
507
|
tagClass: "totalText"
|
|
504
508
|
}
|
|
505
509
|
),
|
|
506
510
|
!!m && /* @__PURE__ */ o.jsxs(o.Fragment, { children: [
|
|
507
|
-
/* @__PURE__ */ o.jsx(
|
|
511
|
+
/* @__PURE__ */ o.jsx(we.Text, { className: "splitBorder", children: "/" }),
|
|
508
512
|
/* @__PURE__ */ o.jsx(
|
|
509
513
|
Je,
|
|
510
514
|
{
|
|
@@ -514,7 +518,7 @@ function cs({
|
|
|
514
518
|
}
|
|
515
519
|
),
|
|
516
520
|
!!(m != null && m.num) && /* @__PURE__ */ o.jsx(
|
|
517
|
-
|
|
521
|
+
we.Link,
|
|
518
522
|
{
|
|
519
523
|
className: "cleanSelected",
|
|
520
524
|
onClick: m == null ? void 0 : m.onClear,
|
|
@@ -522,42 +526,42 @@ function cs({
|
|
|
522
526
|
}
|
|
523
527
|
)
|
|
524
528
|
] })
|
|
525
|
-
] }), [
|
|
526
|
-
c ||
|
|
527
|
-
},
|
|
528
|
-
row: (e) =>
|
|
529
|
-
} : {}, [D, D ? c : !1]),
|
|
529
|
+
] }), [L, m]), Kt = (e) => {
|
|
530
|
+
c || he == null || he(e);
|
|
531
|
+
}, _e = ie(() => D ? {
|
|
532
|
+
row: (e) => ns({ ...e, loading: c == null ? void 0 : c.toString() })
|
|
533
|
+
} : {}, [D, D ? c : !1]), Ie = ie(
|
|
530
534
|
(e) => {
|
|
531
535
|
var n, r;
|
|
532
|
-
if (
|
|
533
|
-
return
|
|
536
|
+
if (G)
|
|
537
|
+
return ls({ ...e, hasScrollBar: M, scrollbarSize: W });
|
|
534
538
|
const t = { ...e };
|
|
535
539
|
return ((n = t.className) == null ? void 0 : n.includes(
|
|
536
540
|
"ant-table-cell-fix-right"
|
|
537
|
-
)) && !M && ((r = t.style) != null && r.right) && (t.style = { ...t.style ?? {} }, t.style.right = Number(t.style.right ?? 0) - (
|
|
541
|
+
)) && !M && ((r = t.style) != null && r.right) && (t.style = { ...t.style ?? {} }, t.style.right = Number(t.style.right ?? 0) - (W || 0)), /* @__PURE__ */ o.jsx("th", { ...t });
|
|
538
542
|
},
|
|
539
|
-
[M,
|
|
540
|
-
),
|
|
541
|
-
|
|
543
|
+
[M, W, G]
|
|
544
|
+
), Ot = u(() => ({
|
|
545
|
+
...$,
|
|
542
546
|
header: {
|
|
543
|
-
|
|
544
|
-
cell:
|
|
547
|
+
...$ == null ? void 0 : $.header,
|
|
548
|
+
cell: Ie
|
|
545
549
|
},
|
|
546
550
|
body: {
|
|
547
|
-
|
|
548
|
-
...
|
|
551
|
+
...$ == null ? void 0 : $.body,
|
|
552
|
+
..._e()
|
|
549
553
|
}
|
|
550
|
-
}), [
|
|
554
|
+
}), [$, Ie, _e]);
|
|
551
555
|
return /* @__PURE__ */ o.jsxs(
|
|
552
556
|
"div",
|
|
553
557
|
{
|
|
554
558
|
className: ce("bitzTableBlock", {
|
|
555
559
|
fullscreen: i.fullscreen
|
|
556
560
|
}),
|
|
557
|
-
style:
|
|
561
|
+
style: Rt,
|
|
558
562
|
...Ue,
|
|
559
563
|
children: [
|
|
560
|
-
!T && /* @__PURE__ */ o.jsxs("div", { ref:
|
|
564
|
+
!T && /* @__PURE__ */ o.jsxs("div", { ref: R, className: Ht, style: Lt, children: [
|
|
561
565
|
/* @__PURE__ */ o.jsxs("div", { className: "bitzTableContainerBody", ref: me, children: [
|
|
562
566
|
tt && /* @__PURE__ */ o.jsxs("div", { className: "bitzTableToolbarBlock", children: [
|
|
563
567
|
st || /* @__PURE__ */ o.jsx("div", {}),
|
|
@@ -577,46 +581,46 @@ function cs({
|
|
|
577
581
|
}
|
|
578
582
|
),
|
|
579
583
|
/* @__PURE__ */ o.jsx(
|
|
580
|
-
|
|
584
|
+
rs,
|
|
581
585
|
{
|
|
582
586
|
enabledRowDragSort: D,
|
|
583
587
|
dataSource: oe,
|
|
584
|
-
mergeRowKey:
|
|
585
|
-
onDragEnd:
|
|
588
|
+
mergeRowKey: Ke,
|
|
589
|
+
onDragEnd: Kt,
|
|
586
590
|
children: /* @__PURE__ */ o.jsx(
|
|
587
|
-
|
|
591
|
+
Vt,
|
|
588
592
|
{
|
|
589
593
|
...b,
|
|
590
594
|
bordered: ee,
|
|
591
|
-
columns:
|
|
595
|
+
columns: Bt,
|
|
592
596
|
dataSource: oe,
|
|
593
597
|
loading: !1,
|
|
594
598
|
pagination: !1,
|
|
595
|
-
scroll:
|
|
596
|
-
expandable:
|
|
597
|
-
rowSelection:
|
|
598
|
-
onRow:
|
|
599
|
+
scroll: Y,
|
|
600
|
+
expandable: Mt,
|
|
601
|
+
rowSelection: pt,
|
|
602
|
+
onRow: Pt,
|
|
599
603
|
rowHoverable: it,
|
|
600
|
-
rowClassName:
|
|
604
|
+
rowClassName: $t,
|
|
601
605
|
className: "bitzTable",
|
|
602
|
-
components:
|
|
603
|
-
rowKey:
|
|
606
|
+
components: Ot,
|
|
607
|
+
rowKey: Ke,
|
|
604
608
|
onChange: mt,
|
|
605
|
-
ref:
|
|
609
|
+
ref: ue
|
|
606
610
|
}
|
|
607
611
|
)
|
|
608
612
|
}
|
|
609
613
|
)
|
|
610
614
|
] }),
|
|
611
|
-
J && !!
|
|
612
|
-
|
|
615
|
+
J && !!L && /* @__PURE__ */ o.jsxs("div", { className: "bitzTablePagination", ref: be, children: [
|
|
616
|
+
Ve,
|
|
613
617
|
/* @__PURE__ */ o.jsx(
|
|
614
|
-
|
|
618
|
+
Dt,
|
|
615
619
|
{
|
|
616
620
|
size: "small",
|
|
617
621
|
enableControl: Ee,
|
|
618
|
-
pagination:
|
|
619
|
-
total:
|
|
622
|
+
pagination: B,
|
|
623
|
+
total: L,
|
|
620
624
|
dataSource: z,
|
|
621
625
|
resetPage: rt,
|
|
622
626
|
hideTotalText: !0,
|
|
@@ -624,35 +628,35 @@ function cs({
|
|
|
624
628
|
}
|
|
625
629
|
)
|
|
626
630
|
] }),
|
|
627
|
-
!J && !!m && !!
|
|
631
|
+
!J && !!m && !!L && /* @__PURE__ */ o.jsx("div", { className: "bitzTablePagination", ref: be, children: Ve })
|
|
628
632
|
] }),
|
|
629
633
|
T && /* @__PURE__ */ o.jsxs(o.Fragment, { children: [
|
|
630
634
|
(c || !!(z != null && z.length)) && /* @__PURE__ */ o.jsx(o.Fragment, { children: Te ? (
|
|
631
635
|
// @ts-ignore
|
|
632
636
|
/* @__PURE__ */ o.jsx(
|
|
633
|
-
|
|
637
|
+
Yt,
|
|
634
638
|
{
|
|
635
639
|
onRefresh: async () => !c && Te(),
|
|
636
|
-
children:
|
|
640
|
+
children: qe
|
|
637
641
|
}
|
|
638
642
|
)
|
|
639
|
-
) :
|
|
640
|
-
!c && /* @__PURE__ */ o.jsx(
|
|
643
|
+
) : qe }),
|
|
644
|
+
!c && /* @__PURE__ */ o.jsx(vt, { data: z, title: Fe, img: et }),
|
|
641
645
|
/* @__PURE__ */ o.jsx(
|
|
642
|
-
|
|
646
|
+
It,
|
|
643
647
|
{
|
|
644
648
|
className: "tableMobileDrawer",
|
|
645
649
|
open: ct,
|
|
646
650
|
placement: "bottom",
|
|
647
651
|
height: "auto",
|
|
648
652
|
closable: !1,
|
|
649
|
-
onClose:
|
|
653
|
+
onClose: Ne,
|
|
650
654
|
children: /* @__PURE__ */ o.jsxs("div", { className: "drawerBox", children: [
|
|
651
|
-
/* @__PURE__ */ o.jsx("div", { className: "boxBody", children:
|
|
655
|
+
/* @__PURE__ */ o.jsx("div", { className: "boxBody", children: ft ? /* @__PURE__ */ o.jsx("div", { className: "operaList", children: /* @__PURE__ */ o.jsx(_t, {}) }) : se.map((e, t) => /* @__PURE__ */ o.jsx(
|
|
652
656
|
"div",
|
|
653
657
|
{
|
|
654
658
|
className: "operaList",
|
|
655
|
-
onClick: () =>
|
|
659
|
+
onClick: () => ut(e, t),
|
|
656
660
|
...e.danger && {
|
|
657
661
|
style: { color: S.colorError }
|
|
658
662
|
},
|
|
@@ -661,7 +665,7 @@ function cs({
|
|
|
661
665
|
t
|
|
662
666
|
)) }),
|
|
663
667
|
/* @__PURE__ */ o.jsx("div", { className: "boxLine" }),
|
|
664
|
-
/* @__PURE__ */ o.jsx("div", { className: "boxFooter", onClick:
|
|
668
|
+
/* @__PURE__ */ o.jsx("div", { className: "boxFooter", onClick: Ne, children: Ae })
|
|
665
669
|
] })
|
|
666
670
|
}
|
|
667
671
|
)
|
|
@@ -670,7 +674,7 @@ function cs({
|
|
|
670
674
|
}
|
|
671
675
|
);
|
|
672
676
|
}
|
|
673
|
-
const
|
|
677
|
+
const vs = (J) => /* @__PURE__ */ o.jsx(Jt, { initValue: J, children: /* @__PURE__ */ o.jsx(ds, { ...J }) });
|
|
674
678
|
export {
|
|
675
|
-
|
|
679
|
+
vs as default
|
|
676
680
|
};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._BitzAdressBook_ojoim_1{height:100%}._BitzAdressBook_ojoim_1 .ant-tabs{height:calc(100% - 32px)}._BitzAdressBook_ojoim_1 .ant-tabs-content,._BitzAdressBook_ojoim_1 .ant-tabs-content>*{height:100%}._filter_ojoim_11{display:flex;position:relative}._filter_ojoim_11 ._input_ojoim_15{flex:1;display:flex}._filter_ojoim_11 ._icon_ojoim_19{position:absolute;left:9px;top:9px;color:#918c8c}._filter_ojoim_11 input{flex:1;outline:none;background-color:#eee;border:none;height:30px;border-radius:4px;padding-left:30px;padding-right:5px}._filter_ojoim_11 ._filterIcon_ojoim_35{width:40px;height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer}._container_ojoim_43{height:100%;overflow:hidden;position:relative}._main_ojoim_48{height:100%;overflow:auto;margin-right:-8px}._main_ojoim_48 ._item_ojoim_53{display:flex;align-items:center;gap:10px;padding:10px;background-color:#fff}._main_ojoim_48 ._item_ojoim_53:hover{background-color:#efefef}._main_ojoim_48 ._avatar_ojoim_63{width:40px;height:40px;border-radius:100%;background-color:#5d73fa;color:#fff;display:flex;justify-content:center;align-items:center}._main_ojoim_48 ._name_ojoim_73{color:#333}._main_ojoim_48 ._phone_ojoim_76{color:#3339}._sidebar_ojoim_79{height:100%;overflow:auto;position:absolute;right:-34px;top:0;text-align:center;font-size:12px}._sidebar_ojoim_79 ._item_ojoim_53{width:30px;line-height:30px;margin:2px 20px 2px 0;border-radius:4px}._sidebar_ojoim_79 ._item_ojoim_53._active_ojoim_94,._sidebar_ojoim_79 ._item_ojoim_53:hover{cursor:pointer;background:#5d73fa;color:#fff}.bitzCollapseBlock{display:flex;align-items:center;justify-content:center}.bitzCollapseBlock .anticon svg{width:1.5em;height:1.5em}.bitzCollapseBlock:hover{cursor:pointer}.bitzDrawerBlock .ant-drawer-header-title{flex-direction:row-reverse}.bitzDrawerBlock .ant-drawer-header,.bitzPickDrawerheaderwrap .ant-drawer-header{padding:10px;background-color:#f7f7f7}.bitzPickDrawerheader{display:flex;justify-content:space-between}.bitzPickDrawerContent{margin:-24px}.bitzPickDrawerContent .ant-tabs-tab{padding:15px;margin-left:0!important}.bitzPickDrawerContent .item{display:flex;padding:12px;justify-content:space-between}.bitzPickDrawerContent .item:active{background:rgba(0,0,0,.05)}.bitzConfirmModalBlock .ant-modal-title{display:flex;align-items:center;justify-content:center}.bitzConfirmModalBlock .ant-modal-content{position:relative;padding:0;border-radius:6px;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-close{position:absolute;top:14px;right:20px;width:16px;height:16px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-header{height:44px;margin-bottom:0;border-radius:6px 6px 0 0;padding:10px 20px;box-sizing:border-box;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-header .ant-modal-title{display:block}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox{display:flex;justify-content:center;padding:24px 40px 30px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox .warnIcon{width:20px;height:20px;margin-right:10px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer{margin-top:0;display:flex;align-items:center;justify-content:center;gap:20px;flex-flow:row-reverse;padding-bottom:24px;border-top:none;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer .ant-btn{width:94px;height:32px;padding:0;border-radius:4px;margin-left:0}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer .ant-btn span{font-size:14px}.bitzFloatLayoutBlock{position:fixed;width:100%;height:100%;top:0;left:0;visibility:hidden;z-index:810;transition:visibility .3s cubic-bezier(.36,.66,.04,1)}.bitzFloatLayoutBlock__overlay{top:0;left:0;width:100%;height:100%;position:absolute;background-color:#0000004d;opacity:0;transition:opacity .15s ease-in}.bitzFloatLayoutBlock__header{position:relative;padding:10px;line-height:1.5;background-color:#f7f7f7}.bitzFloatLayoutBlock__header__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;font-size:16px;display:block;padding-right:1.70667rem}.bitzFloatLayoutBlock__header__close{position:absolute;padding:.21333rem;top:50%;right:10px;width:20px;height:100%;line-height:1;transform:translateY(-50%)}.bitzFloatLayoutBlock__header__close:after,.bitzFloatLayoutBlock__header__close:before{content:"";position:absolute;top:50%;left:50%;display:inline-block;width:.768rem;height:2px;border-radius:1px;background:#ccc}.bitzFloatLayoutBlock__header__close:before{transform:translate3d(-50%,-50%,0) rotate(45deg)}.bitzFloatLayoutBlock__header__close:after{transform:translate3d(-50%,-50%,0) rotate(-45deg)}.bitzFloatLayoutBlock__container{position:absolute;bottom:0;width:100%;min-height:10vh;max-height:90vh;background-color:#fff;transform:translate3d(0,100%,0);transition:transform .3s cubic-bezier(.36,.66,.04,1);display:flex;flex-direction:column}.bitzFloatLayoutBlock__body{flex:1;overflow-y:auto}.bitzFloatLayoutBlock--active{visibility:visible}.bitzFloatLayoutBlock--active .bitzFloatLayoutBlock__overlay{opacity:1}.bitzFloatLayoutBlock--active .bitzFloatLayoutBlock__container{transform:translateZ(0)}.bitzAppPage{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#f4f7fc}.bitzAppPage .pageNavBar{position:relative;width:100%;height:50px;display:flex;align-items:center;justify-content:center}.bitzAppPage .pageNavBar .barLeft{position:absolute;top:0;left:0;width:33%;height:100%;display:flex;align-items:center}.bitzAppPage .pageNavBar .barLeft .icon{margin-left:20px}.bitzAppPage .pageNavBar .barRight{position:absolute;top:0;right:20px;width:33%;height:100%;display:flex;align-items:center;justify-content:flex-end}.bitzAppPage .pageNavBar .barRight .icon{margin-left:20px}.bitzAppPage .pageContent{width:100%;height:calc(100% - 50px);background:#fff}:root{--rv-list-text-color: #969799;--rv-list-text-font-size: 14px;--rv-list-text-line-height: 50px;--rv-list-loading-icon-size: 16px}.bitz-list__loading,.bitz-list__finished,.bitz-list__error{color:var(--rv-list-text-color);font-size:var(--rv-list-text-font-size);line-height:var(--rv-list-text-line-height);text-align:center}.bitz-list__loading{display:flex;justify-content:center;align-items:center}.bitz-list__loadingText{margin-left:10px}.fullScreenBlock{line-height:0;cursor:pointer}.bitzLoadingBlock{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.bitzNoDataBlock{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.bitzNoDataBlock .noDataText{margin-top:10px;color:#999;font-size:16px}.BitzLoadMorePage .scroll_container{height:100%}.bitzNoMoreBlick{width:100%;height:50px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#333;margin-top:-10px}.bitzModalBlock .ant-modal-title{display:flex;align-items:center;justify-content:center}.bitzModalBlock .ant-modal-content{border-radius:10px}.bitzModalBlock .ant-modal-footer{display:flex;align-items:center;justify-content:center}.bitzModalBlock .ant-modal-footer .ant-btn{flex:1}.bitzModalBlock .ant-modal-footer .ant-btn:nth-child(2){background-color:#ff4d4f}.bitzModalBlock .textBox{display:flex;align-items:center;justify-content:center;min-height:80px}._container_tbbzt_1{display:grid;gap:10px}._header_tbbzt_5{display:flex;justify-content:space-between}._setting-btn_tbbzt_9{margin-left:auto}._search_tbbzt_12{height:32px;padding:0 10px}.bitzLanguageTabsBlock{position:fixed;left:0;right:0;bottom:0;z-index:10;padding:10px 30px;background:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;box-shadow:0 -1px 10px #00000040}.bitzLanguageTabsBlock .languagesBox{display:flex;gap:10px}.bitzLanguageTabsBlock .languagesBox img{cursor:pointer;box-shadow:0 0 5px #00000040}.bitzLanguageTabsBlock .languagesBox .item{padding:2px;display:flex;align-items:center}.bitzLanguageTabsBlock .languagesBox .itemActive{background:#444791}.bitzLanguageTabsBlock .copyBox{font-size:16px}.BitzMeetingTime2Block{width:100%;height:100%;position:relative;display:flex}.BitzMeetingTimeRow{display:flex;flex-direction:column;text-align:center}.BitzMeetingTimeTopTime,.BitzMeetingTimeBottomTime{font-size:10px}.BitzMeetingTimeList{display:flex;flex-direction:column;justify-content:center;margin:2.5px 0;padding:0}.BitzMeetingTime2ItemBlock{font-size:12px;height:50px;width:50px;color:#fff;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;cursor:pointer;margin:2.5px;background-color:#f2f3f2;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.free{background-color:#aadf6f}.free:hover{background-color:#6b9e31}.scrollbar::-webkit-scrollbar{height:.6rem;width:.6rem}.scrollbar::-webkit-scrollbar-corner{background-color:transparent}.scrollbar::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.scrollbar::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarBlock{background-color:#fff;position:relative;width:100%;height:100%;display:flex;box-sizing:border-box;--colorNeutralBackground2: #fafafa;--colorNeutralStroke2: #e0e0e0}.bitzFuiCalendarBlock *{box-sizing:border-box}.bitzFuiCalendarContainer{min-width:100%;min-height:100%;opacity:1;flex-direction:column;display:flex;text-align:left;line-height:1.4286;forced-color-adjust:none;font-weight:400;font-size:14px;text-size-adjust:100%}.bitzFuiCalendarToolbar{padding-right:3rem;padding-left:3rem;min-height:4.2rem;-webkit-box-pack:justify;justify-content:space-between;border-left-style:none;border-right-style:none;border-left-color:#e0e0e0;border-bottom-color:#e0e0e0;border-right-color:#e0e0e0;border-top-color:#e0e0e0;border-bottom-style:solid;border-top-style:solid;border-left-width:.1rem;border-bottom-width:.1rem;border-right-width:.1rem;border-top-width:.1rem;display:flex}.bitzFuiCalendarToolbar__right{column-gap:10px;display:flex}.bitzFuiCalendarToolbar__right_dropdown{padding-bottom:.8rem;padding-top:.8rem;display:inline-flex;align-items:center}.bitzFuiCalendarToolbar__left{-webkit-box-align:center;align-items:center;position:relative;display:flex}.bitzFuiCalendarConent{overflow:auto;flex:1 1 0%;flex-direction:column;display:flex}.bitzFuiCalendarHead{scrollbar-gutter:stable;min-height:6rem;padding-left:5.1rem;border-bottom-color:#e0e0e0;overflow:hidden;border-bottom-style:solid;border-bottom-width:.1rem;display:flex}.bitzFuiCalendarHead::-webkit-scrollbar{height:.6rem;width:.6rem}.bitzFuiCalendarHead::-webkit-scrollbar-corner{background-color:transparent}.bitzFuiCalendarHead::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.bitzFuiCalendarHead::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem{position:relative;width:0;height:6rem;min-height:6rem;-webkit-box-pack:center;justify-content:center;border-left-color:#e0e0e0;background-color:transparent;flex:1 1 0%;-webkit-box-flex:1;flex-grow:1;flex-direction:column;border-left-style:solid;border-left-width:.1rem;display:flex}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active:after{right:0;top:0;left:0;height:.2rem;background:#5b5fc7;display:block;position:absolute;content:"";box-sizing:border-box}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active .bitzFuiCalendarHeadItem__num,.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active .bitzFuiCalendarHeadItem__week{color:#5b5fc7}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__content{padding-right:1rem;padding-left:1rem;flex-direction:column;display:flex}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__num{font-size:2.4rem;font-weight:400;line-height:1.3333;color:#616161}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__week{font-weight:400;line-height:1.3333;font-size:1.2rem;color:#616161}.bitzFuiCalendarBody{opacity:1;overflow:auto;flex-direction:column;display:flex;height:calc(100vh - 165px)}.bitzFuiCalendarBodyContainer{scrollbar-gutter:stable;position:relative;overflow-x:hidden;overflow-y:auto;display:flex}.bitzFuiCalendarBodyContainer::-webkit-scrollbar{height:.6rem;width:.6rem}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-corner{background-color:transparent}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarBody__time{min-width:5.1rem;width:5.1rem;border-bottom-color:#e0e0e0;height:fit-content;background-color:transparent;flex-direction:column;-webkit-user-select:none;user-select:none;border-bottom-style:solid;border-bottom-width:.1rem;display:flex}.bitzFuiCalendarBody__time__item{min-height:8.1rem;text-align:center;line-height:1.3333;font-size:1.2rem;color:#616161;display:block}.bitzFuiCalendarBody__content{height:fit-content;width:100%;display:flex}.bitzFuiCalendarBody__content__row{flex:1 1 .1rem;color:#252423;border-left-width:0;border-bottom-width:0;border-right-width:0;border-top-width:2px;border-radius:0;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;box-shadow:none;background-color:transparent;position:relative;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;padding:0}.bitzFuiCalendarBody__content__row__list{background-color:transparent;width:100%;flex-direction:column;display:flex}.bitzFuiCalendarBody__content__row__list2{top:0;width:calc(100% - 1.6rem);pointer-events:none;height:100%;color:#252423;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;border-top-width:2px;border-bottom-style:none;border-top-style:none;border-radius:0;box-shadow:none;position:absolute;background-color:transparent;border-left-style:none;border-right-style:none;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;padding:0}.bitzFuiCalendarBody__content__row__item{border-bottom-style:solid;outline-width:0;border-right-style:none;border-top-style:none;background-color:var(--colorNeutralBackground2);border-left-color:var(--colorNeutralStroke2);border-left-style:solid;border-bottom-width:.1rem;border-left-width:.1rem;border-bottom-color:var(--colorNeutralStroke2)}.bitzFuiCalendarBody__content__row__item:hover{background-color:#f0f0f0}.bitzFuiCalendarBlock-pop-contianer{min-height:160px;min-width:220px;display:flex;flex-direction:column;justify-content:space-between}.bitzFuiCalendarBlock-pop-contianer .pop-header{display:flex;align-items:center}.bitzFuiCalendarBlock-pop-contianer .pop-header .pop-avatar{display:flex;align-items:center;margin-right:5px}.bitzFuiCalendarBlock-pop-contianer .pop-header .name{font-size:12px;display:flex;justify-content:space-between;align-items:center}.bitzFuiCalendarBlock-pop-contianer .pop-content{font-size:12px}.bitzFuiCalendarBlock-pop-contianer .pop-period-conent{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#424242}.bitzFuiCalendarBlock-pop-contianer .pop-tag,.bitzFuiCalendarBlock-pop-contianer .pop-footer{display:flex;align-items:center;justify-content:space-between}.calendarAgendumBlock{height:auto;overflow:auto;list-style:none;display:block;padding:0;margin:0}:root{--rv-pull-refresh-head-height: 50px;--rv-pull-refresh-head-font-size: 14px;--rv-pull-refresh-head-text-color: #969799;--rv-pull-refresh-loading-icon-size: 16px}.bitz-pull-refresh{overflow:hidden;-webkit-user-select:none;user-select:none}.bitz-pull-refresh__track{position:relative;height:100%;transition-property:transform}.bitz-pull-refresh__head{position:absolute;left:0;width:100%;height:var(--rv-pull-refresh-head-height);overflow:hidden;color:var(--rv-pull-refresh-head-text-color);font-size:var(--rv-pull-refresh-head-font-size);line-height:var(--rv-pull-refresh-head-height);text-align:center;transform:translateY(-100%)}.bitz-pull-refresh__loading .bitz-loading__spinner{width:var(--rv-pull-refresh-loading-icon-size);height:var(--rv-pull-refresh-loading-icon-size)}.bitzRefreshBlock{width:100%;height:100px;background:#fff;display:flex;align-items:center;justify-content:center}.bitzRefreshBlock .loadingBox{width:150px;height:15px;margin:0 auto;display:flex;align-items:center;justify-content:center}.bitzRefreshBlock .loadingBox span{display:inline-block;width:15px;height:100%;margin-right:5px;border-radius:50%;animation:load 1.04s ease infinite;-webkit-animation:load 1.04s ease infinite}.bitzRefreshBlock .loadingBox span:last-child{margin-right:0}@-webkit-keyframes load{0%{opacity:1}to{opacity:0}}.bitzRefreshBlock .loadingBox span:nth-child(1){animation-delay:.13s;-webkit-animation-delay:.13s}.bitzRefreshBlock .loadingBox span:nth-child(2){animation-delay:.26s;-webkit-animation-delay:.26s}.bitzRefreshBlock .loadingBox span:nth-child(3){animation-delay:.39s;-webkit-animation-delay:.39s}._bitzPopoverBlock_1wotm_1{vertical-align:middle;word-break:break-all;max-width:100%;position:relative;overflow:hidden}._bitzPopoverBlock_1wotm_1 ._Paragraph_1wotm_8{transition:-webkit-line-clamp .3s linear}._bitzRemakBlock_hxmvg_1{padding-bottom:20px}.bitzPaginationBlock{display:flex;align-items:center;justify-content:center}.bitzPaginationBlock .ant-pagination{width:100%;display:flex;flex-wrap:wrap;row-gap:8px}.bitzScheduleCenterBlock{--fc-button-bg-color: #ffffff;--fc-button-border-color: #d9d9d9;--fc-button-text-color: rgba(0, 0, 0, .88);--fc-button-active-bg-color: #1677ff;--fc-button-active-border-color: #1677ff;--fc-button-hover-bg-color: #ffffff;--fc-button-hover-border-color: #1677ff;--fc-event-bg-color: #1677ff;--fc-event-border-color: #1677ff;--fc-today-bg-color: #e6f4ff}.bitzScheduleCenterBlock .fc-button-primary:not(:disabled).fc-button-active:focus,.bitzScheduleCenterBlock .fc-button-primary:not(:disabled):active:focus,.bitzScheduleCenterBlock .fc-button-primary:focus{box-shadow:none}.bitzScheduleCenterBlock .fc-button-primary:not(.fc-button-active,:disabled):hover{--fc-button-text-color: #1677ff}.bitzScheduleCenterBlock .fc-button-primary:not(:disabled):active{--fc-button-text-color: #ffffff}.bitzScheduleCenterBlock .fc-button-active{--fc-button-text-color: #ffffff}.bitzScheduleCenterBlock .bitzPopover{display:block;width:100%}.bitzScheduleCenterBlock .fc-daygrid-event-harness .fc-event-main .bitzPopover{display:flex;flex-direction:column;flex:1;height:100%}.bitzScheduleCenterBlock .fc-daygrid-event-harness>a.fc-daygrid-dot-event{width:100%;white-space:inherit}.bitzScheduleCenterBlock .fc-timegrid-event .fc-event-time{white-space:inherit}.bitzScheduleCenterBlock-pop-contianer{min-height:160px;min-width:220px;display:flex;flex-direction:column;justify-content:space-between}.bitzScheduleCenterBlock-pop-contianer .pop-header{display:flex;align-items:center}.bitzScheduleCenterBlock-pop-contianer .pop-header .pop-avatar{display:flex;align-items:center;margin-right:5px}.bitzScheduleCenterBlock-pop-contianer .pop-header .name{font-size:12px;display:flex;align-items:center}.bitzScheduleCenterBlock-pop-contianer .pop-content{font-size:12px}.bitzScheduleCenterBlock-pop-contianer .pop-period-conent{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#424242}.bitzScheduleCenterBlock-pop-contianer .pop-tag,.bitzScheduleCenterBlock-pop-contianer .pop-footer{display:flex;align-items:center;justify-content:space-between}.bitz-page-header{box-sizing:border-box;margin:0;padding:0;color:#000000e0;font-size:14px;line-height:1.57142857;list-style:none;position:relative;background-color:transparent;padding-block-start:8px;padding-block-end:16px;padding-inline-start:40px;padding-inline-end:40px}.bitz-page-header-back{font-size:16px;line-height:1}.bitz-page-header-back-button{font-size:16px;cursor:pointer}.bitz-page-header-breadcrumb{padding-block-start:18px}.bitz-page-header-heading{padding-block-start:8px;display:flex;justify-content:space-between}.bitz-page-header-heading-left{display:flex;align-items:center;margin-block:4px;margin-inline-end:0;margin-inline-start:0;overflow:hidden}.bitz-page-header-heading-title{margin-inline-end:12px;margin-block-end:0;color:#000000e0;font-weight:600;font-size:20px;line-height:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bitz-page-header-heading-extra{margin-block:4px;margin-inline-end:0;margin-inline-start:0;white-space:nowrap}.bitz-page-header-content{padding-block-start:8px}.bitz-page-header-footer{margin-block-start:8px}.bitz-page-header-compact .bitz-page-header-heading{flex-wrap:wrap}.bitz-page-header-wide{max-width:1152px;margin:0 auto}.bitz-page-header-rtl{direction:rtl}.bitzTextBlock{display:inline-flex}.bitzTextBlock:hover .copyIcon{opacity:1;pointer-events:auto}.bitzTextBlock .bitzTextContent{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bitzTextBlock .bitzMeasureContent{white-space:nowrap;position:absolute;left:0;visibility:hidden;pointer-events:none}.bitzTextBlock .copyIcon{display:inline-block;padding-left:4px;opacity:0;transform:translateY(.06em);transition:opacity .15s;pointer-events:none}.bitzTextBlock .copyIcon:not(:hover){color:inherit!important}.bitzMobileModalBlock .ant-modal-title,.bitzMobileModalBlock .ant-modal-body{text-align:center}.bitzMobileModalBlock .ant-modal-body{padding:20px 0}.bitzMobileModalBlock .ant-modal-footer{display:flex;align-items:center}.bitzMobileModalBlock .ant-modal-footer .ant-btn{flex:1}.bitzMobileModalBlock .ant-modal-footer .ant-btn:nth-child(2){background:#f53f3f;color:#fff}.bitzPcModalBlock .ant-modal-footer .ant-btn:nth-child(2){background:#f53f3f;color:#fff}._container_v9wfg_1{position:fixed;top:66px;bottom:0;right:-500px;z-index:100;width:400px;max-width:100%;background-color:#fff;box-shadow:0 1px 10px #00000026;border-radius:4px;overflow:hidden;transition:.3s ease-out;display:flex;flex-direction:column}._container_v9wfg_1._show_v9wfg_17{right:0}._container_v9wfg_1._hide_v9wfg_20{right:-500px}._container_v9wfg_1 ._select_v9wfg_23{margin-top:10px;outline:none}._container_v9wfg_1 ._select_v9wfg_23>div{box-shadow:none!important;border-width:0!important;border-bottom-width:1px!important}._container_v9wfg_1 h4{padding:0 10px;color:#424242;font-size:18px;line-height:21px;margin-bottom:10px;display:flex;justify-content:space-between}._container_v9wfg_1 ._tag_v9wfg_41{font-weight:400;background-color:#ff9800;color:#fff;border:none}._header_v9wfg_47{background-color:#3f51b5;color:#fff;display:flex;justify-content:space-between}._header_v9wfg_47 h3{font-size:18px;padding:20px 30px;margin:0}._header_v9wfg_47 ._close_v9wfg_58{margin-right:40px;cursor:pointer;color:#efefef}._header_v9wfg_47 ._close_v9wfg_58:hover{color:#fff}._alert_v9wfg_66{color:#ff9800;border-color:#ffe0b2;background-color:#ffe0b2cc}._timerList_v9wfg_71{flex:1;overflow:auto}._timer_v9wfg_71{border-top:1px solid #ddd;padding:10px 18px;display:grid;grid-template-columns:40px 1fr;gap:20px}._timer_v9wfg_71 ._btn_v9wfg_82{font-size:40px;color:#4caf50;cursor:pointer;border-radius:100%;box-shadow:0 6px 10px #00000026}._timer_v9wfg_71 ._btn_v9wfg_82:hover{color:#66bb6a}._timer_v9wfg_71 ._pause_v9wfg_92{color:#ff9800}._timer_v9wfg_71 ._pause_v9wfg_92:hover{color:#ffa726}._timer_v9wfg_71 ._time_v9wfg_71{color:#333;font-size:24px;flex:1}._timer_v9wfg_71 ._tools_v9wfg_103{opacity:0;transition:.15s ease-in}._timer_v9wfg_71:hover ._tools_v9wfg_103{opacity:1}._flex_v9wfg_110{display:flex}._desc_v9wfg_113{margin-top:10px;margin-bottom:3px;font-size:12px;color:#616161;display:flex;justify-content:space-between}._form_v9wfg_121{margin-top:15px}._form_v9wfg_121 .ant-form-item{margin-bottom:10px}._addbtn_v9wfg_127{font-size:60px;position:absolute;right:15px;bottom:15px;z-index:10;color:#5d73fa;background-color:#fff;box-shadow:0 1px 6px #00000040;border-radius:100%;cursor:pointer}._addbtn_v9wfg_127:hover{color:#879bff}.tableMobileDrawer .ant-drawer-wrapper-body{height:100%}.tableMobileDrawer .ant-drawer-wrapper-body .ant-drawer-body{padding:0;height:100%}._select_ydiq6_1{border-radius:2px;width:100%;min-height:32px;display:grid;grid-template-columns:1fr 24px;gap:8px;border:1px solid #d9d9d9;cursor:pointer}._content_ydiq6_11{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding:4px 12px}._placeholder_ydiq6_18{font-size:14px;color:#484644}._splitLine_10tio_1{color:#c7c7c7;padding-left:1.2rem;padding-right:1.2rem}._CalendarAgendumItem_10tio_6{max-width:82.6rem;min-height:4.8rem;list-style:none;margin:1.2rem auto .8rem;-webkit-box-align:center;align-items:center;width:100%;-webkit-user-select:none;user-select:none;position:relative;padding:0;display:flex}._timeContainer_10tio_19{font-size:1.6rem;background-color:#fff;padding-bottom:1.2rem;padding-top:1.2rem;height:4.6rem;max-width:84.6rem;width:99%;top:-.1rem;position:sticky;-webkit-box-pack:start;justify-content:flex-start;line-height:2rem;z-index:1;font-weight:600;color:#242424;padding-left:1.2rem;margin:auto;-webkit-box-align:center;align-items:center;display:flex}._timeContainer_10tio_19._istoday_10tio_41{color:#5b5fc7}._ui-list__item__main_10tio_44{min-width:0;-webkit-box-flex:1;flex-grow:1;flex-direction:column;display:flex;width:100%}._ui-list__item__contentWrapper_10tio_52{display:flex}._ui-list__itemcontent_10tio_55{width:100%;flex-basis:100%;flex-shrink:0;line-height:inherit;margin-right:.8rem;font-size:1.2rem;-webkit-box-flex:1;flex-grow:1}._ui-list__item__container_10tio_65{transition:box-shadow .467s ease 0s;box-shadow:#0000001f 0 0 2px,#00000024 0 1px 2px;min-height:6.6rem;border-bottom-style:none;border-top-style:none;border-left-style:none;border-right-style:none;-webkit-box-pack:center;justify-content:center;border-radius:.4rem;background:#ffffff;-webkit-box-align:center;align-items:center;height:100%;display:flex}._ui-list__item__container__wrap_10tio_82{padding:1.6rem;border-radius:.4rem;width:100%;flex-direction:column;display:flex}._ui-list__item__container__item_10tio_89{overflow:hidden;display:flex}._ui-list__item__container__item_left_10tio_93{align-self:flex-start;display:flex}._ui-list__item__container__item_right_10tio_97{width:100%;flex-direction:column;overflow:hidden;display:flex}._item_left_1_10tio_103{margin-right:1.6rem;height:auto;padding-top:.1rem}._item_left_1_1_10tio_108{border-radius:.2rem;min-width:.4rem;width:.4rem;z-index:1;background-color:#5b5fc7;height:100%}._item_left_2_10tio_116{text-transform:uppercase;width:9rem;text-align:left;flex-direction:column;white-space:nowrap;display:flex}._item_left_2_1_10tio_124{text-transform:lowercase;font-weight:600;font-size:1.4rem;color:#242424;line-height:2.4rem;width:100%;overflow:hidden;display:flex}._item_left_2_2_10tio_134{text-transform:lowercase;line-height:1.6rem;font-size:1.2rem;color:#616161;position:relative;display:flex}._item_right_1_10tio_142{overflow:hidden;display:flex}._item_right_1_1_10tio_146{padding-bottom:.4rem;text-overflow:ellipsis;-webkit-box-align:center;align-items:center;overflow:hidden;display:flex}._item_right_1_1_10tio_146 span{flex-shrink:10000;width:inherit;display:initial;font-weight:600;font-size:1.4rem;color:#242424;text-overflow:ellipsis;line-height:2.4rem;overflow:hidden;white-space:nowrap;cursor:pointer}._item_right_1_2_10tio_167{margin-right:1.2rem;max-width:51rem;line-height:2.4rem;align-self:center;overflow:hidden;display:block;font-size:1.2rem;color:#616161;white-space:nowrap}._item_right_1_3_10tio_178{align-items:flex-start;-webkit-box-pack:center;justify-content:center;margin-left:auto;display:flex}._item_right_2_10tio_185{flex-wrap:wrap;margin-top:.8rem;width:100%;display:flex}.crudSearchButtons{margin-left:auto;text-align:right;box-sizing:border-box}.QueryFilterMobile{display:flex;justify-content:space-between;align-items:center}.QueryFilterMobile .ant-form-item{margin-bottom:0}.QueryFilterMobile .search{width:100%}.QueryFilterMobile .more{margin-left:10px}.QueryFilterDrawerBody{flex:1;padding:20px;display:flex;flex-direction:column}.QueryFilterDrawerForm{overflow-y:auto;max-height:65vh}.QueryFilterDrawerFooter{flex-shrink:0;display:flex;justify-content:space-around;align-items:center}.bitzTabbarBlock{height:50px;display:flex;justify-content:space-around;align-items:center;background-color:#fff;-webkit-touch-callout:none}.bitzTabbarBlock.bitzTabbarFixedBlock{position:fixed;bottom:0;left:0;right:0}.bitzTabbarBlock.bitzTabbarBlockBottomSafe{--safeArea-insetBottom: env(safe-area-inset-bottom);height:calc(50px + var(--safeArea-insetBottom));padding-bottom:var(--safeArea-insetBottom)}.bitzTabbarBlock.bitzTabbarBlockBorder{border:1px solid var(--bitzTabbarBlock-borderColor, #ebedf0)}.bitzTabbarBlock .tabbarItem{flex:1;display:flex;flex-direction:column;align-items:center;row-gap:5px}.bitzTabbarBlock .tabbarItem .tabbarItemIcon,.bitzTabbarBlock .tabbarItem .tabbarItemImage{display:flex;justify-content:center;align-items:center}.bitzTabbarBlock .tabbarItem .tabbarItemImage .image{height:22px}.bitzTabbarBlock .tabbarItem .tabbarItemBadgeWrapper{position:relative}.bitzTabbarBlock .tabbarItem .tabbarItemDotBadge{position:absolute;top:-2px;right:-3px;width:8px;height:8px;border-radius:50%}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-count{height:14px;line-height:14px;transform:translate(66%,-20%);border-radius:8px}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-multiple-words{padding:0 5px}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-dot{transform:translate(25%,-30%)}.bitzTabbarBlock .tabbarItem .tabbarItemNumBadge{position:absolute;top:-2px;right:-8px;height:15px;padding:0 4px;display:flex;justify-content:center;align-items:center;border-radius:8px;font-size:12px;line-height:13px;color:#fff}.bitzTabbarBlock .tabbarItem .tabbarItemText{font-size:13px;line-height:14px;font-weight:500}._bitzSelectWrapper_4bx9c_1 ._search-input_4bx9c_1{margin:10px;display:block}._bitzSelectWrapper_4bx9c_1 ._search-input_4bx9c_1 ._ant-input-search_4bx9c_5{width:100%}._bitzSelectWrapper_4bx9c_1 ._tag-list_4bx9c_8{margin:10px}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11{position:relative;top:20px}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-top_4bx9c_15,._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-bottom_4bx9c_16{z-index:10;width:100%;height:68px;pointer-events:none;transform:translateZ(0)}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-top_4bx9c_15{position:absolute;top:0;background:linear-gradient(to top,rgba(255,255,255,.4),rgba(255,255,255,.8))}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-bottom_4bx9c_16{position:absolute;bottom:1px;background:linear-gradient(to bottom,rgba(255,255,255,.4),rgba(255,255,255,.8))}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34{position:relative}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after{content:"";display:block;position:absolute;transform-origin:0 0}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after ._border-bottom-1px_4bx9c_33:after{border-bottom:1px solid #ebebeb;left:0;bottom:0;width:100%;transform-origin:0 bottom}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before{border-top:1px solid #ebebeb;left:0;top:0;width:100%;transform-origin:0 top}._bitzSelectWrapper_4bx9c_1 ._wheel-wrapper_4bx9c_66{display:flex;padding:0 16px}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66{flex:1;height:173px;overflow:hidden;font-size:18px;text-align:center}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77{padding:0;margin-top:68px;line-height:36px;list-style:none}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77 ._wheel-item_4bx9c_83{list-style:none;height:36px;overflow:hidden;white-space:nowrap;color:#333}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77 ._wheel-item_4bx9c_83._wheel-disabled-item_4bx9c_90{opacity:.2}._textarea_4bx9c_93{border-radius:2px;width:100%;min-height:32px;display:grid;grid-template-columns:1fr 24px;gap:8px;border:1px solid #d9d9d9}._textarea_4bx9c_93>div{display:flex;flex-wrap:wrap;gap:4px;padding:4px}._select-label_4bx9c_108{padding-left:10px}.bitzTableBlock{--container-bgColor: #fff;height:100%;background:var(--container-bgColor)}.bitzTableBlock.fullscreen:not(:root):fullscreen::backdrop{background:var(--container-bgColor)}.bitzTableBlock .mobileList{height:calc(100% - 200px);padding:10px}.bitzTableBlock .mobileList .listItem{padding:10px;border-radius:6px}.bitzTableBlock .mobileList .listItem:not(:last-child){margin-bottom:10px}.bitzTableBlock .mobileList .listItem .row{display:flex}.bitzTableBlock .mobileList .listItem .row:not(:last-child){margin-bottom:6px}.bitzTableBlock .mobileList .listItem .row .label{flex-shrink:0;font-size:16px;display:flex;align-items:flex-start;flex-direction:column}.bitzTableBlock .mobileList .listItem .row .value{display:flex;flex-wrap:wrap;flex:1;font-size:16px;overflow:hidden}.bitzTableBlock .bitzNoDataBlock{margin-top:20px}.bitzTableBlock .bitzTableContainer{--container-gap: 10px;--toolbar-height: 40px;--toolbar-bgColor: #fafafa;--toolCell-paddingInline: 17px;--toolCell-width: 50px;--thead-bgColor: #e5e5e5;--thead-hoverBgColor: #e0e0e0;--cell-height: 40px;--cell-lineHeight: 16px;--cell-paddingInline: 10px;--rowHover-bgColor: #fafafa;--evenRow-BgColor: #f9f9f9;--oddRow-BgColor: #fff;--fontSize: 12px;--borderColor: #f0f0f0;--cellSkeleton-wrapHeight: 26px;--cellSkeleton-height: 22px;--radioCheckbox-borderColor: #d9d9d9;--expandIcon-borderColor: #d0d0d0;--scrollbar-width: 4px;height:100%;display:flex;flex-direction:column;justify-content:space-between;row-gap:var(--container-gap);position:relative}.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-thead>tr>td,.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-tbody>tr>th,.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-tbody>tr>td{border-color:transparent}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody{position:relative;overflow:hidden;background-color:var(--evenRow-BgColor)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody:has(.disabledUserSelect){cursor:col-resize;overflow:hidden!important}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody:has(.disabledUserSelect) .ant-table-container{pointer-events:none}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .stretchLine{width:2px;position:absolute;left:0;top:calc(var(--toolbar-height) + 1px);opacity:0;transition:opacity .2s;pointer-events:none;z-index:101}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .bitzResizable{position:relative;background-clip:padding-box}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-thead>tr>.bitzResizable.disabledUserSelect{-webkit-user-select:none;user-select:none}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-thead>tr:has(.disabledUserSelect)>.bitzResizable:not(.disabledUserSelect) .bitzResizableHandle{pointer-events:none}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .bitzResizableHandle{position:absolute;width:10px;height:100%;bottom:0;right:-5px;cursor:col-resize;z-index:1}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .lastColumn .bitzResizableHandle,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .operationCol .bitzResizableHandle{right:0;width:5px}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .operationCol .bitzResizableHandle{position:static;pointer-events:none}.bitzTableBlock .bitzTableContainer.stickyTable .bitzTableContainerBody{overflow:inherit}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead>tr>td{background:var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead .ant-table-cell-scrollbar:not([rowspan]){box-shadow:0 1px 0 1px var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters{background:var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters:hover,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover{background:var(--thead-hoverBgColor)}.bitzTableBlock .bitzTableContainer .bitzTableTitle{font-size:inherit;line-height:normal;margin:0}.bitzTableBlock .bitzTableContainer .ant-table-column-sort{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-tbody .ant-table-row:not(.ant-table-row-selected)>.ant-table-cell-row-hover{background-color:var(--rowHover-bgColor)!important}.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected){background:var(--evenRow-BgColor)}.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected) .ant-table-cell-fix-left,.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected) .ant-table-cell-fix-right{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected){background:var(--oddRow-BgColor)}.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected) .ant-table-cell-fix-left,.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected) .ant-table-cell-fix-right{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table-body{overflow:auto!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody>.rowPointerCursor{cursor:pointer}.bitzTableBlock .bitzTableContainer .ant-table-title,.bitzTableBlock .bitzTableContainer .ant-table-footer,.bitzTableBlock .bitzTableContainer .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-tbody>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-tbody>tr:not(.ant-table-placeholder)>td,.bitzTableBlock .bitzTableContainer tfoot>tr>th,.bitzTableBlock .bitzTableContainer tfoot>tr>td{height:var(--cell-height);line-height:var(--cell-lineHeight);padding-block:0;padding-inline:var(--cell-paddingInline);font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer.xlBitzTable{--cell-height: var(--xlTable-height);--cell-lineHeight: var(--xlTable-lineHeight);--fontSize: var(--xlTable-fontSize);--toolCell-width: calc(var(--xlTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--xlSkeleton-height) + 4px);--cellSkeleton-height: var(--xlSkeleton-height)}.bitzTableBlock .bitzTableContainer.lgBitzTable{--cell-height: var(--lgTable-height);--cell-lineHeight: var(--lgTable-lineHeight);--fontSize: var(--lgTable-fontSize);--toolCell-width: calc(var(--lgTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--lgSkeleton-height) + 4px);--cellSkeleton-height: var(--lgSkeleton-height)}.bitzTableBlock .bitzTableContainer.mdBitzTable{--cell-height: var(--mdTable-height);--cell-lineHeight: var(--mdTable-lineHeight);--fontSize: var(--mdTable-fontSize);--toolCell-width: calc(var(--mdTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--mdSkeleton-height) + 4px);--cellSkeleton-height: var(--mdSkeleton-height)}.bitzTableBlock .bitzTableContainer.smBitzTable{--cell-height: var(--smTable-height);--cell-lineHeight: var(--smTable-lineHeight);--fontSize: var(--smTable-fontSize);--toolCell-width: calc(var(--smTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--smSkeleton-height) + 4px);--cellSkeleton-height: var(--smSkeleton-height)}.bitzTableBlock .bitzTableContainer.xsBitzTable{--cell-height: var(--xsTable-height);--cell-lineHeight: var(--xsTable-lineHeight);--fontSize: var(--xsTable-fontSize);--toolCell-width: calc(var(--xsTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--xsSkeleton-height) + 4px);--cellSkeleton-height: var(--xsSkeleton-height)}.bitzTableBlock .bitzTableContainer .ant-table-thead .ant-table-selection-column .ant-table-selection .ant-checkbox-wrapper .ant-checkbox-inner:after{width:calc(var(--fontSize) / 2);height:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-checkbox-inner,.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-radio-inner{width:calc(var(--fontSize) + 2px);height:calc(var(--fontSize) + 2px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-radio-inner:after{width:calc(var(--fontSize) + 2px);height:calc(var(--fontSize) + 2px);margin-block-start:calc(calc(var(--fontSize) + 2px) / -2);margin-inline-start:calc(calc(var(--fontSize) + 2px) / -2);border-radius:calc(var(--fontSize) + 2px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-checkbox-wrapper-checked .ant-checkbox-inner:after{width:calc(calc(var(--fontSize) - 2px) / 2)!important;height:calc(calc(var(--fontSize) + 4px) / 2)!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon{width:calc(var(--fontSize) + 3px);height:calc(var(--fontSize) + 3px)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:before{top:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:after{inset-inline-start:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-tbody .ant-table-cell>.anticon{font-size:calc(var(--fontSize) + 6px);transform:translateY(.15em);vertical-align:unset}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-thead .ant-table-column-sorter-inner .anticon{font-size:calc(var(--fontSize) - 2px);transform:translateY(.08em);vertical-align:unset}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-tag,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-tag .anticon{font-size:calc(var(--fontSize) - 1px)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-row{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-switch{font-size:calc(var(--fontSize) - 1px);vertical-align:-.05em}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-switch .ant-switch-inner-checked,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-switch .ant-switch-inner-unchecked{font-size:calc(var(--fontSize) - 1px)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-prefix,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-suffix,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-clear-icon,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number-prefix,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number-suffix{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number-handler .anticon{font-size:calc(calc(var(--fontSize) + 4px) / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-search-input,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-item{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-item-content{margin-inline-end:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-arrow{font-size:calc(var(--fontSize) - 2px);height:calc(var(--fontSize) - 2px);margin-top:calc(var(--fontSize) * -1 / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-clear{width:calc(var(--fontSize) - 2px);height:calc(var(--fontSize) - 2px);font-size:calc(var(--fontSize) - 2px);margin-top:calc(var(--fontSize) * -1 / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-item-remove{font-size:calc(var(--fontSize) - 4px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-col,.bitzTableBlock .bitzTableContainer .ant-table-selection-column,.bitzTableBlock .bitzTableContainer .ant-table-expand-icon-col,.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon-cell,.bitzTableBlock .bitzTableContainer .sorterCol{min-width:var(--toolCell-width)!important;max-width:var(--toolCell-width)!important;padding-inline:var(--toolCell-paddingInline)!important}.bitzTableBlock .bitzTableContainer .sorterCol{text-align:center}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td{padding:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-wrapper,.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(.ant-table-wrapper){height:100%;margin:0!important;padding-block:0!important;padding-inline-start:calc(var(--toolCell-width) - 1px - var(--scrollbar-width))!important;padding-inline-end:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>div:not(.ant-table-wrapper),.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(div:not(.ant-table-wrapper)){height:100%;margin:0!important;padding-block:var(--cell-paddingInline);padding-inline-start:calc(var(--cell-paddingInline) - var(--scrollbar-width));padding-inline-end:var(--cell-paddingInline)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:after{border-inline-end-color:transparent!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row .ant-table{margin:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row .ant-table .ant-table-tbody>tr:last-child>td{border-bottom:1px solid transparent!important}.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>.ant-table-wrapper,.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(.ant-table-wrapper){padding-inline-start:calc(var(--toolCell-width) - 1px)!important}.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>div:not(.ant-table-wrapper),.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(div:not(.ant-table-wrapper)){padding-inline-start:var(--cell-paddingInline)}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(.ant-table-wrapper)>.ant-table-wrapper{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(div:not(.ant-table-wrapper))>div{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td .ant-table-expanded-row-fixed{overflow:visible!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-placeholder>td .ant-table-expanded-row-fixed{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-placeholder>td .ant-table-expanded-row-fixed:after{inset-inline-end:0!important}.bitzTableBlock .bitzTableContainer .bitzTableToolbarBlock{display:flex;justify-content:space-between;align-items:center;height:var(--toolbar-height);padding-inline:0px;column-gap:16px;background-color:var(--toolbar-bgColor);position:relative;overflow:hidden}.bitzTableBlock .bitzTableContainer .ant-skeleton-paragraph{margin:0;height:var(--cellSkeleton-wrapHeight);display:flex;align-items:center}.bitzTableBlock .bitzTableContainer .ant-skeleton-paragraph li{height:var(--cellSkeleton-height)}.bitzTableBlock .bitzTableContainer .bitzTablePagination{display:flex;align-items:center;font-family:var(--font-family)}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert{flex:1;display:flex;align-items:center;gap:8px;margin-inline-end:8px}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert .splitBorder{font-weight:600;transform:translateY(.02em)}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert .cleanSelected{margin-inline-start:12px;line-height:normal}.bitzTableBlock .bitzTableContainer .ant-radio-wrapper:not(:hover,:focus) .ant-radio:not(.ant-radio-checked) .ant-radio-inner,.bitzTableBlock .bitzTableContainer .ant-checkbox-wrapper:not(:hover,:focus) .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner{border-color:var(--radioCheckbox-borderColor)}.bitzTableBlock .bitzTableContainer .ant-radio-wrapper-disabled .ant-radio-inner,.bitzTableBlock .bitzTableContainer .ant-checkbox-wrapper-disabled .ant-checkbox-inner{color:var(--radioCheckbox-borderColor);cursor:not-allowed}.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon:not(:hover,:focus){border-color:var(--expandIcon-borderColor)}.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon:disabled{color:var(--expandIcon-borderColor);cursor:not-allowed}.tableMobileDrawer .ant-drawer-body{padding:0;height:100%}.tableMobileDrawer .drawerBox{height:100%;display:flex;flex-direction:column}.tableMobileDrawer .drawerBox .boxBody{flex:1}.tableMobileDrawer .drawerBox .boxBody .operaList{height:60px;border-bottom:2px solid #f4f7fc;box-sizing:border-box;display:flex;align-items:center;justify-content:center;font-size:18px}.tableMobileDrawer .drawerBox .boxBody .operaList:last-child{border-bottom:none}.tableMobileDrawer .drawerBox .boxLine{width:100%;height:10px;background:#f4f7fc}.tableMobileDrawer .drawerBox .boxFooter{height:60px;display:flex;align-items:center;justify-content:center;font-size:18px}.tableExportDrawer .ant-drawer-wrapper-body{height:100%}.tableExportDrawer .ant-drawer-wrapper-body .ant-drawer-body{padding:0;height:calc(100% - 56px)}.tableExportDrawer .ant-radio-group,.tableExportDrawer .ant-checkbox-group{display:block}.tableExportDrawer .ant-radio-group label,.tableExportDrawer .ant-checkbox-group label{width:100%}.tableExportDrawer .drawerBox{height:100%}.tableExportDrawer .drawerBox .boxBody{height:calc(100% - 50px)}.tableExportDrawer .drawerBox .boxBody .bodyContent{padding:20px;overflow-x:hidden;overflow-y:auto}.tableExportDrawer .drawerBox .boxBody .row{margin-bottom:20px}.tableExportDrawer .drawerBox .boxBody .row .bitzTitle{margin-bottom:10px}.tableExportDrawer .drawerBox .boxBody .row:last-child{margin-bottom:0}.tableExportDrawer .drawerBox .boxFooter{height:50px;padding:0 20px;display:flex;align-items:center;justify-content:flex-end;font-size:18px;border-top:1px solid rgba(5,5,5,.06);box-sizing:border-box}.tableExportDrawer .drawerBox .boxFooter .submitBtn{margin-left:20px}.tableExportDrawer .drawerBox .boxMobileFooter{height:50px;padding:0 20px;display:flex;align-items:center;justify-content:center;font-size:18px;border-top:1px solid rgba(5,5,5,.06);box-sizing:border-box}.tableExportDrawer .drawerBox .boxMobileFooter .ant-btn{flex:1;height:40px}.tableExportDrawer .drawerBox .boxMobileFooter .ant-btn:nth-child(1){margin-right:10px}.tableFilterDrawer .ant-checkbox-group{display:flex;flex-direction:column}.tableFilterDrawer .ant-checkbox-group label{margin-bottom:10px}.pickerPopupBlock{z-index:-1!important}.pickerPopupBlock.pickerPopupShow{z-index:1150!important;top:120px!important;box-shadow:none}.bitzToastBlock .pcToastBox{position:fixed;z-index:99999999;top:0;width:800px;min-height:36px;left:50%;margin-left:-400px;border-width:1px;border-style:solid;box-sizing:border-box;display:flex}.bitzToastBlock .pcToastBox .mark,.bitzToastBlock .pcToastBox .close{width:50px;display:flex;align-items:center;justify-content:center}.bitzToastBlock .pcToastBox .content{flex:1;display:flex;align-items:center;font-size:14px;color:#242424}.bitzToastBlock .mobileToastBox{position:fixed;z-index:99999999;top:50%;left:50%;transform:translate(-50%,-50%);width:8rem;height:8rem;border-radius:10px;background-color:#000000b3;display:flex;flex-direction:column;align-items:center;justify-content:center}.bitzToastBlock .mobileToastBox .content{margin-top:10px;font-size:14px;color:#fff}.tableSelectPopupBlock{padding:10px}.tableSelectPopupBlock .pointerMouse{cursor:pointer}.tableSelectPopupBlock .loadingFailedTable .ant-empty{opacity:0}.tableSelectPopupBlock :where(.tableSelectPopupSearchForm) .ant-form-item{margin-bottom:0}.tableSelectPopupBlock .ant-table-selection-extra{padding-inline-start:4px!important;padding-top:1px}.tableSelectPopupBlock .ant-table-tbody>tr>.numRow{background:transparent}.tableSelectPopupBlock .bitzTableContainer:not(.loadingTable) .ant-table-tbody>tr:not(.ant-table-measure-row,.ant-table-expanded-row)>td:not(.numRow){padding-inline:0px!important}.tableSelectPopupBlock .ant-table-body table{overflow:hidden}.tableSelectPopupBlock .ant-table-body table:after{content:" ";position:absolute;bottom:1px;left:0;width:100%;height:1px;box-shadow:0 1px 0 var(--tableBody-bootomBorderColor)}.tableSelectPopupBlock .tableSelectPopupToolTagSelect{--toolTagSelect-color: #333;position:relative}.tableSelectPopupBlock .tableSelectPopupToolTagSelect .ant-select-selection-placeholder{color:var(--toolTagSelect-color)}.tableSelectPopupBlock .tableSelectPopupTotalSelect{position:relative}.tableSelectPopupBlock .tableSelectPopupTotalSelect .tableSelectPopupTotalSelectTip{position:absolute;top:0;right:0;bottom:0;left:0;padding:1px 12px;padding-inline-end:24px;display:flex;align-items:center;pointer-events:none}.tableSelectPopupBlock .tableSelectPopupTablePagination>.ant-pagination-options>.ant-select-in-form-item{width:auto}.tableSelectPopupTotalPopup .ant-empty-normal{margin-block:8px}._FuiCalendarItemBlock_1rypk_1{pointer-events:auto;border-radius:.4rem;width:auto;margin:0rem;flex-direction:row;box-shadow:none;position:absolute;background-color:transparent;border-left-width:.1rem;border-bottom-width:.1rem;border-right-width:.1rem;border-top-width:.1rem;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;cursor:pointer;padding:.1rem;display:flex}._container_1rypk_26{background-color:#dce0fa;color:#3d3e78;border-radius:.4rem;height:100%;-webkit-user-select:none;user-select:none;padding:0;width:100%;overflow:hidden;display:flex;position:relative}._verticalLine_1rypk_38{border-bottom-left-radius:inherit;border-top-left-radius:inherit;min-width:.4rem;width:.4rem;z-index:1;height:100%;background-color:#5b5fc7}._card_1rypk_47{border-bottom-right-radius:inherit;border-top-right-radius:inherit;padding-left:.4rem;padding-right:.4rem;flex:1 1 100%;background:inherit;width:100%;flex-direction:column;overflow:hidden;display:flex;position:relative}._card_1rypk_47:hover{background-color:#c5cbfa;color:#3d3e78;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent}._cardBody_1rypk_68{padding-top:.2rem;max-height:3.6rem;line-height:1.8rem;min-height:1.25rem;flex-direction:column;display:flex;padding-bottom:0;padding-left:0;padding-right:0;margin:0}._cardFooter_1rypk_80{align-items:flex-end;right:0;-webkit-box-pack:end;justify-content:flex-end;padding:.4rem .5rem .3rem .8rem;border-radius:.4rem;bottom:0;position:absolute;background-color:inherit;display:flex}._text_1rypk_95{line-height:1.8rem;flex-shrink:1;min-height:1.8rem;overflow-y:hidden;overflow-x:hidden;font-weight:600;font-size:12px}._text2_1rypk_104{unicode-bidi:isolate;flex-shrink:1000;min-height:1.8rem;overflow-y:hidden;overflow-x:hidden;line-height:16px;font-size:12px;display:block}.textBlock{width:100%;padding:0;display:-webkit-box;-webkit-line-clamp:var(--cell-text-maxRows);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;resize:none;border-radius:0;transition:none!important;line-height:inherit}.cellBlock{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center}.cellBlock .tipBlock{position:absolute;left:0;top:0;right:-1px;bottom:auto;min-height:100%;background-color:#fff;border:2px solid #aaa;display:flex;flex-direction:column;justify-content:flex-start;z-index:1;opacity:0;-webkit-user-select:none;user-select:none;pointer-events:none}.cellBlock .tipBlock .closeIcon{position:absolute;right:-4px;border-radius:50%;font-size:12px;display:flex;justify-content:center;align-items:center;padding:4px;color:#fefefe;background-color:#666;cursor:pointer}.cellBlock .tipBlock .closeIcon.top{top:-10px}.cellBlock .tipBlock .closeIcon.bottom{bottom:-10px}.cellBlock .tipBlock .tipText{width:100%;border-radius:0;padding:0;line-height:inherit}.cellBlock .toBottom{top:0;bottom:auto}.cellBlock .toTop{top:auto;bottom:0}.cellBlock .show{opacity:1;-webkit-user-select:text;user-select:text;pointer-events:auto}
|
|
1
|
+
._BitzAdressBook_ojoim_1{height:100%}._BitzAdressBook_ojoim_1 .ant-tabs{height:calc(100% - 32px)}._BitzAdressBook_ojoim_1 .ant-tabs-content,._BitzAdressBook_ojoim_1 .ant-tabs-content>*{height:100%}._filter_ojoim_11{display:flex;position:relative}._filter_ojoim_11 ._input_ojoim_15{flex:1;display:flex}._filter_ojoim_11 ._icon_ojoim_19{position:absolute;left:9px;top:9px;color:#918c8c}._filter_ojoim_11 input{flex:1;outline:none;background-color:#eee;border:none;height:30px;border-radius:4px;padding-left:30px;padding-right:5px}._filter_ojoim_11 ._filterIcon_ojoim_35{width:40px;height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer}._container_ojoim_43{height:100%;overflow:hidden;position:relative}._main_ojoim_48{height:100%;overflow:auto;margin-right:-8px}._main_ojoim_48 ._item_ojoim_53{display:flex;align-items:center;gap:10px;padding:10px;background-color:#fff}._main_ojoim_48 ._item_ojoim_53:hover{background-color:#efefef}._main_ojoim_48 ._avatar_ojoim_63{width:40px;height:40px;border-radius:100%;background-color:#5d73fa;color:#fff;display:flex;justify-content:center;align-items:center}._main_ojoim_48 ._name_ojoim_73{color:#333}._main_ojoim_48 ._phone_ojoim_76{color:#3339}._sidebar_ojoim_79{height:100%;overflow:auto;position:absolute;right:-34px;top:0;text-align:center;font-size:12px}._sidebar_ojoim_79 ._item_ojoim_53{width:30px;line-height:30px;margin:2px 20px 2px 0;border-radius:4px}._sidebar_ojoim_79 ._item_ojoim_53._active_ojoim_94,._sidebar_ojoim_79 ._item_ojoim_53:hover{cursor:pointer;background:#5d73fa;color:#fff}.bitzCollapseBlock{display:flex;align-items:center;justify-content:center}.bitzCollapseBlock .anticon svg{width:1.5em;height:1.5em}.bitzCollapseBlock:hover{cursor:pointer}.bitzAppPage{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#f4f7fc}.bitzAppPage .pageNavBar{position:relative;width:100%;height:50px;display:flex;align-items:center;justify-content:center}.bitzAppPage .pageNavBar .barLeft{position:absolute;top:0;left:0;width:33%;height:100%;display:flex;align-items:center}.bitzAppPage .pageNavBar .barLeft .icon{margin-left:20px}.bitzAppPage .pageNavBar .barRight{position:absolute;top:0;right:20px;width:33%;height:100%;display:flex;align-items:center;justify-content:flex-end}.bitzAppPage .pageNavBar .barRight .icon{margin-left:20px}.bitzAppPage .pageContent{width:100%;height:calc(100% - 50px);background:#fff}.bitzDrawerBlock .ant-drawer-header-title{flex-direction:row-reverse}.bitzDrawerBlock .ant-drawer-header,.bitzPickDrawerheaderwrap .ant-drawer-header{padding:10px;background-color:#f7f7f7}.bitzPickDrawerheader{display:flex;justify-content:space-between}.bitzPickDrawerContent{margin:-24px}.bitzPickDrawerContent .ant-tabs-tab{padding:15px;margin-left:0!important}.bitzPickDrawerContent .item{display:flex;padding:12px;justify-content:space-between}.bitzPickDrawerContent .item:active{background:rgba(0,0,0,.05)}.bitzConfirmModalBlock .ant-modal-title{display:flex;align-items:center;justify-content:center}.bitzConfirmModalBlock .ant-modal-content{position:relative;padding:0;border-radius:6px;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-close{position:absolute;top:14px;right:20px;width:16px;height:16px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-header{height:44px;margin-bottom:0;border-radius:6px 6px 0 0;padding:10px 20px;box-sizing:border-box;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-header .ant-modal-title{display:block}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox{display:flex;justify-content:center;padding:24px 40px 30px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox .warnIcon{width:20px;height:20px;margin-right:10px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer{margin-top:0;display:flex;align-items:center;justify-content:center;gap:20px;flex-flow:row-reverse;padding-bottom:24px;border-top:none;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer .ant-btn{width:94px;height:32px;padding:0;border-radius:4px;margin-left:0}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer .ant-btn span{font-size:14px}.bitzFloatLayoutBlock{position:fixed;width:100%;height:100%;top:0;left:0;visibility:hidden;z-index:810;transition:visibility .3s cubic-bezier(.36,.66,.04,1)}.bitzFloatLayoutBlock__overlay{top:0;left:0;width:100%;height:100%;position:absolute;background-color:#0000004d;opacity:0;transition:opacity .15s ease-in}.bitzFloatLayoutBlock__header{position:relative;padding:10px;line-height:1.5;background-color:#f7f7f7}.bitzFloatLayoutBlock__header__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;font-size:16px;display:block;padding-right:1.70667rem}.bitzFloatLayoutBlock__header__close{position:absolute;padding:.21333rem;top:50%;right:10px;width:20px;height:100%;line-height:1;transform:translateY(-50%)}.bitzFloatLayoutBlock__header__close:after,.bitzFloatLayoutBlock__header__close:before{content:"";position:absolute;top:50%;left:50%;display:inline-block;width:.768rem;height:2px;border-radius:1px;background:#ccc}.bitzFloatLayoutBlock__header__close:before{transform:translate3d(-50%,-50%,0) rotate(45deg)}.bitzFloatLayoutBlock__header__close:after{transform:translate3d(-50%,-50%,0) rotate(-45deg)}.bitzFloatLayoutBlock__container{position:absolute;bottom:0;width:100%;min-height:10vh;max-height:90vh;background-color:#fff;transform:translate3d(0,100%,0);transition:transform .3s cubic-bezier(.36,.66,.04,1);display:flex;flex-direction:column}.bitzFloatLayoutBlock__body{flex:1;overflow-y:auto}.bitzFloatLayoutBlock--active{visibility:visible}.bitzFloatLayoutBlock--active .bitzFloatLayoutBlock__overlay{opacity:1}.bitzFloatLayoutBlock--active .bitzFloatLayoutBlock__container{transform:translateZ(0)}:root{--rv-list-text-color: #969799;--rv-list-text-font-size: 14px;--rv-list-text-line-height: 50px;--rv-list-loading-icon-size: 16px}.bitz-list__loading,.bitz-list__finished,.bitz-list__error{color:var(--rv-list-text-color);font-size:var(--rv-list-text-font-size);line-height:var(--rv-list-text-line-height);text-align:center}.bitz-list__loading{display:flex;justify-content:center;align-items:center}.bitz-list__loadingText{margin-left:10px}.scrollbar::-webkit-scrollbar{height:.6rem;width:.6rem}.scrollbar::-webkit-scrollbar-corner{background-color:transparent}.scrollbar::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.scrollbar::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarBlock{background-color:#fff;position:relative;width:100%;height:100%;display:flex;box-sizing:border-box;--colorNeutralBackground2: #fafafa;--colorNeutralStroke2: #e0e0e0}.bitzFuiCalendarBlock *{box-sizing:border-box}.bitzFuiCalendarContainer{min-width:100%;min-height:100%;opacity:1;flex-direction:column;display:flex;text-align:left;line-height:1.4286;forced-color-adjust:none;font-weight:400;font-size:14px;text-size-adjust:100%}.bitzFuiCalendarToolbar{padding-right:3rem;padding-left:3rem;min-height:4.2rem;-webkit-box-pack:justify;justify-content:space-between;border-left-style:none;border-right-style:none;border-left-color:#e0e0e0;border-bottom-color:#e0e0e0;border-right-color:#e0e0e0;border-top-color:#e0e0e0;border-bottom-style:solid;border-top-style:solid;border-left-width:.1rem;border-bottom-width:.1rem;border-right-width:.1rem;border-top-width:.1rem;display:flex}.bitzFuiCalendarToolbar__right{column-gap:10px;display:flex}.bitzFuiCalendarToolbar__right_dropdown{padding-bottom:.8rem;padding-top:.8rem;display:inline-flex;align-items:center}.bitzFuiCalendarToolbar__left{-webkit-box-align:center;align-items:center;position:relative;display:flex}.bitzFuiCalendarConent{overflow:auto;flex:1 1 0%;flex-direction:column;display:flex}.bitzFuiCalendarHead{scrollbar-gutter:stable;min-height:6rem;padding-left:5.1rem;border-bottom-color:#e0e0e0;overflow:hidden;border-bottom-style:solid;border-bottom-width:.1rem;display:flex}.bitzFuiCalendarHead::-webkit-scrollbar{height:.6rem;width:.6rem}.bitzFuiCalendarHead::-webkit-scrollbar-corner{background-color:transparent}.bitzFuiCalendarHead::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.bitzFuiCalendarHead::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem{position:relative;width:0;height:6rem;min-height:6rem;-webkit-box-pack:center;justify-content:center;border-left-color:#e0e0e0;background-color:transparent;flex:1 1 0%;-webkit-box-flex:1;flex-grow:1;flex-direction:column;border-left-style:solid;border-left-width:.1rem;display:flex}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active:after{right:0;top:0;left:0;height:.2rem;background:#5b5fc7;display:block;position:absolute;content:"";box-sizing:border-box}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active .bitzFuiCalendarHeadItem__num,.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active .bitzFuiCalendarHeadItem__week{color:#5b5fc7}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__content{padding-right:1rem;padding-left:1rem;flex-direction:column;display:flex}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__num{font-size:2.4rem;font-weight:400;line-height:1.3333;color:#616161}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__week{font-weight:400;line-height:1.3333;font-size:1.2rem;color:#616161}.bitzFuiCalendarBody{opacity:1;overflow:auto;flex-direction:column;display:flex;height:calc(100vh - 165px)}.bitzFuiCalendarBodyContainer{scrollbar-gutter:stable;position:relative;overflow-x:hidden;overflow-y:auto;display:flex}.bitzFuiCalendarBodyContainer::-webkit-scrollbar{height:.6rem;width:.6rem}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-corner{background-color:transparent}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarBody__time{min-width:5.1rem;width:5.1rem;border-bottom-color:#e0e0e0;height:fit-content;background-color:transparent;flex-direction:column;-webkit-user-select:none;user-select:none;border-bottom-style:solid;border-bottom-width:.1rem;display:flex}.bitzFuiCalendarBody__time__item{min-height:8.1rem;text-align:center;line-height:1.3333;font-size:1.2rem;color:#616161;display:block}.bitzFuiCalendarBody__content{height:fit-content;width:100%;display:flex}.bitzFuiCalendarBody__content__row{flex:1 1 .1rem;color:#252423;border-left-width:0;border-bottom-width:0;border-right-width:0;border-top-width:2px;border-radius:0;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;box-shadow:none;background-color:transparent;position:relative;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;padding:0}.bitzFuiCalendarBody__content__row__list{background-color:transparent;width:100%;flex-direction:column;display:flex}.bitzFuiCalendarBody__content__row__list2{top:0;width:calc(100% - 1.6rem);pointer-events:none;height:100%;color:#252423;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;border-top-width:2px;border-bottom-style:none;border-top-style:none;border-radius:0;box-shadow:none;position:absolute;background-color:transparent;border-left-style:none;border-right-style:none;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;padding:0}.bitzFuiCalendarBody__content__row__item{border-bottom-style:solid;outline-width:0;border-right-style:none;border-top-style:none;background-color:var(--colorNeutralBackground2);border-left-color:var(--colorNeutralStroke2);border-left-style:solid;border-bottom-width:.1rem;border-left-width:.1rem;border-bottom-color:var(--colorNeutralStroke2)}.bitzFuiCalendarBody__content__row__item:hover{background-color:#f0f0f0}.bitzFuiCalendarBlock-pop-contianer{min-height:160px;min-width:220px;display:flex;flex-direction:column;justify-content:space-between}.bitzFuiCalendarBlock-pop-contianer .pop-header{display:flex;align-items:center}.bitzFuiCalendarBlock-pop-contianer .pop-header .pop-avatar{display:flex;align-items:center;margin-right:5px}.bitzFuiCalendarBlock-pop-contianer .pop-header .name{font-size:12px;display:flex;justify-content:space-between;align-items:center}.bitzFuiCalendarBlock-pop-contianer .pop-content{font-size:12px}.bitzFuiCalendarBlock-pop-contianer .pop-period-conent{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#424242}.bitzFuiCalendarBlock-pop-contianer .pop-tag,.bitzFuiCalendarBlock-pop-contianer .pop-footer{display:flex;align-items:center;justify-content:space-between}.calendarAgendumBlock{height:auto;overflow:auto;list-style:none;display:block;padding:0;margin:0}.bitzModalBlock .ant-modal-title{display:flex;align-items:center;justify-content:center}.bitzModalBlock .ant-modal-content{border-radius:10px}.bitzModalBlock .ant-modal-footer{display:flex;align-items:center;justify-content:center}.bitzModalBlock .ant-modal-footer .ant-btn{flex:1}.bitzModalBlock .ant-modal-footer .ant-btn:nth-child(2){background-color:#ff4d4f}.bitzModalBlock .textBox{display:flex;align-items:center;justify-content:center;min-height:80px}.fullScreenBlock{line-height:0;cursor:pointer}.bitzNoDataBlock{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.bitzNoDataBlock .noDataText{margin-top:10px;color:#999;font-size:16px}.bitzLanguageTabsBlock{position:fixed;left:0;right:0;bottom:0;z-index:10;padding:10px 30px;background:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;box-shadow:0 -1px 10px #00000040}.bitzLanguageTabsBlock .languagesBox{display:flex;gap:10px}.bitzLanguageTabsBlock .languagesBox img{cursor:pointer;box-shadow:0 0 5px #00000040}.bitzLanguageTabsBlock .languagesBox .item{padding:2px;display:flex;align-items:center}.bitzLanguageTabsBlock .languagesBox .itemActive{background:#444791}.bitzLanguageTabsBlock .copyBox{font-size:16px}._container_tbbzt_1{display:grid;gap:10px}._header_tbbzt_5{display:flex;justify-content:space-between}._setting-btn_tbbzt_9{margin-left:auto}._search_tbbzt_12{height:32px;padding:0 10px}.bitzLoadingBlock{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.BitzMeetingTime2Block{width:100%;height:100%;position:relative;display:flex}.BitzMeetingTimeRow{display:flex;flex-direction:column;text-align:center}.BitzMeetingTimeTopTime,.BitzMeetingTimeBottomTime{font-size:10px}.BitzMeetingTimeList{display:flex;flex-direction:column;justify-content:center;margin:2.5px 0;padding:0}.BitzMeetingTime2ItemBlock{font-size:12px;height:50px;width:50px;color:#fff;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;cursor:pointer;margin:2.5px;background-color:#f2f3f2;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.free{background-color:#aadf6f}.free:hover{background-color:#6b9e31}.bitzNoMoreBlick{width:100%;height:50px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#333;margin-top:-10px}.BitzLoadMorePage .scroll_container{height:100%}.bitz-page-header{box-sizing:border-box;margin:0;padding:0;color:#000000e0;font-size:14px;line-height:1.57142857;list-style:none;position:relative;background-color:transparent;padding-block-start:8px;padding-block-end:16px;padding-inline-start:40px;padding-inline-end:40px}.bitz-page-header-back{font-size:16px;line-height:1}.bitz-page-header-back-button{font-size:16px;cursor:pointer}.bitz-page-header-breadcrumb{padding-block-start:18px}.bitz-page-header-heading{padding-block-start:8px;display:flex;justify-content:space-between}.bitz-page-header-heading-left{display:flex;align-items:center;margin-block:4px;margin-inline-end:0;margin-inline-start:0;overflow:hidden}.bitz-page-header-heading-title{margin-inline-end:12px;margin-block-end:0;color:#000000e0;font-weight:600;font-size:20px;line-height:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bitz-page-header-heading-extra{margin-block:4px;margin-inline-end:0;margin-inline-start:0;white-space:nowrap}.bitz-page-header-content{padding-block-start:8px}.bitz-page-header-footer{margin-block-start:8px}.bitz-page-header-compact .bitz-page-header-heading{flex-wrap:wrap}.bitz-page-header-wide{max-width:1152px;margin:0 auto}.bitz-page-header-rtl{direction:rtl}.bitzPaginationBlock{display:flex;align-items:center;justify-content:center}.bitzPaginationBlock .ant-pagination{width:100%;display:flex;flex-wrap:wrap;row-gap:8px}._bitzRemakBlock_hxmvg_1{padding-bottom:20px}._bitzPopoverBlock_1wotm_1{vertical-align:middle;word-break:break-all;max-width:100%;position:relative;overflow:hidden}._bitzPopoverBlock_1wotm_1 ._Paragraph_1wotm_8{transition:-webkit-line-clamp .3s linear}.bitzRefreshBlock{width:100%;height:100px;background:#fff;display:flex;align-items:center;justify-content:center}.bitzRefreshBlock .loadingBox{width:150px;height:15px;margin:0 auto;display:flex;align-items:center;justify-content:center}.bitzRefreshBlock .loadingBox span{display:inline-block;width:15px;height:100%;margin-right:5px;border-radius:50%;animation:load 1.04s ease infinite;-webkit-animation:load 1.04s ease infinite}.bitzRefreshBlock .loadingBox span:last-child{margin-right:0}@-webkit-keyframes load{0%{opacity:1}to{opacity:0}}.bitzRefreshBlock .loadingBox span:nth-child(1){animation-delay:.13s;-webkit-animation-delay:.13s}.bitzRefreshBlock .loadingBox span:nth-child(2){animation-delay:.26s;-webkit-animation-delay:.26s}.bitzRefreshBlock .loadingBox span:nth-child(3){animation-delay:.39s;-webkit-animation-delay:.39s}:root{--rv-pull-refresh-head-height: 50px;--rv-pull-refresh-head-font-size: 14px;--rv-pull-refresh-head-text-color: #969799;--rv-pull-refresh-loading-icon-size: 16px}.bitz-pull-refresh{overflow:hidden;-webkit-user-select:none;user-select:none}.bitz-pull-refresh__track{position:relative;height:100%;transition-property:transform}.bitz-pull-refresh__head{position:absolute;left:0;width:100%;height:var(--rv-pull-refresh-head-height);overflow:hidden;color:var(--rv-pull-refresh-head-text-color);font-size:var(--rv-pull-refresh-head-font-size);line-height:var(--rv-pull-refresh-head-height);text-align:center;transform:translateY(-100%)}.bitz-pull-refresh__loading .bitz-loading__spinner{width:var(--rv-pull-refresh-loading-icon-size);height:var(--rv-pull-refresh-loading-icon-size)}.bitzScheduleCenterBlock{--fc-button-bg-color: #ffffff;--fc-button-border-color: #d9d9d9;--fc-button-text-color: rgba(0, 0, 0, .88);--fc-button-active-bg-color: #1677ff;--fc-button-active-border-color: #1677ff;--fc-button-hover-bg-color: #ffffff;--fc-button-hover-border-color: #1677ff;--fc-event-bg-color: #1677ff;--fc-event-border-color: #1677ff;--fc-today-bg-color: #e6f4ff}.bitzScheduleCenterBlock .fc-button-primary:not(:disabled).fc-button-active:focus,.bitzScheduleCenterBlock .fc-button-primary:not(:disabled):active:focus,.bitzScheduleCenterBlock .fc-button-primary:focus{box-shadow:none}.bitzScheduleCenterBlock .fc-button-primary:not(.fc-button-active,:disabled):hover{--fc-button-text-color: #1677ff}.bitzScheduleCenterBlock .fc-button-primary:not(:disabled):active{--fc-button-text-color: #ffffff}.bitzScheduleCenterBlock .fc-button-active{--fc-button-text-color: #ffffff}.bitzScheduleCenterBlock .bitzPopover{display:block;width:100%}.bitzScheduleCenterBlock .fc-daygrid-event-harness .fc-event-main .bitzPopover{display:flex;flex-direction:column;flex:1;height:100%}.bitzScheduleCenterBlock .fc-daygrid-event-harness>a.fc-daygrid-dot-event{width:100%;white-space:inherit}.bitzScheduleCenterBlock .fc-timegrid-event .fc-event-time{white-space:inherit}.bitzScheduleCenterBlock-pop-contianer{min-height:160px;min-width:220px;display:flex;flex-direction:column;justify-content:space-between}.bitzScheduleCenterBlock-pop-contianer .pop-header{display:flex;align-items:center}.bitzScheduleCenterBlock-pop-contianer .pop-header .pop-avatar{display:flex;align-items:center;margin-right:5px}.bitzScheduleCenterBlock-pop-contianer .pop-header .name{font-size:12px;display:flex;align-items:center}.bitzScheduleCenterBlock-pop-contianer .pop-content{font-size:12px}.bitzScheduleCenterBlock-pop-contianer .pop-period-conent{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#424242}.bitzScheduleCenterBlock-pop-contianer .pop-tag,.bitzScheduleCenterBlock-pop-contianer .pop-footer{display:flex;align-items:center;justify-content:space-between}.bitzTextBlock{display:inline-flex}.bitzTextBlock:hover .copyIcon{opacity:1;pointer-events:auto}.bitzTextBlock .bitzTextContent{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bitzTextBlock .bitzMeasureContent{white-space:nowrap;position:absolute;left:0;visibility:hidden;pointer-events:none}.bitzTextBlock .copyIcon{display:inline-block;padding-left:4px;opacity:0;transform:translateY(.06em);transition:opacity .15s;pointer-events:none}.bitzTextBlock .copyIcon:not(:hover){color:inherit!important}.bitzMobileModalBlock .ant-modal-title,.bitzMobileModalBlock .ant-modal-body{text-align:center}.bitzMobileModalBlock .ant-modal-body{padding:20px 0}.bitzMobileModalBlock .ant-modal-footer{display:flex;align-items:center}.bitzMobileModalBlock .ant-modal-footer .ant-btn{flex:1}.bitzMobileModalBlock .ant-modal-footer .ant-btn:nth-child(2){background:#f53f3f;color:#fff}.bitzPcModalBlock .ant-modal-footer .ant-btn:nth-child(2){background:#f53f3f;color:#fff}._container_v9wfg_1{position:fixed;top:66px;bottom:0;right:-500px;z-index:100;width:400px;max-width:100%;background-color:#fff;box-shadow:0 1px 10px #00000026;border-radius:4px;overflow:hidden;transition:.3s ease-out;display:flex;flex-direction:column}._container_v9wfg_1._show_v9wfg_17{right:0}._container_v9wfg_1._hide_v9wfg_20{right:-500px}._container_v9wfg_1 ._select_v9wfg_23{margin-top:10px;outline:none}._container_v9wfg_1 ._select_v9wfg_23>div{box-shadow:none!important;border-width:0!important;border-bottom-width:1px!important}._container_v9wfg_1 h4{padding:0 10px;color:#424242;font-size:18px;line-height:21px;margin-bottom:10px;display:flex;justify-content:space-between}._container_v9wfg_1 ._tag_v9wfg_41{font-weight:400;background-color:#ff9800;color:#fff;border:none}._header_v9wfg_47{background-color:#3f51b5;color:#fff;display:flex;justify-content:space-between}._header_v9wfg_47 h3{font-size:18px;padding:20px 30px;margin:0}._header_v9wfg_47 ._close_v9wfg_58{margin-right:40px;cursor:pointer;color:#efefef}._header_v9wfg_47 ._close_v9wfg_58:hover{color:#fff}._alert_v9wfg_66{color:#ff9800;border-color:#ffe0b2;background-color:#ffe0b2cc}._timerList_v9wfg_71{flex:1;overflow:auto}._timer_v9wfg_71{border-top:1px solid #ddd;padding:10px 18px;display:grid;grid-template-columns:40px 1fr;gap:20px}._timer_v9wfg_71 ._btn_v9wfg_82{font-size:40px;color:#4caf50;cursor:pointer;border-radius:100%;box-shadow:0 6px 10px #00000026}._timer_v9wfg_71 ._btn_v9wfg_82:hover{color:#66bb6a}._timer_v9wfg_71 ._pause_v9wfg_92{color:#ff9800}._timer_v9wfg_71 ._pause_v9wfg_92:hover{color:#ffa726}._timer_v9wfg_71 ._time_v9wfg_71{color:#333;font-size:24px;flex:1}._timer_v9wfg_71 ._tools_v9wfg_103{opacity:0;transition:.15s ease-in}._timer_v9wfg_71:hover ._tools_v9wfg_103{opacity:1}._flex_v9wfg_110{display:flex}._desc_v9wfg_113{margin-top:10px;margin-bottom:3px;font-size:12px;color:#616161;display:flex;justify-content:space-between}._form_v9wfg_121{margin-top:15px}._form_v9wfg_121 .ant-form-item{margin-bottom:10px}._addbtn_v9wfg_127{font-size:60px;position:absolute;right:15px;bottom:15px;z-index:10;color:#5d73fa;background-color:#fff;box-shadow:0 1px 6px #00000040;border-radius:100%;cursor:pointer}._addbtn_v9wfg_127:hover{color:#879bff}.tableMobileDrawer .ant-drawer-wrapper-body{height:100%}.tableMobileDrawer .ant-drawer-wrapper-body .ant-drawer-body{padding:0;height:100%}._select_ydiq6_1{border-radius:2px;width:100%;min-height:32px;display:grid;grid-template-columns:1fr 24px;gap:8px;border:1px solid #d9d9d9;cursor:pointer}._content_ydiq6_11{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding:4px 12px}._placeholder_ydiq6_18{font-size:14px;color:#484644}._splitLine_10tio_1{color:#c7c7c7;padding-left:1.2rem;padding-right:1.2rem}._CalendarAgendumItem_10tio_6{max-width:82.6rem;min-height:4.8rem;list-style:none;margin:1.2rem auto .8rem;-webkit-box-align:center;align-items:center;width:100%;-webkit-user-select:none;user-select:none;position:relative;padding:0;display:flex}._timeContainer_10tio_19{font-size:1.6rem;background-color:#fff;padding-bottom:1.2rem;padding-top:1.2rem;height:4.6rem;max-width:84.6rem;width:99%;top:-.1rem;position:sticky;-webkit-box-pack:start;justify-content:flex-start;line-height:2rem;z-index:1;font-weight:600;color:#242424;padding-left:1.2rem;margin:auto;-webkit-box-align:center;align-items:center;display:flex}._timeContainer_10tio_19._istoday_10tio_41{color:#5b5fc7}._ui-list__item__main_10tio_44{min-width:0;-webkit-box-flex:1;flex-grow:1;flex-direction:column;display:flex;width:100%}._ui-list__item__contentWrapper_10tio_52{display:flex}._ui-list__itemcontent_10tio_55{width:100%;flex-basis:100%;flex-shrink:0;line-height:inherit;margin-right:.8rem;font-size:1.2rem;-webkit-box-flex:1;flex-grow:1}._ui-list__item__container_10tio_65{transition:box-shadow .467s ease 0s;box-shadow:#0000001f 0 0 2px,#00000024 0 1px 2px;min-height:6.6rem;border-bottom-style:none;border-top-style:none;border-left-style:none;border-right-style:none;-webkit-box-pack:center;justify-content:center;border-radius:.4rem;background:#ffffff;-webkit-box-align:center;align-items:center;height:100%;display:flex}._ui-list__item__container__wrap_10tio_82{padding:1.6rem;border-radius:.4rem;width:100%;flex-direction:column;display:flex}._ui-list__item__container__item_10tio_89{overflow:hidden;display:flex}._ui-list__item__container__item_left_10tio_93{align-self:flex-start;display:flex}._ui-list__item__container__item_right_10tio_97{width:100%;flex-direction:column;overflow:hidden;display:flex}._item_left_1_10tio_103{margin-right:1.6rem;height:auto;padding-top:.1rem}._item_left_1_1_10tio_108{border-radius:.2rem;min-width:.4rem;width:.4rem;z-index:1;background-color:#5b5fc7;height:100%}._item_left_2_10tio_116{text-transform:uppercase;width:9rem;text-align:left;flex-direction:column;white-space:nowrap;display:flex}._item_left_2_1_10tio_124{text-transform:lowercase;font-weight:600;font-size:1.4rem;color:#242424;line-height:2.4rem;width:100%;overflow:hidden;display:flex}._item_left_2_2_10tio_134{text-transform:lowercase;line-height:1.6rem;font-size:1.2rem;color:#616161;position:relative;display:flex}._item_right_1_10tio_142{overflow:hidden;display:flex}._item_right_1_1_10tio_146{padding-bottom:.4rem;text-overflow:ellipsis;-webkit-box-align:center;align-items:center;overflow:hidden;display:flex}._item_right_1_1_10tio_146 span{flex-shrink:10000;width:inherit;display:initial;font-weight:600;font-size:1.4rem;color:#242424;text-overflow:ellipsis;line-height:2.4rem;overflow:hidden;white-space:nowrap;cursor:pointer}._item_right_1_2_10tio_167{margin-right:1.2rem;max-width:51rem;line-height:2.4rem;align-self:center;overflow:hidden;display:block;font-size:1.2rem;color:#616161;white-space:nowrap}._item_right_1_3_10tio_178{align-items:flex-start;-webkit-box-pack:center;justify-content:center;margin-left:auto;display:flex}._item_right_2_10tio_185{flex-wrap:wrap;margin-top:.8rem;width:100%;display:flex}.bitzTabbarBlock{height:50px;display:flex;justify-content:space-around;align-items:center;background-color:#fff;-webkit-touch-callout:none}.bitzTabbarBlock.bitzTabbarFixedBlock{position:fixed;bottom:0;left:0;right:0}.bitzTabbarBlock.bitzTabbarBlockBottomSafe{--safeArea-insetBottom: env(safe-area-inset-bottom);height:calc(50px + var(--safeArea-insetBottom));padding-bottom:var(--safeArea-insetBottom)}.bitzTabbarBlock.bitzTabbarBlockBorder{border:1px solid var(--bitzTabbarBlock-borderColor, #ebedf0)}.bitzTabbarBlock .tabbarItem{flex:1;display:flex;flex-direction:column;align-items:center;row-gap:5px}.bitzTabbarBlock .tabbarItem .tabbarItemIcon,.bitzTabbarBlock .tabbarItem .tabbarItemImage{display:flex;justify-content:center;align-items:center}.bitzTabbarBlock .tabbarItem .tabbarItemImage .image{height:22px}.bitzTabbarBlock .tabbarItem .tabbarItemBadgeWrapper{position:relative}.bitzTabbarBlock .tabbarItem .tabbarItemDotBadge{position:absolute;top:-2px;right:-3px;width:8px;height:8px;border-radius:50%}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-count{height:14px;line-height:14px;transform:translate(66%,-20%);border-radius:8px}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-multiple-words{padding:0 5px}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-dot{transform:translate(25%,-30%)}.bitzTabbarBlock .tabbarItem .tabbarItemNumBadge{position:absolute;top:-2px;right:-8px;height:15px;padding:0 4px;display:flex;justify-content:center;align-items:center;border-radius:8px;font-size:12px;line-height:13px;color:#fff}.bitzTabbarBlock .tabbarItem .tabbarItemText{font-size:13px;line-height:14px;font-weight:500}._bitzSelectWrapper_4bx9c_1 ._search-input_4bx9c_1{margin:10px;display:block}._bitzSelectWrapper_4bx9c_1 ._search-input_4bx9c_1 ._ant-input-search_4bx9c_5{width:100%}._bitzSelectWrapper_4bx9c_1 ._tag-list_4bx9c_8{margin:10px}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11{position:relative;top:20px}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-top_4bx9c_15,._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-bottom_4bx9c_16{z-index:10;width:100%;height:68px;pointer-events:none;transform:translateZ(0)}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-top_4bx9c_15{position:absolute;top:0;background:linear-gradient(to top,rgba(255,255,255,.4),rgba(255,255,255,.8))}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-bottom_4bx9c_16{position:absolute;bottom:1px;background:linear-gradient(to bottom,rgba(255,255,255,.4),rgba(255,255,255,.8))}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34{position:relative}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after{content:"";display:block;position:absolute;transform-origin:0 0}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after ._border-bottom-1px_4bx9c_33:after{border-bottom:1px solid #ebebeb;left:0;bottom:0;width:100%;transform-origin:0 bottom}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before{border-top:1px solid #ebebeb;left:0;top:0;width:100%;transform-origin:0 top}._bitzSelectWrapper_4bx9c_1 ._wheel-wrapper_4bx9c_66{display:flex;padding:0 16px}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66{flex:1;height:173px;overflow:hidden;font-size:18px;text-align:center}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77{padding:0;margin-top:68px;line-height:36px;list-style:none}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77 ._wheel-item_4bx9c_83{list-style:none;height:36px;overflow:hidden;white-space:nowrap;color:#333}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77 ._wheel-item_4bx9c_83._wheel-disabled-item_4bx9c_90{opacity:.2}._textarea_4bx9c_93{border-radius:2px;width:100%;min-height:32px;display:grid;grid-template-columns:1fr 24px;gap:8px;border:1px solid #d9d9d9}._textarea_4bx9c_93>div{display:flex;flex-wrap:wrap;gap:4px;padding:4px}._select-label_4bx9c_108{padding-left:10px}.pickerPopupBlock{z-index:-1!important}.pickerPopupBlock.pickerPopupShow{z-index:1150!important;top:120px!important;box-shadow:none}.crudSearchButtons{margin-left:auto;text-align:right;box-sizing:border-box}.QueryFilterMobile{display:flex;justify-content:space-between;align-items:center}.QueryFilterMobile .ant-form-item{margin-bottom:0}.QueryFilterMobile .search{width:100%}.QueryFilterMobile .more{margin-left:10px}.QueryFilterDrawerBody{flex:1;padding:20px;display:flex;flex-direction:column}.QueryFilterDrawerForm{overflow-y:auto;max-height:65vh}.QueryFilterDrawerFooter{flex-shrink:0;display:flex;justify-content:space-around;align-items:center}.bitzTableBlock{--container-bgColor: #fff;height:100%;background:var(--container-bgColor)}.bitzTableBlock.fullscreen:not(:root):fullscreen::backdrop{background:var(--container-bgColor)}.bitzTableBlock .mobileList{height:calc(100% - 200px);padding:10px}.bitzTableBlock .mobileList .listItem{padding:10px;border-radius:6px}.bitzTableBlock .mobileList .listItem:not(:last-child){margin-bottom:10px}.bitzTableBlock .mobileList .listItem .row{display:flex}.bitzTableBlock .mobileList .listItem .row:not(:last-child){margin-bottom:6px}.bitzTableBlock .mobileList .listItem .row .label{flex-shrink:0;font-size:16px;display:flex;align-items:flex-start;flex-direction:column}.bitzTableBlock .mobileList .listItem .row .value{display:flex;flex-wrap:wrap;flex:1;font-size:16px;overflow:hidden}.bitzTableBlock .bitzNoDataBlock{margin-top:20px}.bitzTableBlock .bitzTableContainer{--container-gap: 10px;--toolbar-height: 40px;--toolbar-bgColor: #fafafa;--toolCell-paddingInline: 17px;--toolCell-width: 50px;--thead-bgColor: #e5e5e5;--thead-hoverBgColor: #e0e0e0;--cell-height: 40px;--cell-lineHeight: 16px;--cell-paddingInline: 10px;--rowHover-bgColor: #fafafa;--evenRow-BgColor: #f9f9f9;--oddRow-BgColor: #fff;--fontSize: 12px;--borderColor: #f0f0f0;--cellSkeleton-wrapHeight: 26px;--cellSkeleton-height: 22px;--radioCheckbox-borderColor: #d9d9d9;--expandIcon-borderColor: #d0d0d0;--scrollbar-width: 4px;height:100%;display:flex;flex-direction:column;justify-content:space-between;row-gap:var(--container-gap);position:relative}.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-thead>tr>td,.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-tbody>tr>th,.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-tbody>tr>td{border-color:transparent}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody{position:relative;overflow:hidden;background-color:var(--evenRow-BgColor)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody:has(.disabledUserSelect){cursor:col-resize;overflow:hidden!important}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody:has(.disabledUserSelect) .ant-table-container{pointer-events:none}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .stretchLine{width:2px;position:absolute;left:0;top:calc(var(--toolbar-height) + 1px);opacity:0;transition:opacity .2s;pointer-events:none;z-index:101}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .bitzResizable{position:relative;background-clip:padding-box}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-thead>tr>.bitzResizable.disabledUserSelect{-webkit-user-select:none;user-select:none}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-thead>tr:has(.disabledUserSelect)>.bitzResizable:not(.disabledUserSelect) .bitzResizableHandle{pointer-events:none}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .bitzResizableHandle{position:absolute;width:10px;height:100%;bottom:0;right:-5px;cursor:col-resize;z-index:1}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .lastColumn .bitzResizableHandle,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .operationCol .bitzResizableHandle{right:0;width:5px}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .operationCol .bitzResizableHandle{position:static;pointer-events:none}.bitzTableBlock .bitzTableContainer.stickyTable .bitzTableContainerBody{overflow:inherit}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead>tr>td{background:var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead .ant-table-cell-scrollbar:not([rowspan]){box-shadow:0 1px 0 1px var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters{background:var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters:hover,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover{background:var(--thead-hoverBgColor)}.bitzTableBlock .bitzTableContainer .bitzTableTitle{font-size:inherit;line-height:normal;margin:0}.bitzTableBlock .bitzTableContainer .ant-table-column-sort{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-tbody .ant-table-row:not(.ant-table-row-selected)>.ant-table-cell-row-hover{background-color:var(--rowHover-bgColor)!important}.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected){background:var(--evenRow-BgColor)}.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected) .ant-table-cell-fix-left,.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected) .ant-table-cell-fix-right{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected){background:var(--oddRow-BgColor)}.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected) .ant-table-cell-fix-left,.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected) .ant-table-cell-fix-right{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table-body{overflow:auto!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody>.rowPointerCursor{cursor:pointer}.bitzTableBlock .bitzTableContainer .ant-table-title,.bitzTableBlock .bitzTableContainer .ant-table-footer,.bitzTableBlock .bitzTableContainer .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-tbody>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-tbody>tr:not(.ant-table-placeholder)>td,.bitzTableBlock .bitzTableContainer tfoot>tr>th,.bitzTableBlock .bitzTableContainer tfoot>tr>td{height:var(--cell-height);line-height:var(--cell-lineHeight);padding-block:0;padding-inline:var(--cell-paddingInline);font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer.xlBitzTable{--cell-height: var(--xlTable-height);--cell-lineHeight: var(--xlTable-lineHeight);--fontSize: var(--xlTable-fontSize);--toolCell-width: calc(var(--xlTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--xlSkeleton-height) + 4px);--cellSkeleton-height: var(--xlSkeleton-height)}.bitzTableBlock .bitzTableContainer.lgBitzTable{--cell-height: var(--lgTable-height);--cell-lineHeight: var(--lgTable-lineHeight);--fontSize: var(--lgTable-fontSize);--toolCell-width: calc(var(--lgTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--lgSkeleton-height) + 4px);--cellSkeleton-height: var(--lgSkeleton-height)}.bitzTableBlock .bitzTableContainer.mdBitzTable{--cell-height: var(--mdTable-height);--cell-lineHeight: var(--mdTable-lineHeight);--fontSize: var(--mdTable-fontSize);--toolCell-width: calc(var(--mdTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--mdSkeleton-height) + 4px);--cellSkeleton-height: var(--mdSkeleton-height)}.bitzTableBlock .bitzTableContainer.smBitzTable{--cell-height: var(--smTable-height);--cell-lineHeight: var(--smTable-lineHeight);--fontSize: var(--smTable-fontSize);--toolCell-width: calc(var(--smTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--smSkeleton-height) + 4px);--cellSkeleton-height: var(--smSkeleton-height)}.bitzTableBlock .bitzTableContainer.xsBitzTable{--cell-height: var(--xsTable-height);--cell-lineHeight: var(--xsTable-lineHeight);--fontSize: var(--xsTable-fontSize);--toolCell-width: calc(var(--xsTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--xsSkeleton-height) + 4px);--cellSkeleton-height: var(--xsSkeleton-height)}.bitzTableBlock .bitzTableContainer .ant-table-thead .ant-table-selection-column .ant-table-selection .ant-checkbox-wrapper .ant-checkbox-inner:after{width:calc(var(--fontSize) / 2);height:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-checkbox-inner,.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-radio-inner{width:calc(var(--fontSize) + 2px);height:calc(var(--fontSize) + 2px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-radio-inner:after{width:calc(var(--fontSize) + 2px);height:calc(var(--fontSize) + 2px);margin-block-start:calc(calc(var(--fontSize) + 2px) / -2);margin-inline-start:calc(calc(var(--fontSize) + 2px) / -2);border-radius:calc(var(--fontSize) + 2px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-checkbox-wrapper-checked .ant-checkbox-inner:after{width:calc(calc(var(--fontSize) - 2px) / 2)!important;height:calc(calc(var(--fontSize) + 4px) / 2)!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon{width:calc(var(--fontSize) + 3px);height:calc(var(--fontSize) + 3px)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:before{top:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:after{inset-inline-start:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-tbody .ant-table-cell>.anticon{font-size:calc(var(--fontSize) + 6px);transform:translateY(.15em);vertical-align:unset}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-thead .ant-table-column-sorter-inner .anticon{font-size:calc(var(--fontSize) - 2px);transform:translateY(.08em);vertical-align:unset}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-tag,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-tag .anticon{font-size:calc(var(--fontSize) - 1px)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-row{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-switch{font-size:calc(var(--fontSize) - 1px);vertical-align:-.05em}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-switch .ant-switch-inner-checked,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-switch .ant-switch-inner-unchecked{font-size:calc(var(--fontSize) - 1px)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-prefix,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-suffix,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-clear-icon,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number-prefix,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number-suffix{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number-handler .anticon{font-size:calc(calc(var(--fontSize) + 4px) / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-search-input,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-item{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-item-content{margin-inline-end:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-arrow{font-size:calc(var(--fontSize) - 2px);height:calc(var(--fontSize) - 2px);margin-top:calc(var(--fontSize) * -1 / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-clear{width:calc(var(--fontSize) - 2px);height:calc(var(--fontSize) - 2px);font-size:calc(var(--fontSize) - 2px);margin-top:calc(var(--fontSize) * -1 / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-item-remove{font-size:calc(var(--fontSize) - 4px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-col,.bitzTableBlock .bitzTableContainer .ant-table-selection-column,.bitzTableBlock .bitzTableContainer .ant-table-expand-icon-col,.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon-cell,.bitzTableBlock .bitzTableContainer .sorterCol{min-width:var(--toolCell-width)!important;max-width:var(--toolCell-width)!important;padding-inline:var(--toolCell-paddingInline)!important}.bitzTableBlock .bitzTableContainer .sorterCol{text-align:center}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td{padding:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-wrapper,.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(.ant-table-wrapper){height:100%;margin:0!important;padding-block:0!important;padding-inline-start:calc(var(--toolCell-width) - 1px - var(--scrollbar-width))!important;padding-inline-end:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>div:not(.ant-table-wrapper),.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(div:not(.ant-table-wrapper)){height:100%;margin:0!important;padding-block:var(--cell-paddingInline);padding-inline-start:calc(var(--cell-paddingInline) - var(--scrollbar-width));padding-inline-end:var(--cell-paddingInline)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:after{border-inline-end-color:transparent!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row .ant-table{margin:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row .ant-table .ant-table-tbody>tr:last-child>td{border-bottom:1px solid transparent!important}.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>.ant-table-wrapper,.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(.ant-table-wrapper){padding-inline-start:calc(var(--toolCell-width) - 1px)!important}.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>div:not(.ant-table-wrapper),.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(div:not(.ant-table-wrapper)){padding-inline-start:var(--cell-paddingInline)}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(.ant-table-wrapper)>.ant-table-wrapper{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(div:not(.ant-table-wrapper))>div{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td .ant-table-expanded-row-fixed{overflow:visible!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-placeholder>td .ant-table-expanded-row-fixed{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-placeholder>td .ant-table-expanded-row-fixed:after{inset-inline-end:0!important}.bitzTableBlock .bitzTableContainer .bitzTableToolbarBlock{display:flex;justify-content:space-between;align-items:center;height:var(--toolbar-height);padding-inline:0px;column-gap:16px;background-color:var(--toolbar-bgColor);position:relative;overflow:hidden}.bitzTableBlock .bitzTableContainer .ant-skeleton-paragraph{margin:0;height:var(--cellSkeleton-wrapHeight);display:flex;align-items:center}.bitzTableBlock .bitzTableContainer .ant-skeleton-paragraph li{height:var(--cellSkeleton-height)}.bitzTableBlock .bitzTableContainer .bitzTablePagination{display:flex;align-items:center;font-family:var(--font-family)}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert{flex:1;display:flex;align-items:center;gap:8px;margin-inline-end:8px}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert .splitBorder{font-weight:600;transform:translateY(.02em)}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert .cleanSelected{margin-inline-start:12px;line-height:normal}.bitzTableBlock .bitzTableContainer .ant-radio-wrapper:not(:hover,:focus) .ant-radio:not(.ant-radio-checked) .ant-radio-inner,.bitzTableBlock .bitzTableContainer .ant-checkbox-wrapper:not(:hover,:focus) .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner{border-color:var(--radioCheckbox-borderColor)}.bitzTableBlock .bitzTableContainer .ant-radio-wrapper-disabled .ant-radio-inner,.bitzTableBlock .bitzTableContainer .ant-checkbox-wrapper-disabled .ant-checkbox-inner{color:var(--radioCheckbox-borderColor);cursor:not-allowed}.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon:not(:hover,:focus){border-color:var(--expandIcon-borderColor)}.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon:disabled{color:var(--expandIcon-borderColor);cursor:not-allowed}.tableMobileDrawer .ant-drawer-body{padding:0;height:100%}.tableMobileDrawer .drawerBox{height:100%;display:flex;flex-direction:column}.tableMobileDrawer .drawerBox .boxBody{flex:1}.tableMobileDrawer .drawerBox .boxBody .operaList{height:60px;border-bottom:2px solid #f4f7fc;box-sizing:border-box;display:flex;align-items:center;justify-content:center;font-size:18px}.tableMobileDrawer .drawerBox .boxBody .operaList:last-child{border-bottom:none}.tableMobileDrawer .drawerBox .boxLine{width:100%;height:10px;background:#f4f7fc}.tableMobileDrawer .drawerBox .boxFooter{height:60px;display:flex;align-items:center;justify-content:center;font-size:18px}.tableExportDrawer .ant-drawer-wrapper-body{height:100%}.tableExportDrawer .ant-drawer-wrapper-body .ant-drawer-body{padding:0;height:calc(100% - 56px)}.tableExportDrawer .ant-radio-group,.tableExportDrawer .ant-checkbox-group{display:block}.tableExportDrawer .ant-radio-group label,.tableExportDrawer .ant-checkbox-group label{width:100%}.tableExportDrawer .drawerBox{height:100%}.tableExportDrawer .drawerBox .boxBody{height:calc(100% - 50px)}.tableExportDrawer .drawerBox .boxBody .bodyContent{padding:20px;overflow-x:hidden;overflow-y:auto}.tableExportDrawer .drawerBox .boxBody .row{margin-bottom:20px}.tableExportDrawer .drawerBox .boxBody .row .bitzTitle{margin-bottom:10px}.tableExportDrawer .drawerBox .boxBody .row:last-child{margin-bottom:0}.tableExportDrawer .drawerBox .boxFooter{height:50px;padding:0 20px;display:flex;align-items:center;justify-content:flex-end;font-size:18px;border-top:1px solid rgba(5,5,5,.06);box-sizing:border-box}.tableExportDrawer .drawerBox .boxFooter .submitBtn{margin-left:20px}.tableExportDrawer .drawerBox .boxMobileFooter{height:50px;padding:0 20px;display:flex;align-items:center;justify-content:center;font-size:18px;border-top:1px solid rgba(5,5,5,.06);box-sizing:border-box}.tableExportDrawer .drawerBox .boxMobileFooter .ant-btn{flex:1;height:40px}.tableExportDrawer .drawerBox .boxMobileFooter .ant-btn:nth-child(1){margin-right:10px}.tableFilterDrawer .ant-checkbox-group{display:flex;flex-direction:column}.tableFilterDrawer .ant-checkbox-group label{margin-bottom:10px}.bitzToastBlock .pcToastBox{position:fixed;z-index:99999999;top:0;width:800px;min-height:36px;left:50%;margin-left:-400px;border-width:1px;border-style:solid;box-sizing:border-box;display:flex}.bitzToastBlock .pcToastBox .mark,.bitzToastBlock .pcToastBox .close{width:50px;display:flex;align-items:center;justify-content:center}.bitzToastBlock .pcToastBox .content{flex:1;display:flex;align-items:center;font-size:14px;color:#242424}.bitzToastBlock .mobileToastBox{position:fixed;z-index:99999999;top:50%;left:50%;transform:translate(-50%,-50%);width:8rem;height:8rem;border-radius:10px;background-color:#000000b3;display:flex;flex-direction:column;align-items:center;justify-content:center}.bitzToastBlock .mobileToastBox .content{margin-top:10px;font-size:14px;color:#fff}.tableSelectPopupBlock{padding:10px}.tableSelectPopupBlock .pointerMouse{cursor:pointer}.tableSelectPopupBlock .loadingFailedTable .ant-empty{opacity:0}.tableSelectPopupBlock :where(.tableSelectPopupSearchForm) .ant-form-item{margin-bottom:0}.tableSelectPopupBlock .ant-table-selection-extra{padding-inline-start:4px!important;padding-top:1px}.tableSelectPopupBlock .ant-table-tbody>tr>.numRow{background:transparent}.tableSelectPopupBlock .bitzTableContainer:not(.loadingTable) .ant-table-tbody>tr:not(.ant-table-measure-row,.ant-table-expanded-row)>td:not(.numRow){padding-inline:0px!important}.tableSelectPopupBlock .ant-table-body table{overflow:hidden}.tableSelectPopupBlock .ant-table-body table:after{content:" ";position:absolute;bottom:1px;left:0;width:100%;height:1px;box-shadow:0 1px 0 var(--tableBody-bootomBorderColor)}.tableSelectPopupBlock .tableSelectPopupToolTagSelect{--toolTagSelect-color: #333;position:relative}.tableSelectPopupBlock .tableSelectPopupToolTagSelect .ant-select-selection-placeholder{color:var(--toolTagSelect-color)}.tableSelectPopupBlock .tableSelectPopupTotalSelect{position:relative}.tableSelectPopupBlock .tableSelectPopupTotalSelect .tableSelectPopupTotalSelectTip{position:absolute;top:0;right:0;bottom:0;left:0;padding:1px 12px;padding-inline-end:24px;display:flex;align-items:center;pointer-events:none}.tableSelectPopupBlock .tableSelectPopupTablePagination>.ant-pagination-options>.ant-select-in-form-item{width:auto}.tableSelectPopupTotalPopup .ant-empty-normal{margin-block:8px}._FuiCalendarItemBlock_1rypk_1{pointer-events:auto;border-radius:.4rem;width:auto;margin:0rem;flex-direction:row;box-shadow:none;position:absolute;background-color:transparent;border-left-width:.1rem;border-bottom-width:.1rem;border-right-width:.1rem;border-top-width:.1rem;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;cursor:pointer;padding:.1rem;display:flex}._container_1rypk_26{background-color:#dce0fa;color:#3d3e78;border-radius:.4rem;height:100%;-webkit-user-select:none;user-select:none;padding:0;width:100%;overflow:hidden;display:flex;position:relative}._verticalLine_1rypk_38{border-bottom-left-radius:inherit;border-top-left-radius:inherit;min-width:.4rem;width:.4rem;z-index:1;height:100%;background-color:#5b5fc7}._card_1rypk_47{border-bottom-right-radius:inherit;border-top-right-radius:inherit;padding-left:.4rem;padding-right:.4rem;flex:1 1 100%;background:inherit;width:100%;flex-direction:column;overflow:hidden;display:flex;position:relative}._card_1rypk_47:hover{background-color:#c5cbfa;color:#3d3e78;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent}._cardBody_1rypk_68{padding-top:.2rem;max-height:3.6rem;line-height:1.8rem;min-height:1.25rem;flex-direction:column;display:flex;padding-bottom:0;padding-left:0;padding-right:0;margin:0}._cardFooter_1rypk_80{align-items:flex-end;right:0;-webkit-box-pack:end;justify-content:flex-end;padding:.4rem .5rem .3rem .8rem;border-radius:.4rem;bottom:0;position:absolute;background-color:inherit;display:flex}._text_1rypk_95{line-height:1.8rem;flex-shrink:1;min-height:1.8rem;overflow-y:hidden;overflow-x:hidden;font-weight:600;font-size:12px}._text2_1rypk_104{unicode-bidi:isolate;flex-shrink:1000;min-height:1.8rem;overflow-y:hidden;overflow-x:hidden;line-height:16px;font-size:12px;display:block}.textBlock{width:100%;padding:0;display:-webkit-box;-webkit-line-clamp:var(--cell-text-maxRows);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;resize:none;border-radius:0;transition:none!important;line-height:inherit}.cellBlock{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center}.cellBlock .tipBlock{position:absolute;left:0;top:0;right:-1px;bottom:auto;min-height:100%;background-color:#fff;border:2px solid #aaa;display:flex;flex-direction:column;justify-content:flex-start;z-index:1;opacity:0;-webkit-user-select:none;user-select:none;pointer-events:none}.cellBlock .tipBlock .closeIcon{position:absolute;right:-4px;border-radius:50%;font-size:12px;display:flex;justify-content:center;align-items:center;padding:4px;color:#fefefe;background-color:#666;cursor:pointer}.cellBlock .tipBlock .closeIcon.top{top:-10px}.cellBlock .tipBlock .closeIcon.bottom{bottom:-10px}.cellBlock .tipBlock .tipText{width:100%;border-radius:0;padding:0;line-height:inherit}.cellBlock .toBottom{top:0;bottom:auto}.cellBlock .toTop{top:auto;bottom:0}.cellBlock .show{opacity:1;-webkit-user-select:text;user-select:text;pointer-events:auto}
|