bitz-react-admin-ui 1.7.6 → 1.7.7
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/_virtual/dayjs.min.mjs +5 -2
- package/dist/_virtual/dayjs.min2.mjs +4 -0
- package/dist/components/BitzCalendar/index.mjs +1 -1
- package/dist/components/BitzDayJs/index.mjs +1 -1
- package/dist/components/BitzFuiCalendar/BitzFuiCalendarStore.mjs +1 -1
- package/dist/components/BitzFuiCalendar/CalendarAgendum.mjs +1 -1
- package/dist/components/BitzFuiCalendar/CalendarAgendumItem.mjs +1 -1
- package/dist/components/BitzFuiCalendar/CalendarHeadItem.mjs +1 -1
- package/dist/components/BitzFuiCalendar/CalendarToolbar.mjs +1 -1
- package/dist/components/BitzFuiCalendar/ColumnData.mjs +1 -1
- package/dist/components/BitzMeetingTime/BitzMeetingTimeItem.mjs +1 -1
- package/dist/components/BitzMeetingTime/index.mjs +1 -1
- package/dist/node_modules/.store/dayjs@1.11.10/node_modules/dayjs/dayjs.min.mjs +292 -292
- package/dist/node_modules/.store/dayjs@1.11.10/node_modules/dayjs/locale/zh-cn.mjs +13 -13
- package/dist/style.css +1 -1
- package/dist/utils/time.mjs +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import { getDefaultExportFromCjs as r } from "./_commonjsHelpers.mjs";
|
|
2
|
+
import { __require as o } from "../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/dayjs.min.mjs";
|
|
3
|
+
var t = o();
|
|
4
|
+
const s = /* @__PURE__ */ r(t);
|
|
2
5
|
export {
|
|
3
|
-
|
|
6
|
+
s as default
|
|
4
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { j as n } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
|
|
2
2
|
import { useRef as O, useEffect as R } from "react";
|
|
3
3
|
import { Calendar as k, Select as a, Row as w, Col as y } from "antd";
|
|
4
|
-
import N from "../../
|
|
4
|
+
import N from "../../_virtual/dayjs.min.mjs";
|
|
5
5
|
import B from "../../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/plugin/weekOfYear.mjs";
|
|
6
6
|
import "../../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/locale/zh-cn.mjs";
|
|
7
7
|
N.extend(B);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { create as a } from "../../node_modules/.store/zustand@4.5.2/node_modules/zustand/esm/index.mjs";
|
|
2
|
-
import o from "../../
|
|
2
|
+
import o from "../../_virtual/dayjs.min.mjs";
|
|
3
3
|
var d = /* @__PURE__ */ ((e) => (e.day = "day", e.workWeek = "workWeek", e.week = "week", e.agendum = "agendum", e))(d || {});
|
|
4
4
|
const i = a((e, k) => ({
|
|
5
5
|
colHeight: 0,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { j as d } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
|
|
2
2
|
import { useState as y, useEffect as j, useMemo as D } from "react";
|
|
3
3
|
import M from "../../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/plugin/isToday.mjs";
|
|
4
|
-
import n from "../../
|
|
4
|
+
import n from "../../_virtual/dayjs.min.mjs";
|
|
5
5
|
import { useBitzFuiCalendarStore as S, CalendarTypeEnum as C } from "./BitzFuiCalendarStore.mjs";
|
|
6
6
|
import N from "./CalendarAgendumItem.mjs";
|
|
7
7
|
import x from "./CalendarAgendum.module.less.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { j as i } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
|
|
2
2
|
import { useMemo as a } from "react";
|
|
3
3
|
import e from "./CalendarAgendum.module.less.mjs";
|
|
4
|
-
import l from "../../
|
|
4
|
+
import l from "../../_virtual/dayjs.min.mjs";
|
|
5
5
|
import { Button as c } from "antd";
|
|
6
6
|
const d = (_, s) => {
|
|
7
7
|
let t = s.diff(_, "minute"), m;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { j as a } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
|
|
2
2
|
import { memo as m, useMemo as r } from "react";
|
|
3
|
-
import d from "../../
|
|
3
|
+
import d from "../../_virtual/dayjs.min.mjs";
|
|
4
4
|
import i from "../../node_modules/.store/classnames@2.5.1/node_modules/classnames/index.mjs";
|
|
5
5
|
const n = (t) => {
|
|
6
6
|
const { time: e } = t, s = r(() => e.isSame(d(), "day"), [e]);
|
|
@@ -2,7 +2,7 @@ import { j as e } from "../../node_modules/.store/react@18.2.0/node_modules/reac
|
|
|
2
2
|
import { memo as C, useMemo as i } from "react";
|
|
3
3
|
import { Space as c, Button as o, DatePicker as b, Dropdown as h } from "antd";
|
|
4
4
|
import { useBitzFuiCalendarStore as w, CalendarTypeEnum as a } from "./BitzFuiCalendarStore.mjs";
|
|
5
|
-
import g from "../../
|
|
5
|
+
import g from "../../_virtual/dayjs.min.mjs";
|
|
6
6
|
import T from "../../node_modules/.store/@ant-design_icons@5.3.3/node_modules/@ant-design/icons/es/icons/AppstoreOutlined.mjs";
|
|
7
7
|
import v from "../../node_modules/.store/@ant-design_icons@5.3.3/node_modules/@ant-design/icons/es/icons/LeftOutlined.mjs";
|
|
8
8
|
import _ from "../../node_modules/.store/@ant-design_icons@5.3.3/node_modules/@ant-design/icons/es/icons/RightOutlined.mjs";
|
|
@@ -4,7 +4,7 @@ import E from "./FuiCalendarItem.mjs";
|
|
|
4
4
|
import b from "../../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/plugin/isSameOrAfter.mjs";
|
|
5
5
|
import F from "../../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/plugin/isSameOrBefore.mjs";
|
|
6
6
|
import M from "../../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/plugin/utc.mjs";
|
|
7
|
-
import r from "../../
|
|
7
|
+
import r from "../../_virtual/dayjs.min.mjs";
|
|
8
8
|
import { useBitzFuiCalendarStore as z } from "./BitzFuiCalendarStore.mjs";
|
|
9
9
|
r.extend(M);
|
|
10
10
|
r.extend(F);
|
|
@@ -3,7 +3,7 @@ import { useState as w, useMemo as x, useEffect as E } from "react";
|
|
|
3
3
|
import A from "../../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/plugin/objectSupport.mjs";
|
|
4
4
|
import H from "../../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/plugin/isSameOrAfter.mjs";
|
|
5
5
|
import D from "../../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/plugin/utc.mjs";
|
|
6
|
-
import e from "../../
|
|
6
|
+
import e from "../../_virtual/dayjs.min.mjs";
|
|
7
7
|
import "./index.less.mjs";
|
|
8
8
|
e.extend(A);
|
|
9
9
|
e.extend(H);
|
|
@@ -2,7 +2,7 @@ import { j as e } from "../../node_modules/.store/react@18.2.0/node_modules/reac
|
|
|
2
2
|
import { useMemo as d } from "react";
|
|
3
3
|
import p from "../../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/plugin/objectSupport.mjs";
|
|
4
4
|
import T from "./BitzMeetingTimeItem.mjs";
|
|
5
|
-
import m from "../../
|
|
5
|
+
import m from "../../_virtual/dayjs.min.mjs";
|
|
6
6
|
import "./index.less.mjs";
|
|
7
7
|
m.extend(p);
|
|
8
8
|
const x = (a) => {
|
|
@@ -1,297 +1,297 @@
|
|
|
1
|
-
import { commonjsGlobal as
|
|
2
|
-
import { __module as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}, f = function(s, n) {
|
|
47
|
-
if (F(s))
|
|
48
|
-
return s.clone();
|
|
49
|
-
var t = typeof n == "object" ? n : {};
|
|
50
|
-
return t.date = s, t.args = arguments, new C(t);
|
|
51
|
-
}, a = P;
|
|
52
|
-
a.l = j, a.i = F, a.w = function(s, n) {
|
|
53
|
-
return f(s, { locale: n.$L, utc: n.$u, x: n.$x, $offset: n.$offset });
|
|
54
|
-
};
|
|
55
|
-
var C = function() {
|
|
56
|
-
function s(t) {
|
|
57
|
-
this.$L = j(t.locale, null, !0), this.parse(t), this.$x = this.$x || t.x || {}, this[Z] = !0;
|
|
58
|
-
}
|
|
59
|
-
var n = s.prototype;
|
|
60
|
-
return n.parse = function(t) {
|
|
61
|
-
this.$d = function(r) {
|
|
62
|
-
var e = r.date, i = r.utc;
|
|
63
|
-
if (e === null)
|
|
64
|
-
return /* @__PURE__ */ new Date(NaN);
|
|
65
|
-
if (a.u(e))
|
|
66
|
-
return /* @__PURE__ */ new Date();
|
|
67
|
-
if (e instanceof Date)
|
|
68
|
-
return new Date(e);
|
|
69
|
-
if (typeof e == "string" && !/Z$/i.test(e)) {
|
|
70
|
-
var u = e.match(q);
|
|
71
|
-
if (u) {
|
|
72
|
-
var o = u[2] - 1 || 0, c = (u[7] || "0").substring(0, 3);
|
|
73
|
-
return i ? new Date(Date.UTC(u[1], o, u[3] || 1, u[4] || 0, u[5] || 0, u[6] || 0, c)) : new Date(u[1], o, u[3] || 1, u[4] || 0, u[5] || 0, u[6] || 0, c);
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
return new Date(e);
|
|
77
|
-
}(t), this.init();
|
|
78
|
-
}, n.init = function() {
|
|
79
|
-
var t = this.$d;
|
|
80
|
-
this.$y = t.getFullYear(), this.$M = t.getMonth(), this.$D = t.getDate(), this.$W = t.getDay(), this.$H = t.getHours(), this.$m = t.getMinutes(), this.$s = t.getSeconds(), this.$ms = t.getMilliseconds();
|
|
81
|
-
}, n.$utils = function() {
|
|
82
|
-
return a;
|
|
83
|
-
}, n.isValid = function() {
|
|
84
|
-
return this.$d.toString() !== J;
|
|
85
|
-
}, n.isSame = function(t, r) {
|
|
86
|
-
var e = f(t);
|
|
87
|
-
return this.startOf(r) <= e && e <= this.endOf(r);
|
|
88
|
-
}, n.isAfter = function(t, r) {
|
|
89
|
-
return f(t) < this.startOf(r);
|
|
90
|
-
}, n.isBefore = function(t, r) {
|
|
91
|
-
return this.endOf(r) < f(t);
|
|
92
|
-
}, n.$g = function(t, r, e) {
|
|
93
|
-
return a.u(t) ? this[r] : this.set(e, t);
|
|
94
|
-
}, n.unix = function() {
|
|
95
|
-
return Math.floor(this.valueOf() / 1e3);
|
|
96
|
-
}, n.valueOf = function() {
|
|
97
|
-
return this.$d.getTime();
|
|
98
|
-
}, n.startOf = function(t, r) {
|
|
99
|
-
var e = this, i = !!a.u(r) || r, u = a.p(t), o = function(p, $) {
|
|
100
|
-
var v = a.w(e.$u ? Date.UTC(e.$y, $, p) : new Date(e.$y, $, p), e);
|
|
101
|
-
return i ? v : v.endOf(M);
|
|
102
|
-
}, c = function(p, $) {
|
|
103
|
-
return a.w(e.toDate()[p].apply(e.toDate("s"), (i ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice($)), e);
|
|
104
|
-
}, h = this.$W, d = this.$M, l = this.$D, b = "set" + (this.$u ? "UTC" : "");
|
|
105
|
-
switch (u) {
|
|
106
|
-
case y:
|
|
107
|
-
return i ? o(1, 0) : o(31, 11);
|
|
108
|
-
case m:
|
|
109
|
-
return i ? o(1, d) : o(0, d + 1);
|
|
110
|
-
case T:
|
|
111
|
-
var g = this.$locale().weekStart || 0, Y = (h < g ? h + 7 : h) - g;
|
|
112
|
-
return o(i ? l - Y : l + (6 - Y), d);
|
|
113
|
-
case M:
|
|
114
|
-
case _:
|
|
115
|
-
return c(b + "Hours", 0);
|
|
116
|
-
case O:
|
|
117
|
-
return c(b + "Minutes", 1);
|
|
118
|
-
case w:
|
|
119
|
-
return c(b + "Seconds", 2);
|
|
120
|
-
case S:
|
|
121
|
-
return c(b + "Milliseconds", 3);
|
|
122
|
-
default:
|
|
123
|
-
return this.clone();
|
|
1
|
+
import { commonjsGlobal as R } from "../../../../../_virtual/_commonjsHelpers.mjs";
|
|
2
|
+
import { __module as U } from "../../../../../_virtual/dayjs.min2.mjs";
|
|
3
|
+
var V;
|
|
4
|
+
function et() {
|
|
5
|
+
return V ? U.exports : (V = 1, function(B, K) {
|
|
6
|
+
(function(C, k) {
|
|
7
|
+
B.exports = k();
|
|
8
|
+
})(R, function() {
|
|
9
|
+
var C = 1e3, k = 6e4, q = 36e5, A = "millisecond", S = "second", w = "minute", _ = "hour", M = "day", T = "week", m = "month", F = "quarter", y = "year", O = "date", J = "Invalid Date", E = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, G = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, P = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(i) {
|
|
10
|
+
var n = ["th", "st", "nd", "rd"], t = i % 100;
|
|
11
|
+
return "[" + i + (n[(t - 20) % 10] || n[t] || n[0]) + "]";
|
|
12
|
+
} }, I = function(i, n, t) {
|
|
13
|
+
var r = String(i);
|
|
14
|
+
return !r || r.length >= n ? i : "" + Array(n + 1 - r.length).join(t) + i;
|
|
15
|
+
}, Q = { s: I, z: function(i) {
|
|
16
|
+
var n = -i.utcOffset(), t = Math.abs(n), r = Math.floor(t / 60), e = t % 60;
|
|
17
|
+
return (n <= 0 ? "+" : "-") + I(r, 2, "0") + ":" + I(e, 2, "0");
|
|
18
|
+
}, m: function i(n, t) {
|
|
19
|
+
if (n.date() < t.date())
|
|
20
|
+
return -i(t, n);
|
|
21
|
+
var r = 12 * (t.year() - n.year()) + (t.month() - n.month()), e = n.clone().add(r, m), s = t - e < 0, u = n.clone().add(r + (s ? -1 : 1), m);
|
|
22
|
+
return +(-(r + (t - e) / (s ? e - u : u - e)) || 0);
|
|
23
|
+
}, a: function(i) {
|
|
24
|
+
return i < 0 ? Math.ceil(i) || 0 : Math.floor(i);
|
|
25
|
+
}, p: function(i) {
|
|
26
|
+
return { M: m, y, w: T, d: M, D: O, h: _, m: w, s: S, ms: A, Q: F }[i] || String(i || "").toLowerCase().replace(/s$/, "");
|
|
27
|
+
}, u: function(i) {
|
|
28
|
+
return i === void 0;
|
|
29
|
+
} }, x = "en", D = {};
|
|
30
|
+
D[x] = P;
|
|
31
|
+
var Z = "$isDayjsObject", N = function(i) {
|
|
32
|
+
return i instanceof L || !(!i || !i[Z]);
|
|
33
|
+
}, j = function i(n, t, r) {
|
|
34
|
+
var e;
|
|
35
|
+
if (!n)
|
|
36
|
+
return x;
|
|
37
|
+
if (typeof n == "string") {
|
|
38
|
+
var s = n.toLowerCase();
|
|
39
|
+
D[s] && (e = s), t && (D[s] = t, e = s);
|
|
40
|
+
var u = n.split("-");
|
|
41
|
+
if (!e && u.length > 1)
|
|
42
|
+
return i(u[0]);
|
|
43
|
+
} else {
|
|
44
|
+
var o = n.name;
|
|
45
|
+
D[o] = n, e = o;
|
|
124
46
|
}
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
return a.w(h, this);
|
|
156
|
-
}, n.subtract = function(t, r) {
|
|
157
|
-
return this.add(-1 * t, r);
|
|
158
|
-
}, n.format = function(t) {
|
|
159
|
-
var r = this, e = this.$locale();
|
|
160
|
-
if (!this.isValid())
|
|
161
|
-
return e.invalidDate || J;
|
|
162
|
-
var i = t || "YYYY-MM-DDTHH:mm:ssZ", u = a.z(this), o = this.$H, c = this.$m, h = this.$M, d = e.weekdays, l = e.months, b = e.meridiem, g = function($, v, H, L) {
|
|
163
|
-
return $ && ($[v] || $(r, i)) || H[v].slice(0, L);
|
|
164
|
-
}, Y = function($) {
|
|
165
|
-
return a.s(o % 12 || 12, $, "0");
|
|
166
|
-
}, p = b || function($, v, H) {
|
|
167
|
-
var L = $ < 12 ? "AM" : "PM";
|
|
168
|
-
return H ? L.toLowerCase() : L;
|
|
169
|
-
};
|
|
170
|
-
return i.replace(B, function($, v) {
|
|
171
|
-
return v || function(H) {
|
|
172
|
-
switch (H) {
|
|
173
|
-
case "YY":
|
|
174
|
-
return String(r.$y).slice(-2);
|
|
175
|
-
case "YYYY":
|
|
176
|
-
return a.s(r.$y, 4, "0");
|
|
177
|
-
case "M":
|
|
178
|
-
return h + 1;
|
|
179
|
-
case "MM":
|
|
180
|
-
return a.s(h + 1, 2, "0");
|
|
181
|
-
case "MMM":
|
|
182
|
-
return g(e.monthsShort, h, l, 3);
|
|
183
|
-
case "MMMM":
|
|
184
|
-
return g(l, h);
|
|
185
|
-
case "D":
|
|
186
|
-
return r.$D;
|
|
187
|
-
case "DD":
|
|
188
|
-
return a.s(r.$D, 2, "0");
|
|
189
|
-
case "d":
|
|
190
|
-
return String(r.$W);
|
|
191
|
-
case "dd":
|
|
192
|
-
return g(e.weekdaysMin, r.$W, d, 2);
|
|
193
|
-
case "ddd":
|
|
194
|
-
return g(e.weekdaysShort, r.$W, d, 3);
|
|
195
|
-
case "dddd":
|
|
196
|
-
return d[r.$W];
|
|
197
|
-
case "H":
|
|
198
|
-
return String(o);
|
|
199
|
-
case "HH":
|
|
200
|
-
return a.s(o, 2, "0");
|
|
201
|
-
case "h":
|
|
202
|
-
return Y(1);
|
|
203
|
-
case "hh":
|
|
204
|
-
return Y(2);
|
|
205
|
-
case "a":
|
|
206
|
-
return p(o, c, !0);
|
|
207
|
-
case "A":
|
|
208
|
-
return p(o, c, !1);
|
|
209
|
-
case "m":
|
|
210
|
-
return String(c);
|
|
211
|
-
case "mm":
|
|
212
|
-
return a.s(c, 2, "0");
|
|
213
|
-
case "s":
|
|
214
|
-
return String(r.$s);
|
|
215
|
-
case "ss":
|
|
216
|
-
return a.s(r.$s, 2, "0");
|
|
217
|
-
case "SSS":
|
|
218
|
-
return a.s(r.$ms, 3, "0");
|
|
219
|
-
case "Z":
|
|
220
|
-
return u;
|
|
47
|
+
return !r && e && (x = e), e || !r && x;
|
|
48
|
+
}, f = function(i, n) {
|
|
49
|
+
if (N(i))
|
|
50
|
+
return i.clone();
|
|
51
|
+
var t = typeof n == "object" ? n : {};
|
|
52
|
+
return t.date = i, t.args = arguments, new L(t);
|
|
53
|
+
}, a = Q;
|
|
54
|
+
a.l = j, a.i = N, a.w = function(i, n) {
|
|
55
|
+
return f(i, { locale: n.$L, utc: n.$u, x: n.$x, $offset: n.$offset });
|
|
56
|
+
};
|
|
57
|
+
var L = function() {
|
|
58
|
+
function i(t) {
|
|
59
|
+
this.$L = j(t.locale, null, !0), this.parse(t), this.$x = this.$x || t.x || {}, this[Z] = !0;
|
|
60
|
+
}
|
|
61
|
+
var n = i.prototype;
|
|
62
|
+
return n.parse = function(t) {
|
|
63
|
+
this.$d = function(r) {
|
|
64
|
+
var e = r.date, s = r.utc;
|
|
65
|
+
if (e === null)
|
|
66
|
+
return /* @__PURE__ */ new Date(NaN);
|
|
67
|
+
if (a.u(e))
|
|
68
|
+
return /* @__PURE__ */ new Date();
|
|
69
|
+
if (e instanceof Date)
|
|
70
|
+
return new Date(e);
|
|
71
|
+
if (typeof e == "string" && !/Z$/i.test(e)) {
|
|
72
|
+
var u = e.match(E);
|
|
73
|
+
if (u) {
|
|
74
|
+
var o = u[2] - 1 || 0, c = (u[7] || "0").substring(0, 3);
|
|
75
|
+
return s ? new Date(Date.UTC(u[1], o, u[3] || 1, u[4] || 0, u[5] || 0, u[6] || 0, c)) : new Date(u[1], o, u[3] || 1, u[4] || 0, u[5] || 0, u[6] || 0, c);
|
|
76
|
+
}
|
|
221
77
|
}
|
|
222
|
-
return
|
|
223
|
-
}(
|
|
224
|
-
})
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
78
|
+
return new Date(e);
|
|
79
|
+
}(t), this.init();
|
|
80
|
+
}, n.init = function() {
|
|
81
|
+
var t = this.$d;
|
|
82
|
+
this.$y = t.getFullYear(), this.$M = t.getMonth(), this.$D = t.getDate(), this.$W = t.getDay(), this.$H = t.getHours(), this.$m = t.getMinutes(), this.$s = t.getSeconds(), this.$ms = t.getMilliseconds();
|
|
83
|
+
}, n.$utils = function() {
|
|
84
|
+
return a;
|
|
85
|
+
}, n.isValid = function() {
|
|
86
|
+
return this.$d.toString() !== J;
|
|
87
|
+
}, n.isSame = function(t, r) {
|
|
88
|
+
var e = f(t);
|
|
89
|
+
return this.startOf(r) <= e && e <= this.endOf(r);
|
|
90
|
+
}, n.isAfter = function(t, r) {
|
|
91
|
+
return f(t) < this.startOf(r);
|
|
92
|
+
}, n.isBefore = function(t, r) {
|
|
93
|
+
return this.endOf(r) < f(t);
|
|
94
|
+
}, n.$g = function(t, r, e) {
|
|
95
|
+
return a.u(t) ? this[r] : this.set(e, t);
|
|
96
|
+
}, n.unix = function() {
|
|
97
|
+
return Math.floor(this.valueOf() / 1e3);
|
|
98
|
+
}, n.valueOf = function() {
|
|
99
|
+
return this.$d.getTime();
|
|
100
|
+
}, n.startOf = function(t, r) {
|
|
101
|
+
var e = this, s = !!a.u(r) || r, u = a.p(t), o = function(p, $) {
|
|
102
|
+
var v = a.w(e.$u ? Date.UTC(e.$y, $, p) : new Date(e.$y, $, p), e);
|
|
103
|
+
return s ? v : v.endOf(M);
|
|
104
|
+
}, c = function(p, $) {
|
|
105
|
+
return a.w(e.toDate()[p].apply(e.toDate("s"), (s ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice($)), e);
|
|
106
|
+
}, h = this.$W, d = this.$M, l = this.$D, b = "set" + (this.$u ? "UTC" : "");
|
|
107
|
+
switch (u) {
|
|
108
|
+
case y:
|
|
109
|
+
return s ? o(1, 0) : o(31, 11);
|
|
110
|
+
case m:
|
|
111
|
+
return s ? o(1, d) : o(0, d + 1);
|
|
112
|
+
case T:
|
|
113
|
+
var g = this.$locale().weekStart || 0, Y = (h < g ? h + 7 : h) - g;
|
|
114
|
+
return o(s ? l - Y : l + (6 - Y), d);
|
|
115
|
+
case M:
|
|
116
|
+
case O:
|
|
117
|
+
return c(b + "Hours", 0);
|
|
118
|
+
case _:
|
|
119
|
+
return c(b + "Minutes", 1);
|
|
120
|
+
case w:
|
|
121
|
+
return c(b + "Seconds", 2);
|
|
122
|
+
case S:
|
|
123
|
+
return c(b + "Milliseconds", 3);
|
|
124
|
+
default:
|
|
125
|
+
return this.clone();
|
|
126
|
+
}
|
|
127
|
+
}, n.endOf = function(t) {
|
|
128
|
+
return this.startOf(t, !1);
|
|
129
|
+
}, n.$set = function(t, r) {
|
|
130
|
+
var e, s = a.p(t), u = "set" + (this.$u ? "UTC" : ""), o = (e = {}, e[M] = u + "Date", e[O] = u + "Date", e[m] = u + "Month", e[y] = u + "FullYear", e[_] = u + "Hours", e[w] = u + "Minutes", e[S] = u + "Seconds", e[A] = u + "Milliseconds", e)[s], c = s === M ? this.$D + (r - this.$W) : r;
|
|
131
|
+
if (s === m || s === y) {
|
|
132
|
+
var h = this.clone().set(O, 1);
|
|
133
|
+
h.$d[o](c), h.init(), this.$d = h.set(O, Math.min(this.$D, h.daysInMonth())).$d;
|
|
134
|
+
} else
|
|
135
|
+
o && this.$d[o](c);
|
|
136
|
+
return this.init(), this;
|
|
137
|
+
}, n.set = function(t, r) {
|
|
138
|
+
return this.clone().$set(t, r);
|
|
139
|
+
}, n.get = function(t) {
|
|
140
|
+
return this[a.p(t)]();
|
|
141
|
+
}, n.add = function(t, r) {
|
|
142
|
+
var e, s = this;
|
|
143
|
+
t = Number(t);
|
|
144
|
+
var u = a.p(r), o = function(d) {
|
|
145
|
+
var l = f(s);
|
|
146
|
+
return a.w(l.date(l.date() + Math.round(d * t)), s);
|
|
147
|
+
};
|
|
148
|
+
if (u === m)
|
|
149
|
+
return this.set(m, this.$M + t);
|
|
150
|
+
if (u === y)
|
|
151
|
+
return this.set(y, this.$y + t);
|
|
152
|
+
if (u === M)
|
|
153
|
+
return o(1);
|
|
154
|
+
if (u === T)
|
|
155
|
+
return o(7);
|
|
156
|
+
var c = (e = {}, e[w] = k, e[_] = q, e[S] = C, e)[u] || 1, h = this.$d.getTime() + t * c;
|
|
157
|
+
return a.w(h, this);
|
|
158
|
+
}, n.subtract = function(t, r) {
|
|
159
|
+
return this.add(-1 * t, r);
|
|
160
|
+
}, n.format = function(t) {
|
|
161
|
+
var r = this, e = this.$locale();
|
|
162
|
+
if (!this.isValid())
|
|
163
|
+
return e.invalidDate || J;
|
|
164
|
+
var s = t || "YYYY-MM-DDTHH:mm:ssZ", u = a.z(this), o = this.$H, c = this.$m, h = this.$M, d = e.weekdays, l = e.months, b = e.meridiem, g = function($, v, H, W) {
|
|
165
|
+
return $ && ($[v] || $(r, s)) || H[v].slice(0, W);
|
|
166
|
+
}, Y = function($) {
|
|
167
|
+
return a.s(o % 12 || 12, $, "0");
|
|
168
|
+
}, p = b || function($, v, H) {
|
|
169
|
+
var W = $ < 12 ? "AM" : "PM";
|
|
170
|
+
return H ? W.toLowerCase() : W;
|
|
171
|
+
};
|
|
172
|
+
return s.replace(G, function($, v) {
|
|
173
|
+
return v || function(H) {
|
|
174
|
+
switch (H) {
|
|
175
|
+
case "YY":
|
|
176
|
+
return String(r.$y).slice(-2);
|
|
177
|
+
case "YYYY":
|
|
178
|
+
return a.s(r.$y, 4, "0");
|
|
179
|
+
case "M":
|
|
180
|
+
return h + 1;
|
|
181
|
+
case "MM":
|
|
182
|
+
return a.s(h + 1, 2, "0");
|
|
183
|
+
case "MMM":
|
|
184
|
+
return g(e.monthsShort, h, l, 3);
|
|
185
|
+
case "MMMM":
|
|
186
|
+
return g(l, h);
|
|
187
|
+
case "D":
|
|
188
|
+
return r.$D;
|
|
189
|
+
case "DD":
|
|
190
|
+
return a.s(r.$D, 2, "0");
|
|
191
|
+
case "d":
|
|
192
|
+
return String(r.$W);
|
|
193
|
+
case "dd":
|
|
194
|
+
return g(e.weekdaysMin, r.$W, d, 2);
|
|
195
|
+
case "ddd":
|
|
196
|
+
return g(e.weekdaysShort, r.$W, d, 3);
|
|
197
|
+
case "dddd":
|
|
198
|
+
return d[r.$W];
|
|
199
|
+
case "H":
|
|
200
|
+
return String(o);
|
|
201
|
+
case "HH":
|
|
202
|
+
return a.s(o, 2, "0");
|
|
203
|
+
case "h":
|
|
204
|
+
return Y(1);
|
|
205
|
+
case "hh":
|
|
206
|
+
return Y(2);
|
|
207
|
+
case "a":
|
|
208
|
+
return p(o, c, !0);
|
|
209
|
+
case "A":
|
|
210
|
+
return p(o, c, !1);
|
|
211
|
+
case "m":
|
|
212
|
+
return String(c);
|
|
213
|
+
case "mm":
|
|
214
|
+
return a.s(c, 2, "0");
|
|
215
|
+
case "s":
|
|
216
|
+
return String(r.$s);
|
|
217
|
+
case "ss":
|
|
218
|
+
return a.s(r.$s, 2, "0");
|
|
219
|
+
case "SSS":
|
|
220
|
+
return a.s(r.$ms, 3, "0");
|
|
221
|
+
case "Z":
|
|
222
|
+
return u;
|
|
223
|
+
}
|
|
224
|
+
return null;
|
|
225
|
+
}($) || u.replace(":", "");
|
|
226
|
+
});
|
|
227
|
+
}, n.utcOffset = function() {
|
|
228
|
+
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
229
|
+
}, n.diff = function(t, r, e) {
|
|
230
|
+
var s, u = this, o = a.p(r), c = f(t), h = (c.utcOffset() - this.utcOffset()) * k, d = this - c, l = function() {
|
|
231
|
+
return a.m(u, c);
|
|
232
|
+
};
|
|
233
|
+
switch (o) {
|
|
234
|
+
case y:
|
|
235
|
+
s = l() / 12;
|
|
236
|
+
break;
|
|
237
|
+
case m:
|
|
238
|
+
s = l();
|
|
239
|
+
break;
|
|
240
|
+
case F:
|
|
241
|
+
s = l() / 3;
|
|
242
|
+
break;
|
|
243
|
+
case T:
|
|
244
|
+
s = (d - h) / 6048e5;
|
|
245
|
+
break;
|
|
246
|
+
case M:
|
|
247
|
+
s = (d - h) / 864e5;
|
|
248
|
+
break;
|
|
249
|
+
case _:
|
|
250
|
+
s = d / q;
|
|
251
|
+
break;
|
|
252
|
+
case w:
|
|
253
|
+
s = d / k;
|
|
254
|
+
break;
|
|
255
|
+
case S:
|
|
256
|
+
s = d / C;
|
|
257
|
+
break;
|
|
258
|
+
default:
|
|
259
|
+
s = d;
|
|
260
|
+
}
|
|
261
|
+
return e ? s : a.a(s);
|
|
262
|
+
}, n.daysInMonth = function() {
|
|
263
|
+
return this.endOf(m).$D;
|
|
264
|
+
}, n.$locale = function() {
|
|
265
|
+
return D[this.$L];
|
|
266
|
+
}, n.locale = function(t, r) {
|
|
267
|
+
if (!t)
|
|
268
|
+
return this.$L;
|
|
269
|
+
var e = this.clone(), s = j(t, r, !0);
|
|
270
|
+
return s && (e.$L = s), e;
|
|
271
|
+
}, n.clone = function() {
|
|
272
|
+
return a.w(this.$d, this);
|
|
273
|
+
}, n.toDate = function() {
|
|
274
|
+
return new Date(this.valueOf());
|
|
275
|
+
}, n.toJSON = function() {
|
|
276
|
+
return this.isValid() ? this.toISOString() : null;
|
|
277
|
+
}, n.toISOString = function() {
|
|
278
|
+
return this.$d.toISOString();
|
|
279
|
+
}, n.toString = function() {
|
|
280
|
+
return this.$d.toUTCString();
|
|
281
|
+
}, i;
|
|
282
|
+
}(), z = L.prototype;
|
|
283
|
+
return f.prototype = z, [["$ms", A], ["$s", S], ["$m", w], ["$H", _], ["$W", M], ["$M", m], ["$y", y], ["$D", O]].forEach(function(i) {
|
|
284
|
+
z[i[1]] = function(n) {
|
|
285
|
+
return this.$g(n, i[0], i[1]);
|
|
230
286
|
};
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
i = l() / 3;
|
|
240
|
-
break;
|
|
241
|
-
case T:
|
|
242
|
-
i = (d - h) / 6048e5;
|
|
243
|
-
break;
|
|
244
|
-
case M:
|
|
245
|
-
i = (d - h) / 864e5;
|
|
246
|
-
break;
|
|
247
|
-
case O:
|
|
248
|
-
i = d / N;
|
|
249
|
-
break;
|
|
250
|
-
case w:
|
|
251
|
-
i = d / k;
|
|
252
|
-
break;
|
|
253
|
-
case S:
|
|
254
|
-
i = d / W;
|
|
255
|
-
break;
|
|
256
|
-
default:
|
|
257
|
-
i = d;
|
|
258
|
-
}
|
|
259
|
-
return e ? i : a.a(i);
|
|
260
|
-
}, n.daysInMonth = function() {
|
|
261
|
-
return this.endOf(m).$D;
|
|
262
|
-
}, n.$locale = function() {
|
|
263
|
-
return D[this.$L];
|
|
264
|
-
}, n.locale = function(t, r) {
|
|
265
|
-
if (!t)
|
|
266
|
-
return this.$L;
|
|
267
|
-
var e = this.clone(), i = j(t, r, !0);
|
|
268
|
-
return i && (e.$L = i), e;
|
|
269
|
-
}, n.clone = function() {
|
|
270
|
-
return a.w(this.$d, this);
|
|
271
|
-
}, n.toDate = function() {
|
|
272
|
-
return new Date(this.valueOf());
|
|
273
|
-
}, n.toJSON = function() {
|
|
274
|
-
return this.isValid() ? this.toISOString() : null;
|
|
275
|
-
}, n.toISOString = function() {
|
|
276
|
-
return this.$d.toISOString();
|
|
277
|
-
}, n.toString = function() {
|
|
278
|
-
return this.$d.toUTCString();
|
|
279
|
-
}, s;
|
|
280
|
-
}(), z = C.prototype;
|
|
281
|
-
return f.prototype = z, [["$ms", A], ["$s", S], ["$m", w], ["$H", O], ["$W", M], ["$M", m], ["$y", y], ["$D", _]].forEach(function(s) {
|
|
282
|
-
z[s[1]] = function(n) {
|
|
283
|
-
return this.$g(n, s[0], s[1]);
|
|
284
|
-
};
|
|
285
|
-
}), f.extend = function(s, n) {
|
|
286
|
-
return s.$i || (s(n, C, f), s.$i = !0), f;
|
|
287
|
-
}, f.locale = j, f.isDayjs = F, f.unix = function(s) {
|
|
288
|
-
return f(1e3 * s);
|
|
289
|
-
}, f.en = D[x], f.Ls = D, f.p = {}, f;
|
|
290
|
-
});
|
|
291
|
-
})(E);
|
|
292
|
-
var R = E.exports;
|
|
293
|
-
const nt = /* @__PURE__ */ K(R);
|
|
287
|
+
}), f.extend = function(i, n) {
|
|
288
|
+
return i.$i || (i(n, L, f), i.$i = !0), f;
|
|
289
|
+
}, f.locale = j, f.isDayjs = N, f.unix = function(i) {
|
|
290
|
+
return f(1e3 * i);
|
|
291
|
+
}, f.en = D[x], f.Ls = D, f.p = {}, f;
|
|
292
|
+
});
|
|
293
|
+
}(U), U.exports);
|
|
294
|
+
}
|
|
294
295
|
export {
|
|
295
|
-
|
|
296
|
-
nt as default
|
|
296
|
+
et as __require
|
|
297
297
|
};
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { commonjsGlobal as
|
|
2
|
-
import { __module as
|
|
3
|
-
import {
|
|
4
|
-
(function(
|
|
5
|
-
(function(
|
|
6
|
-
|
|
7
|
-
})(
|
|
1
|
+
import { commonjsGlobal as o } from "../../../../../../_virtual/_commonjsHelpers.mjs";
|
|
2
|
+
import { __module as d } from "../../../../../../_virtual/zh-cn.mjs";
|
|
3
|
+
import { __require as i } from "../dayjs.min.mjs";
|
|
4
|
+
(function(l, s) {
|
|
5
|
+
(function(Y, m) {
|
|
6
|
+
l.exports = m(i());
|
|
7
|
+
})(o, function(Y) {
|
|
8
8
|
function m(_) {
|
|
9
9
|
return _ && typeof _ == "object" && "default" in _ ? _ : { default: _ };
|
|
10
10
|
}
|
|
11
|
-
var
|
|
12
|
-
return
|
|
13
|
-
}, weekStart: 1, yearStart: 4, formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "YYYY/MM/DD", LL: "YYYY年M月D日", LLL: "YYYY年M月D日Ah点mm分", LLLL: "YYYY年M月D日ddddAh点mm分", l: "YYYY/M/D", ll: "YYYY年M月D日", lll: "YYYY年M月D日 HH:mm", llll: "YYYY年M月D日dddd HH:mm" }, relativeTime: { future: "%s内", past: "%s前", s: "几秒", m: "1 分钟", mm: "%d 分钟", h: "1 小时", hh: "%d 小时", d: "1 天", dd: "%d 天", M: "1 个月", MM: "%d 个月", y: "1 年", yy: "%d 年" }, meridiem: function(_,
|
|
14
|
-
var t = 100 * _ +
|
|
11
|
+
var n = m(Y), e = { name: "zh-cn", weekdays: "星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"), weekdaysShort: "周日_周一_周二_周三_周四_周五_周六".split("_"), weekdaysMin: "日_一_二_三_四_五_六".split("_"), months: "一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"), monthsShort: "1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"), ordinal: function(_, r) {
|
|
12
|
+
return r === "W" ? _ + "周" : _ + "日";
|
|
13
|
+
}, weekStart: 1, yearStart: 4, formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "YYYY/MM/DD", LL: "YYYY年M月D日", LLL: "YYYY年M月D日Ah点mm分", LLLL: "YYYY年M月D日ddddAh点mm分", l: "YYYY/M/D", ll: "YYYY年M月D日", lll: "YYYY年M月D日 HH:mm", llll: "YYYY年M月D日dddd HH:mm" }, relativeTime: { future: "%s内", past: "%s前", s: "几秒", m: "1 分钟", mm: "%d 分钟", h: "1 小时", hh: "%d 小时", d: "1 天", dd: "%d 天", M: "1 个月", MM: "%d 个月", y: "1 年", yy: "%d 年" }, meridiem: function(_, r) {
|
|
14
|
+
var t = 100 * _ + r;
|
|
15
15
|
return t < 600 ? "凌晨" : t < 900 ? "早上" : t < 1100 ? "上午" : t < 1300 ? "中午" : t < 1800 ? "下午" : "晚上";
|
|
16
16
|
} };
|
|
17
|
-
return
|
|
17
|
+
return n.default.locale(e, null, !0), e;
|
|
18
18
|
});
|
|
19
|
-
})(
|
|
19
|
+
})(d);
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.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)}.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)}.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}._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}.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;font-size:14px}.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-body .textBox .warnText .warnText1,.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox .warnText .warnText3{font-size:12px;color:#697b7a;font-weight:400}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox .warnText .warnText2{font-size:12px;color:#333;font-weight:550;margin:0 6px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox .modalText{font-size:12px}.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}.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}.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%}: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}.bitzPaginationBlock{display:flex;align-items:center;justify-content:center}.bitzPaginationBlock .ant-pagination{width:100%;display:flex;flex-wrap:wrap;row-gap:8px}.bitzPaginationBlock .ant-pagination .ant-pagination-total-text{flex:1}._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}.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}: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)}.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}.bitzNoMoreBlick{width:100%;height:50px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#333;margin-top:-10px}.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}.fullScreenBlock{line-height:0;cursor:pointer}._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}.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}.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}._bitzRemakBlock_hxmvg_1{padding-bottom:20px}.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}._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}.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}.tableMobileDrawer .ant-drawer-wrapper-body{height:100%}.tableMobileDrawer .ant-drawer-wrapper-body .ant-drawer-body{padding:0;height:100%}._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}._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}.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}.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-block: 40px;--cell-lineHeight: 16px;--cell-paddingInline: 24px;--rowHover-bgColor: #fafafa;--evenRow-BgColor: #f9f9f9;--fontSize: 12px;--skeletonWrapHeight: 22px;--skeletonHeight: 18px;--radioCheckbox-borderColor: #d9d9d9;--expandIcon-borderColor: #d0d0d0;height:100%;justify-content:space-between;display:flex;flex-direction:column;row-gap:var(--container-gap);position:relative}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:first-child,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:last-child{border-radius:0}.bitzTableBlock .bitzTableContainer .ant-table-wrapper table,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table .ant-table-title,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table .ant-table-header{border-radius:0}.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}.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 .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 .ant-table-body{overflow:auto!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:var(--evenRow-BgColor)}.bitzTableBlock .bitzTableContainer .ant-table .ant-table-placeholder>td{padding:0}.bitzTableBlock .bitzTableContainer .ant-table .ant-table-placeholder>td .ant-table-expanded-row-fixed{margin:0;padding:var(--cell-paddingInline)}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table.ant-table-scroll-horizontal .ant-table-cell-fix-right-first{right:0!important}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table.ant-table-scroll-horizontal .ant-table-cell-scrollbar{display:none}.bitzTableBlock .bitzTableContainer .ant-table-title,.bitzTableBlock .bitzTableContainer .ant-table-footer,.bitzTableBlock .bitzTableContainer .ant-table-cell,.bitzTableBlock .bitzTableContainer .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-tbody>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-tbody>tr>td,.bitzTableBlock .bitzTableContainer tfoot>tr>th,.bitzTableBlock .bitzTableContainer tfoot>tr>td{height:var(--cell-block);line-height:var(--cell-lineHeight);padding-block:0;padding-inline:var(--cell-paddingInline);font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer.xlBitzTable{--cell-block: 50px;--cell-lineHeight: 20px;--fontSize: 14px;--skeletonWrapHeight: 23px;--skeletonHeight: 22px;--toolCell-width: 54px}.bitzTableBlock .bitzTableContainer.lgBitzTable{--cell-block: 40px;--cell-lineHeight: 16px;--fontSize: 12px;--skeletonWrapHeight: 22px;--skeletonHeight: 18px}.bitzTableBlock .bitzTableContainer.mdBitzTable{--cell-block: 36px;--cell-lineHeight: 16px;--fontSize: 12px;--skeletonWrapHeight: 22px;--skeletonHeight: 16px}.bitzTableBlock .bitzTableContainer.smBitzTable{--cell-block: 32px;--cell-lineHeight: 14px;--fontSize: 11px;--skeletonWrapHeight: 21px;--skeletonHeight: 14px}.bitzTableBlock .bitzTableContainer.xsBitzTable{--cell-block: 28px;--cell-lineHeight: 14px;--fontSize: 11px;--skeletonWrapHeight: 21px;--skeletonHeight: 14px}.bitzTableBlock .bitzTableContainer.xlBitzTable .ant-table-selection-column .ant-radio-inner{width:16px;height:16px}.bitzTableBlock .bitzTableContainer.xlBitzTable .ant-table-selection-column .ant-radio-inner:after{width:16px;height:16px;margin-block-start:-8px;margin-inline-start:-8px;border-radius:16px}.bitzTableBlock .bitzTableContainer.lgBitzTable,.bitzTableBlock .bitzTableContainer.mdBitzTable,.bitzTableBlock .bitzTableContainer.smBitzTable,.bitzTableBlock .bitzTableContainer.xsBitzTable{--toolCell-width: 50px}.bitzTableBlock .bitzTableContainer.lgBitzTable .ant-table-thead .ant-table-selection-column .ant-table-selection .ant-checkbox-wrapper .ant-checkbox-inner:after,.bitzTableBlock .bitzTableContainer.mdBitzTable .ant-table-thead .ant-table-selection-column .ant-table-selection .ant-checkbox-wrapper .ant-checkbox-inner:after,.bitzTableBlock .bitzTableContainer.smBitzTable .ant-table-thead .ant-table-selection-column .ant-table-selection .ant-checkbox-wrapper .ant-checkbox-inner:after,.bitzTableBlock .bitzTableContainer.xsBitzTable .ant-table-thead .ant-table-selection-column .ant-table-selection .ant-checkbox-wrapper .ant-checkbox-inner:after{width:6px;height:6px}.bitzTableBlock .bitzTableContainer.lgBitzTable .ant-table-selection-column .ant-checkbox-inner,.bitzTableBlock .bitzTableContainer.mdBitzTable .ant-table-selection-column .ant-checkbox-inner,.bitzTableBlock .bitzTableContainer.smBitzTable .ant-table-selection-column .ant-checkbox-inner,.bitzTableBlock .bitzTableContainer.xsBitzTable .ant-table-selection-column .ant-checkbox-inner,.bitzTableBlock .bitzTableContainer.lgBitzTable .ant-table-selection-column .ant-radio-inner,.bitzTableBlock .bitzTableContainer.mdBitzTable .ant-table-selection-column .ant-radio-inner,.bitzTableBlock .bitzTableContainer.smBitzTable .ant-table-selection-column .ant-radio-inner,.bitzTableBlock .bitzTableContainer.xsBitzTable .ant-table-selection-column .ant-radio-inner{width:14px;height:14px}.bitzTableBlock .bitzTableContainer.lgBitzTable .ant-table-selection-column .ant-radio-inner:after,.bitzTableBlock .bitzTableContainer.mdBitzTable .ant-table-selection-column .ant-radio-inner:after,.bitzTableBlock .bitzTableContainer.smBitzTable .ant-table-selection-column .ant-radio-inner:after,.bitzTableBlock .bitzTableContainer.xsBitzTable .ant-table-selection-column .ant-radio-inner:after{width:14px;height:14px;margin-block-start:-7px;margin-inline-start:-7px}.bitzTableBlock .bitzTableContainer.lgBitzTable .ant-table-selection-column .ant-checkbox-wrapper-checked .ant-checkbox-inner:after,.bitzTableBlock .bitzTableContainer.mdBitzTable .ant-table-selection-column .ant-checkbox-wrapper-checked .ant-checkbox-inner:after,.bitzTableBlock .bitzTableContainer.smBitzTable .ant-table-selection-column .ant-checkbox-wrapper-checked .ant-checkbox-inner:after,.bitzTableBlock .bitzTableContainer.xsBitzTable .ant-table-selection-column .ant-checkbox-wrapper-checked .ant-checkbox-inner:after{width:5px!important;height:8px!important}.bitzTableBlock .bitzTableContainer.lgBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon,.bitzTableBlock .bitzTableContainer.mdBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon,.bitzTableBlock .bitzTableContainer.smBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon,.bitzTableBlock .bitzTableContainer.xsBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon{width:15px;height:15px}.bitzTableBlock .bitzTableContainer.lgBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:before,.bitzTableBlock .bitzTableContainer.mdBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:before,.bitzTableBlock .bitzTableContainer.smBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:before,.bitzTableBlock .bitzTableContainer.xsBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:before{top:6px}.bitzTableBlock .bitzTableContainer.lgBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:after,.bitzTableBlock .bitzTableContainer.mdBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:after,.bitzTableBlock .bitzTableContainer.smBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:after,.bitzTableBlock .bitzTableContainer.xsBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:after{inset-inline-start:6px}.bitzTableBlock .bitzTableContainer .ant-table-expand-icon-col,.bitzTableBlock .bitzTableContainer .ant-table-selection-col,.bitzTableBlock .bitzTableContainer .ant-table-selection-column,.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon-cell{width:var(--toolCell-width);padding-inline:var(--toolCell-paddingInline)!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td{padding:0}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>div{height:100%;margin:0;padding-block:0;padding-inline-start:var(--toolCell-width);padding-inline-end:0}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row .ant-table{margin: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}.bitzTableBlock .bitzTableContainer .ant-skeleton-paragraph{margin:0;height:var(--skeletonWrapHeight);display:flex;align-items:center}.bitzTableBlock .bitzTableContainer .ant-skeleton-paragraph li{height:var(--skeletonHeight)}.bitzTableBlock .bitzTableContainer .ant-pagination .ant-pagination-total-text{flex:1}.bitzTableBlock .bitzTableContainer .ant-radio-wrapper:not(:hover,:focus) .ant-radio-inner,.bitzTableBlock .bitzTableContainer .ant-checkbox-wrapper:not(:hover,:focus) .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}._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}.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{width:55px;background:transparent}.tableSelectPopupBlock .ant-table-body{overflow-x:hidden;min-height:120px}.tableSelectPopupBlock .ant-table-body: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}._introduce_e5ppq_1{font-size:14px;color:var(--colorText-desc);padding:0 20px 14px;border-bottom:1px solid var(--colorBorder);background-color:var(--header-bgColor)}._block_e5ppq_8{display:flex;flex-direction:column;min-height:300px}._block_e5ppq_8:last-child ._body_e5ppq_13{background-color:var(--rightBody-bgColor)}._container_e5ppq_16{display:grid;grid-template-columns:repeat(2,calc(50% - 10px));grid-row-gap:20px;grid-column-gap:20px;padding:24px 20px}._header_e5ppq_23{background-color:var(--blockTitle-colorBg);height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 16px 0 24px;border-bottom:1px solid var(--colorBorder)}._title_e5ppq_32{font-size:16px;font-weight:700;color:var(--colorText);line-height:24px;-webkit-background-clip:text}._body_e5ppq_13{display:flex;flex:auto;flex-direction:column;min-height:0;padding-bottom:50px;background:var(--leftBody-bgColor)}._body_e5ppq_13 ._content_e5ppq_47{flex:auto;margin:0;padding:0;list-style:none}._body_e5ppq_13 ._item_e5ppq_53{display:flex;align-items:center;height:40px;padding:0 25px;transition:all .3s;cursor:pointer;border-bottom:1px solid transparent}._body_e5ppq_13 ._item_e5ppq_53._checked_e5ppq_62{background:var(--checked)}._body_e5ppq_13 ._content-item-text_e5ppq_65{margin-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._body_e5ppq_13 ._content-item-text-disabled_e5ppq_71{color:var(--colorText-desc)}._moveItem_e5ppq_74{position:relative;background-color:var(--block-bgColor);border-bottom:1px solid var(--colorBorder);display:flex;align-items:center;height:40px;padding:0 40px 0 25px;color:var(--colorText);cursor:grab}._moveItem_e5ppq_74:active{cursor:grabbing}._moveItem_e5ppq_74._isDragging_e5ppq_88{border:1px dashed var(--colorBorder)}._moveItem_e5ppq_74._disabled_e5ppq_91{color:var(--colorText-desc);cursor:not-allowed}._moveItem_e5ppq_74 ._moveItem-text_e5ppq_95{flex:1;margin-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._moveItem_e5ppq_74 ._moveItemShanchu_e5ppq_102{visibility:visible;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%);width:40px;height:40px;padding:0;align-items:center;justify-content:center;border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;cursor:pointer;float:right}.tableColumnSettingModal .ant-modal-content{padding:0;background-color:var(--modalContent-bgColor)}.tableColumnSettingModal .ant-modal-content .ant-modal-header{margin:0;font-size:16px;font-weight:700;padding:14px 20px 6px;background-color:var(--header-bgColor);border-bottom:none}.tableColumnSettingModal .ant-modal-content .ant-modal-body{padding:0}.tableColumnSettingModal .ant-modal-content .ant-checkbox-wrapper{line-height:normal}.tableColumnSettingModal .ant-modal-content .ant-modal-footer{text-align:left;margin:0;padding:20px;background-color:var(--footer-bgColor)}.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}.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:center;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}.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}.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;font-size:14px}.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-body .textBox .warnText .warnText1,.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox .warnText .warnText3{font-size:12px;color:#697b7a;font-weight:400}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox .warnText .warnText2{font-size:12px;color:#333;font-weight:550;margin:0 6px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox .modalText{font-size:12px}.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}.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)}.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}.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)}.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}.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}.bitzNoMoreBlick{width:100%;height:50px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#333;margin-top:-10px}.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}.BitzLoadMorePage .scroll_container{height:100%}.bitzLoadingBlock{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}: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}.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}.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}.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}._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}: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)}._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}.bitzPaginationBlock{display:flex;align-items:center;justify-content:center}.bitzPaginationBlock .ant-pagination{width:100%;display:flex;flex-wrap:wrap;row-gap:8px}.bitzPaginationBlock .ant-pagination .ant-pagination-total-text{flex:1}.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}._bitzRemakBlock_hxmvg_1{padding-bottom:20px}.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}._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}.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}.tableMobileDrawer .ant-drawer-wrapper-body{height:100%}.tableMobileDrawer .ant-drawer-wrapper-body .ant-drawer-body{padding:0;height:100%}._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}._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}.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}.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}.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}.pickerPopupBlock{z-index:-1!important}.pickerPopupBlock.pickerPopupShow{z-index:1150!important;top:120px!important;box-shadow:none}.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-block: 40px;--cell-lineHeight: 16px;--cell-paddingInline: 24px;--rowHover-bgColor: #fafafa;--evenRow-BgColor: #f9f9f9;--fontSize: 12px;--skeletonWrapHeight: 22px;--skeletonHeight: 18px;--radioCheckbox-borderColor: #d9d9d9;--expandIcon-borderColor: #d0d0d0;height:100%;justify-content:space-between;display:flex;flex-direction:column;row-gap:var(--container-gap);position:relative}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:first-child,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:last-child{border-radius:0}.bitzTableBlock .bitzTableContainer .ant-table-wrapper table,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table .ant-table-title,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table .ant-table-header{border-radius:0}.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}.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 .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 .ant-table-body{overflow:auto!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:var(--evenRow-BgColor)}.bitzTableBlock .bitzTableContainer .ant-table .ant-table-placeholder>td{padding:0}.bitzTableBlock .bitzTableContainer .ant-table .ant-table-placeholder>td .ant-table-expanded-row-fixed{margin:0;padding:var(--cell-paddingInline)}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table.ant-table-scroll-horizontal .ant-table-cell-fix-right-first{right:0!important}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table.ant-table-scroll-horizontal .ant-table-cell-scrollbar{display:none}.bitzTableBlock .bitzTableContainer .ant-table-title,.bitzTableBlock .bitzTableContainer .ant-table-footer,.bitzTableBlock .bitzTableContainer .ant-table-cell,.bitzTableBlock .bitzTableContainer .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-tbody>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-tbody>tr>td,.bitzTableBlock .bitzTableContainer tfoot>tr>th,.bitzTableBlock .bitzTableContainer tfoot>tr>td{height:var(--cell-block);line-height:var(--cell-lineHeight);padding-block:0;padding-inline:var(--cell-paddingInline);font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer.xlBitzTable{--cell-block: 50px;--cell-lineHeight: 20px;--fontSize: 14px;--skeletonWrapHeight: 23px;--skeletonHeight: 22px;--toolCell-width: 54px}.bitzTableBlock .bitzTableContainer.lgBitzTable{--cell-block: 40px;--cell-lineHeight: 16px;--fontSize: 12px;--skeletonWrapHeight: 22px;--skeletonHeight: 18px}.bitzTableBlock .bitzTableContainer.mdBitzTable{--cell-block: 36px;--cell-lineHeight: 16px;--fontSize: 12px;--skeletonWrapHeight: 22px;--skeletonHeight: 16px}.bitzTableBlock .bitzTableContainer.smBitzTable{--cell-block: 32px;--cell-lineHeight: 14px;--fontSize: 11px;--skeletonWrapHeight: 21px;--skeletonHeight: 14px}.bitzTableBlock .bitzTableContainer.xsBitzTable{--cell-block: 28px;--cell-lineHeight: 14px;--fontSize: 11px;--skeletonWrapHeight: 21px;--skeletonHeight: 14px}.bitzTableBlock .bitzTableContainer.xlBitzTable .ant-table-selection-column .ant-radio-inner{width:16px;height:16px}.bitzTableBlock .bitzTableContainer.xlBitzTable .ant-table-selection-column .ant-radio-inner:after{width:16px;height:16px;margin-block-start:-8px;margin-inline-start:-8px;border-radius:16px}.bitzTableBlock .bitzTableContainer.lgBitzTable,.bitzTableBlock .bitzTableContainer.mdBitzTable,.bitzTableBlock .bitzTableContainer.smBitzTable,.bitzTableBlock .bitzTableContainer.xsBitzTable{--toolCell-width: 50px}.bitzTableBlock .bitzTableContainer.lgBitzTable .ant-table-thead .ant-table-selection-column .ant-table-selection .ant-checkbox-wrapper .ant-checkbox-inner:after,.bitzTableBlock .bitzTableContainer.mdBitzTable .ant-table-thead .ant-table-selection-column .ant-table-selection .ant-checkbox-wrapper .ant-checkbox-inner:after,.bitzTableBlock .bitzTableContainer.smBitzTable .ant-table-thead .ant-table-selection-column .ant-table-selection .ant-checkbox-wrapper .ant-checkbox-inner:after,.bitzTableBlock .bitzTableContainer.xsBitzTable .ant-table-thead .ant-table-selection-column .ant-table-selection .ant-checkbox-wrapper .ant-checkbox-inner:after{width:6px;height:6px}.bitzTableBlock .bitzTableContainer.lgBitzTable .ant-table-selection-column .ant-checkbox-inner,.bitzTableBlock .bitzTableContainer.mdBitzTable .ant-table-selection-column .ant-checkbox-inner,.bitzTableBlock .bitzTableContainer.smBitzTable .ant-table-selection-column .ant-checkbox-inner,.bitzTableBlock .bitzTableContainer.xsBitzTable .ant-table-selection-column .ant-checkbox-inner,.bitzTableBlock .bitzTableContainer.lgBitzTable .ant-table-selection-column .ant-radio-inner,.bitzTableBlock .bitzTableContainer.mdBitzTable .ant-table-selection-column .ant-radio-inner,.bitzTableBlock .bitzTableContainer.smBitzTable .ant-table-selection-column .ant-radio-inner,.bitzTableBlock .bitzTableContainer.xsBitzTable .ant-table-selection-column .ant-radio-inner{width:14px;height:14px}.bitzTableBlock .bitzTableContainer.lgBitzTable .ant-table-selection-column .ant-radio-inner:after,.bitzTableBlock .bitzTableContainer.mdBitzTable .ant-table-selection-column .ant-radio-inner:after,.bitzTableBlock .bitzTableContainer.smBitzTable .ant-table-selection-column .ant-radio-inner:after,.bitzTableBlock .bitzTableContainer.xsBitzTable .ant-table-selection-column .ant-radio-inner:after{width:14px;height:14px;margin-block-start:-7px;margin-inline-start:-7px}.bitzTableBlock .bitzTableContainer.lgBitzTable .ant-table-selection-column .ant-checkbox-wrapper-checked .ant-checkbox-inner:after,.bitzTableBlock .bitzTableContainer.mdBitzTable .ant-table-selection-column .ant-checkbox-wrapper-checked .ant-checkbox-inner:after,.bitzTableBlock .bitzTableContainer.smBitzTable .ant-table-selection-column .ant-checkbox-wrapper-checked .ant-checkbox-inner:after,.bitzTableBlock .bitzTableContainer.xsBitzTable .ant-table-selection-column .ant-checkbox-wrapper-checked .ant-checkbox-inner:after{width:5px!important;height:8px!important}.bitzTableBlock .bitzTableContainer.lgBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon,.bitzTableBlock .bitzTableContainer.mdBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon,.bitzTableBlock .bitzTableContainer.smBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon,.bitzTableBlock .bitzTableContainer.xsBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon{width:15px;height:15px}.bitzTableBlock .bitzTableContainer.lgBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:before,.bitzTableBlock .bitzTableContainer.mdBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:before,.bitzTableBlock .bitzTableContainer.smBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:before,.bitzTableBlock .bitzTableContainer.xsBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:before{top:6px}.bitzTableBlock .bitzTableContainer.lgBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:after,.bitzTableBlock .bitzTableContainer.mdBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:after,.bitzTableBlock .bitzTableContainer.smBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:after,.bitzTableBlock .bitzTableContainer.xsBitzTable .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:after{inset-inline-start:6px}.bitzTableBlock .bitzTableContainer .ant-table-expand-icon-col,.bitzTableBlock .bitzTableContainer .ant-table-selection-col,.bitzTableBlock .bitzTableContainer .ant-table-selection-column,.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon-cell{width:var(--toolCell-width);padding-inline:var(--toolCell-paddingInline)!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td{padding:0}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>div{height:100%;margin:0;padding-block:0;padding-inline-start:var(--toolCell-width);padding-inline-end:0}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row .ant-table{margin: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}.bitzTableBlock .bitzTableContainer .ant-skeleton-paragraph{margin:0;height:var(--skeletonWrapHeight);display:flex;align-items:center}.bitzTableBlock .bitzTableContainer .ant-skeleton-paragraph li{height:var(--skeletonHeight)}.bitzTableBlock .bitzTableContainer .ant-pagination .ant-pagination-total-text{flex:1}.bitzTableBlock .bitzTableContainer .ant-radio-wrapper:not(:hover,:focus) .ant-radio-inner,.bitzTableBlock .bitzTableContainer .ant-checkbox-wrapper:not(:hover,:focus) .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}.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{width:55px;background:transparent}.tableSelectPopupBlock .ant-table-body{overflow-x:hidden;min-height:120px}.tableSelectPopupBlock .ant-table-body: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}._introduce_e5ppq_1{font-size:14px;color:var(--colorText-desc);padding:0 20px 14px;border-bottom:1px solid var(--colorBorder);background-color:var(--header-bgColor)}._block_e5ppq_8{display:flex;flex-direction:column;min-height:300px}._block_e5ppq_8:last-child ._body_e5ppq_13{background-color:var(--rightBody-bgColor)}._container_e5ppq_16{display:grid;grid-template-columns:repeat(2,calc(50% - 10px));grid-row-gap:20px;grid-column-gap:20px;padding:24px 20px}._header_e5ppq_23{background-color:var(--blockTitle-colorBg);height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 16px 0 24px;border-bottom:1px solid var(--colorBorder)}._title_e5ppq_32{font-size:16px;font-weight:700;color:var(--colorText);line-height:24px;-webkit-background-clip:text}._body_e5ppq_13{display:flex;flex:auto;flex-direction:column;min-height:0;padding-bottom:50px;background:var(--leftBody-bgColor)}._body_e5ppq_13 ._content_e5ppq_47{flex:auto;margin:0;padding:0;list-style:none}._body_e5ppq_13 ._item_e5ppq_53{display:flex;align-items:center;height:40px;padding:0 25px;transition:all .3s;cursor:pointer;border-bottom:1px solid transparent}._body_e5ppq_13 ._item_e5ppq_53._checked_e5ppq_62{background:var(--checked)}._body_e5ppq_13 ._content-item-text_e5ppq_65{margin-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._body_e5ppq_13 ._content-item-text-disabled_e5ppq_71{color:var(--colorText-desc)}._moveItem_e5ppq_74{position:relative;background-color:var(--block-bgColor);border-bottom:1px solid var(--colorBorder);display:flex;align-items:center;height:40px;padding:0 40px 0 25px;color:var(--colorText);cursor:grab}._moveItem_e5ppq_74:active{cursor:grabbing}._moveItem_e5ppq_74._isDragging_e5ppq_88{border:1px dashed var(--colorBorder)}._moveItem_e5ppq_74._disabled_e5ppq_91{color:var(--colorText-desc);cursor:not-allowed}._moveItem_e5ppq_74 ._moveItem-text_e5ppq_95{flex:1;margin-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._moveItem_e5ppq_74 ._moveItemShanchu_e5ppq_102{visibility:visible;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%);width:40px;height:40px;padding:0;align-items:center;justify-content:center;border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;cursor:pointer;float:right}.tableColumnSettingModal .ant-modal-content{padding:0;background-color:var(--modalContent-bgColor)}.tableColumnSettingModal .ant-modal-content .ant-modal-header{margin:0;font-size:16px;font-weight:700;padding:14px 20px 6px;background-color:var(--header-bgColor);border-bottom:none}.tableColumnSettingModal .ant-modal-content .ant-modal-body{padding:0}.tableColumnSettingModal .ant-modal-content .ant-checkbox-wrapper{line-height:normal}.tableColumnSettingModal .ant-modal-content .ant-modal-footer{text-align:left;margin:0;padding:20px;background-color:var(--footer-bgColor)}.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}.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:center;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}.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}
|
package/dist/utils/time.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import t from "../
|
|
1
|
+
import t from "../_virtual/dayjs.min.mjs";
|
|
2
2
|
import o from "../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/plugin/relativeTime.mjs";
|
|
3
3
|
import a from "../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/plugin/isBetween.mjs";
|
|
4
4
|
import "../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/locale/zh-cn.mjs";
|