mrxy-yk 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +19 -0
- package/dist/element-plus/components/images/Images.vue.js +1 -1
- package/dist/element-plus/components/images/Images.vue2.js +2 -2
- package/dist/element-plus/components/upload/upload-files/UploadFiles.vue2.js +1 -1
- package/dist/element-plus/components/upload/upload-images/UploadImages.vue2.js +1 -1
- package/dist/element-plus/index.js +0 -35
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.js +4 -4
- package/dist/index.d.ts +0 -1
- package/dist/index.js +16 -19
- package/dist/resolver/index.js +5 -5
- package/dist/styles/index.css +1 -1
- package/dist/styles/tools/index.css +2161 -0
- package/package.json +5 -4
- package/dist/element-plus/components/index.js +0 -21
- package/dist/entity/index.js +0 -8
- package/dist/hooks/index.js +0 -6
- package/dist/utils/index.js +0 -49
|
@@ -10,3 +10,4 @@ export { default as YsVideo } from './ys-video/YsVideo';
|
|
|
10
10
|
export { default as ShowLog } from './show-log/ShowLog';
|
|
11
11
|
export { default as EChartsCanvas } from './echarts-canvas/EChartsCanvas';
|
|
12
12
|
export { default as ScrollContainer } from './scroll-container/ScrollContainer';
|
|
13
|
+
export * from '../element-plus/components';
|
package/dist/components/index.js
CHANGED
|
@@ -10,12 +10,31 @@ import { default as default10 } from "./ys-video/YsVideo.vue.js";
|
|
|
10
10
|
import { default as default11 } from "./show-log/ShowLog.vue.js";
|
|
11
11
|
import { default as default12 } from "./echarts-canvas/EChartsCanvas.vue.js";
|
|
12
12
|
import { default as default13 } from "./scroll-container/ScrollContainer.vue.js";
|
|
13
|
+
import { default as default14 } from "../element-plus/components/date-picker/DatePicker.vue.js";
|
|
14
|
+
import { default as default15 } from "../element-plus/components/form-dialog/FormDialog.vue.js";
|
|
15
|
+
import { default as default16 } from "../element-plus/components/table-column/TableColumn.vue.js";
|
|
16
|
+
import { default as default17 } from "../element-plus/components/empty/Empty.vue.js";
|
|
17
|
+
/* empty css */
|
|
18
|
+
import { default as default18 } from "../element-plus/components/pagination/Pagination.vue.js";
|
|
19
|
+
import { default as default19 } from "../element-plus/components/upload/upload-images/UploadImages.vue.js";
|
|
20
|
+
import { default as default20 } from "../element-plus/components/upload/upload-files/UploadFiles.vue.js";
|
|
21
|
+
import { default as default21 } from "../element-plus/components/upload/select-file/SelectFile.vue.js";
|
|
22
|
+
import { default as default22 } from "../element-plus/components/images/Images.vue.js";
|
|
13
23
|
export {
|
|
14
24
|
default4 as AdaptiveBox,
|
|
15
25
|
default5 as CoordinatePickup,
|
|
16
26
|
default7 as DragDropBox,
|
|
17
27
|
default8 as DragDropContainer,
|
|
18
28
|
default12 as EChartsCanvas,
|
|
29
|
+
default14 as ElDatePicker,
|
|
30
|
+
default17 as ElEmpty,
|
|
31
|
+
default15 as ElFormDialog,
|
|
32
|
+
default22 as ElImages,
|
|
33
|
+
default18 as ElPagination,
|
|
34
|
+
default21 as ElSelectFile,
|
|
35
|
+
default16 as ElTableColumn,
|
|
36
|
+
default20 as ElUploadFiles,
|
|
37
|
+
default19 as ElUploadImages,
|
|
19
38
|
default6 as InBody,
|
|
20
39
|
default2 as PositionAnchor,
|
|
21
40
|
default9 as ProgressBar,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./Images.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
var Images = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
var Images = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0be6986e"]]);
|
|
5
5
|
export {
|
|
6
6
|
Images as default
|
|
7
7
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElImage, ElIcon, ElImageViewer } from "element-plus/es";
|
|
2
2
|
import { defineComponent, computed, shallowRef, ref, watchEffect, resolveComponent, createElementBlock, openBlock, Fragment, createElementVNode, createVNode, mergeProps, unref, renderList, createBlock, withCtx, createCommentVNode } from "vue";
|
|
3
3
|
import { ElImagesGlobal } from "./index.js";
|
|
4
|
+
import { IcImageError } from "../../../icons/index.js";
|
|
4
5
|
var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
6
|
__name: "Images",
|
|
6
7
|
props: {
|
|
@@ -41,7 +42,6 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
41
42
|
imageSrcList.value = props.limit === Infinity ? [...imageViewerUrlList.value] : imageViewerUrlList.value.slice(0, props.limit);
|
|
42
43
|
});
|
|
43
44
|
return (_ctx, _cache) => {
|
|
44
|
-
const _component_YkIcImageError = resolveComponent("YkIcImageError");
|
|
45
45
|
const _component_el_icon = ElIcon;
|
|
46
46
|
const _component_el_image = ElImage;
|
|
47
47
|
const _component_ElImageViewer = ElImageViewer;
|
|
@@ -63,7 +63,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
63
63
|
class: "text-color-placeholder"
|
|
64
64
|
}, {
|
|
65
65
|
default: withCtx(() => [
|
|
66
|
-
createVNode(
|
|
66
|
+
createVNode(unref(IcImageError))
|
|
67
67
|
]),
|
|
68
68
|
_: 1
|
|
69
69
|
}, 8, ["size"])
|
|
@@ -3,11 +3,11 @@ import { defineComponent, getCurrentInstance, ref, inject, shallowRef, onMounted
|
|
|
3
3
|
import { UploadFilled } from "@element-plus/icons-vue";
|
|
4
4
|
import { ElUpload } from "element-plus";
|
|
5
5
|
import { acceptMIMELib } from "../accept/index.js";
|
|
6
|
+
import { MatchUnit } from "../../../../utils/match-unit/index.js";
|
|
6
7
|
import { ElUploadFilesGlobal, ElUploadGlobal } from "../index.js";
|
|
7
8
|
import { useInjectEventsHooks } from "../../../../hooks/inject-events/index.js";
|
|
8
9
|
import { ArrayUtil } from "../../../../utils/prototype/lib/ArrayUtil.js";
|
|
9
10
|
import { ObjectUtil } from "../../../../utils/prototype/lib/ObjectUtil.js";
|
|
10
|
-
import { MatchUnit } from "../../../../utils/match-unit/index.js";
|
|
11
11
|
import { PromiseUtil } from "../../../../utils/prototype/lib/PromiseUtil.js";
|
|
12
12
|
const _hoisted_1 = {
|
|
13
13
|
key: 0,
|
|
@@ -3,9 +3,9 @@ import { defineComponent, getCurrentInstance, ref, inject, shallowRef, onMounted
|
|
|
3
3
|
import { Plus } from "@element-plus/icons-vue";
|
|
4
4
|
import "element-plus";
|
|
5
5
|
import { acceptMIMELib } from "../accept/index.js";
|
|
6
|
+
import { MatchUnit } from "../../../../utils/match-unit/index.js";
|
|
6
7
|
import { ElUploadImagesGlobal, ElUploadGlobal } from "../index.js";
|
|
7
8
|
import { useInjectEventsHooks } from "../../../../hooks/inject-events/index.js";
|
|
8
|
-
import { MatchUnit } from "../../../../utils/match-unit/index.js";
|
|
9
9
|
import { PromiseUtil } from "../../../../utils/prototype/lib/PromiseUtil.js";
|
|
10
10
|
import { ArrayUtil } from "../../../../utils/prototype/lib/ArrayUtil.js";
|
|
11
11
|
var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -1,11 +1,4 @@
|
|
|
1
1
|
import { ElLoading } from "element-plus";
|
|
2
|
-
import { useElDialogHooks } from "./hooks/dialog/index.js";
|
|
3
|
-
import { useElFormHooks } from "./hooks/form/index.js";
|
|
4
|
-
import { useElTableSortHooks } from "./hooks/table-sort/index.js";
|
|
5
|
-
import { useElFormDialogHooks } from "./hooks/form-dialog/index.js";
|
|
6
|
-
import { useElEmptyHooks } from "./components/empty/hooks/index.js";
|
|
7
|
-
import { TableUtil } from "./utils/table-util/index.js";
|
|
8
|
-
import { integerRule, integerTag, ipRule, ipTag, numberRule, numberTag, passwordRule, passwordTag, phoneRule, phoneTag, positionRule, positionTag, positiveIntegerRule, positiveIntegerTag, positiveNumberRule, positiveNumberTag, required, usernameRule, usernameTag, validator } from "./utils/form-rule/rule.js";
|
|
9
2
|
const elLoadingService = ElLoading.service;
|
|
10
3
|
let showServiceCount = 0;
|
|
11
4
|
ElLoading.service = function(options) {
|
|
@@ -21,31 +14,3 @@ ElLoading.service = function(options) {
|
|
|
21
14
|
};
|
|
22
15
|
return instance;
|
|
23
16
|
};
|
|
24
|
-
export {
|
|
25
|
-
TableUtil,
|
|
26
|
-
integerRule,
|
|
27
|
-
integerTag,
|
|
28
|
-
ipRule,
|
|
29
|
-
ipTag,
|
|
30
|
-
numberRule,
|
|
31
|
-
numberTag,
|
|
32
|
-
passwordRule,
|
|
33
|
-
passwordTag,
|
|
34
|
-
phoneRule,
|
|
35
|
-
phoneTag,
|
|
36
|
-
positionRule,
|
|
37
|
-
positionTag,
|
|
38
|
-
positiveIntegerRule,
|
|
39
|
-
positiveIntegerTag,
|
|
40
|
-
positiveNumberRule,
|
|
41
|
-
positiveNumberTag,
|
|
42
|
-
required,
|
|
43
|
-
useElDialogHooks,
|
|
44
|
-
useElEmptyHooks,
|
|
45
|
-
useElFormDialogHooks,
|
|
46
|
-
useElFormHooks,
|
|
47
|
-
useElTableSortHooks,
|
|
48
|
-
usernameRule,
|
|
49
|
-
usernameTag,
|
|
50
|
-
validator
|
|
51
|
-
};
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { FunctionalComponent, SVGAttributes } from 'vue';
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const IcImage: FunctionalComponent<SVGAttributes, {}, any, {}>, IcImageError: FunctionalComponent<SVGAttributes, {}, any, {}>;
|
package/dist/icons/index.js
CHANGED
|
@@ -3,10 +3,10 @@ import * as ImageError from "./images/ImageError.svg.js";
|
|
|
3
3
|
import { ComponentUtil } from "../utils/prototype/lib/ComponentUtil.js";
|
|
4
4
|
const svgImages = /* @__PURE__ */ Object.assign({ "./images/Image.svg": Image, "./images/ImageError.svg": ImageError });
|
|
5
5
|
const {
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
IcImage,
|
|
7
|
+
IcImageError
|
|
8
8
|
} = ComponentUtil.createSvgIconLibrary(svgImages, "YkIc");
|
|
9
9
|
export {
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
IcImage,
|
|
11
|
+
IcImageError
|
|
12
12
|
};
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
import * as index$2 from "./
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
1
|
+
import * as index$1 from "./components/index.js";
|
|
2
|
+
import * as index$2 from "./directive/index.js";
|
|
3
|
+
import "./element-plus/index.js";
|
|
4
|
+
import { useTableSearchHooks } from "./hooks/table-search/index.js";
|
|
5
|
+
import { useInjectEventsHooks } from "./hooks/inject-events/index.js";
|
|
6
|
+
import { MatchUnit } from "./utils/match-unit/index.js";
|
|
7
|
+
import { TransitionFade } from "./utils/transition-fade/index.js";
|
|
8
|
+
import { AMapLoader } from "./utils/amap/index.js";
|
|
9
|
+
import { Pages } from "./entity/Pages.js";
|
|
10
|
+
import { BigFloat } from "./entity/BigFloat.js";
|
|
11
|
+
import { RejectError } from "./entity/RejectError.js";
|
|
12
|
+
import { IcImage, IcImageError } from "./icons/index.js";
|
|
7
13
|
import { useElDialogHooks } from "./element-plus/hooks/dialog/index.js";
|
|
8
14
|
import { useElFormHooks } from "./element-plus/hooks/form/index.js";
|
|
9
15
|
import { useElTableSortHooks } from "./element-plus/hooks/table-sort/index.js";
|
|
@@ -11,15 +17,11 @@ import { useElFormDialogHooks } from "./element-plus/hooks/form-dialog/index.js"
|
|
|
11
17
|
import { useElEmptyHooks } from "./element-plus/components/empty/hooks/index.js";
|
|
12
18
|
import { TableUtil } from "./element-plus/utils/table-util/index.js";
|
|
13
19
|
import { integerRule, integerTag, ipRule, ipTag, numberRule, numberTag, passwordRule, passwordTag, phoneRule, phoneTag, positionRule, positionTag, positiveIntegerRule, positiveIntegerTag, positiveNumberRule, positiveNumberTag, required, usernameRule, usernameTag, validator } from "./element-plus/utils/form-rule/rule.js";
|
|
14
|
-
import { useTableSearchHooks } from "./hooks/table-search/index.js";
|
|
15
|
-
import { useInjectEventsHooks } from "./hooks/inject-events/index.js";
|
|
16
20
|
import { ArrayUtil } from "./utils/prototype/lib/ArrayUtil.js";
|
|
17
21
|
import { ObjectUtil } from "./utils/prototype/lib/ObjectUtil.js";
|
|
18
22
|
import { NumberUtil } from "./utils/prototype/lib/NumberUtil.js";
|
|
19
23
|
import { PromiseUtil } from "./utils/prototype/lib/PromiseUtil.js";
|
|
20
24
|
import { ComponentUtil } from "./utils/prototype/lib/ComponentUtil.js";
|
|
21
|
-
import { MatchUnit } from "./utils/match-unit/index.js";
|
|
22
|
-
import { TransitionFade } from "./utils/transition-fade/index.js";
|
|
23
25
|
import { FnPeriodically, OperationStateEnum } from "./utils/fn-periodically/FnPeriodically.js";
|
|
24
26
|
import { FnBatchPeriodically } from "./utils/fn-periodically/FnBatchPeriodically.js";
|
|
25
27
|
import { EcBasicOption, EcBasicSeries } from "./utils/echarts/modules/coordinate/basic.js";
|
|
@@ -30,16 +32,12 @@ import { EcPieOption, EcPieSeries } from "./utils/echarts/modules/series/pie.js"
|
|
|
30
32
|
import { useEChartsRef, useEcBarOption, useEcBasicOption, useEcCartesianOption, useEcLineOption, useEcPieOption } from "./utils/echarts/hooks/index.js";
|
|
31
33
|
import { EChartsUtil } from "./utils/echarts/utils/index.js";
|
|
32
34
|
import { AMapUtil } from "./utils/amap/utils/index.js";
|
|
33
|
-
import { AMapLoader } from "./utils/amap/index.js";
|
|
34
|
-
import { Pages } from "./entity/Pages.js";
|
|
35
|
-
import { BigFloat } from "./entity/BigFloat.js";
|
|
36
|
-
import { RejectError } from "./entity/RejectError.js";
|
|
37
35
|
var index = {
|
|
38
36
|
install(app) {
|
|
39
|
-
Object.entries(
|
|
37
|
+
Object.entries(index$1).forEach(([name, component]) => {
|
|
40
38
|
app.component("Yk" + name, component);
|
|
41
39
|
});
|
|
42
|
-
Object.entries(index$
|
|
40
|
+
Object.entries(index$2).forEach(([name, directive]) => {
|
|
43
41
|
app.directive(name, directive);
|
|
44
42
|
});
|
|
45
43
|
}
|
|
@@ -63,18 +61,17 @@ export {
|
|
|
63
61
|
EcPieSeries,
|
|
64
62
|
FnBatchPeriodically,
|
|
65
63
|
FnPeriodically,
|
|
64
|
+
IcImage,
|
|
65
|
+
IcImageError,
|
|
66
66
|
MatchUnit,
|
|
67
67
|
NumberUtil,
|
|
68
68
|
ObjectUtil,
|
|
69
69
|
OperationStateEnum,
|
|
70
70
|
Pages,
|
|
71
71
|
PromiseUtil,
|
|
72
|
-
default2 as RefHeight,
|
|
73
72
|
RejectError,
|
|
74
73
|
TableUtil,
|
|
75
74
|
TransitionFade,
|
|
76
|
-
YkIcImage,
|
|
77
|
-
YkIcImageError,
|
|
78
75
|
index as default,
|
|
79
76
|
integerRule,
|
|
80
77
|
integerTag,
|
package/dist/resolver/index.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
+
const directives = ["RefHeight"];
|
|
1
2
|
var index = () => {
|
|
2
3
|
return [
|
|
3
4
|
{
|
|
4
5
|
type: "component",
|
|
5
6
|
resolve: (name) => {
|
|
6
7
|
if (name.startsWith("Yk")) {
|
|
7
|
-
|
|
8
|
-
if (_name.startsWith("El")) return { _name, from: "mrxy-yk/element-plus/components" };
|
|
9
|
-
else if (_name.startsWith("Ic")) return { _name, from: "mrxy-yk/icons" };
|
|
10
|
-
else return { _name, from: "mrxy-yk/components" };
|
|
8
|
+
return { name: name.replace(/^Yk/, ""), from: "mrxy-yk/components" };
|
|
11
9
|
}
|
|
12
10
|
}
|
|
13
11
|
},
|
|
14
12
|
{
|
|
15
13
|
type: "directive",
|
|
16
14
|
resolve: async (name) => {
|
|
17
|
-
|
|
15
|
+
if (name in directives) {
|
|
16
|
+
return { name, from: "mrxy-yk/directive" };
|
|
17
|
+
}
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
];
|
package/dist/styles/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.fw-1{font-weight:100!important}.fw-2{font-weight:200!important}.fw-3{font-weight:300!important}.fw-4{font-weight:400!important}.fw-5{font-weight:500!important}.fw-6{font-weight:600!important}.fw-7{font-weight:700!important}.fw-8{font-weight:800!important}.fw-9{font-weight:900!important}.fs-12{font-size:12px!important}.fs-14{font-size:14px!important}.fs-16{font-size:16px!important}.fs-18{font-size:18px!important}.fs-20{font-size:20px!important}.fs-22{font-size:22px!important}.fs-24{font-size:24px!important}.fs-26{font-size:26px!important}.fs-28{font-size:28px!important}.fs-30{font-size:30px!important}.fs-32{font-size:32px!important}.fs-34{font-size:34px!important}.fs-36{font-size:36px!important}.fs-38{font-size:38px!important}.fs-40{font-size:40px!important}.fs-42{font-size:42px!important}.fs-44{font-size:44px!important}.fs-46{font-size:46px!important}.fs-48{font-size:48px!important}.flex-1{flex:1}.flex-hidden-1{overflow:hidden;flex:1}.flex-scroll-1{overflow:auto;flex:1}.flex-2{flex:2}.flex-hidden-2{overflow:hidden;flex:2}.flex-scroll-2{overflow:auto;flex:2}.flex-3{flex:3}.flex-hidden-3{overflow:hidden;flex:3}.flex-scroll-3{overflow:auto;flex:3}.flex-4{flex:4}.flex-hidden-4{overflow:hidden;flex:4}.flex-scroll-4{overflow:auto;flex:4}.w-0,.wh-0{width:0%!important}.h-0,.wh-0{height:0%!important}.w-10{width:10%!important}.h-10{height:10%!important}.w-20{width:20%!important}.h-20{height:20%!important}.w-30{width:30%!important}.h-30{height:30%!important}.w-40{width:40%!important}.h-40{height:40%!important}.w-50{width:50%!important}.h-50{height:50%!important}.w-60{width:60%!important}.h-60{height:60%!important}.w-70{width:70%!important}.h-70{height:70%!important}.w-80{width:80%!important}.h-80{height:80%!important}.w-90{width:90%!important}.h-90{height:90%!important}.w-100,.wh-100{width:100%!important}.h-100,.wh-100{height:100%!important}.bor-radius-2{border-radius:2px!important}.bor-radius-4{border-radius:4px!important}.bor-radius-6{border-radius:6px!important}.bor-radius-8{border-radius:8px!important}.bor-radius-10{border-radius:10px!important}.bor-radius-12{border-radius:12px!important}.m-0{margin:0!important}.p-0{padding:0!important}.mt-0,.my-0{margin-top:0!important}.pt-0,.py-0{padding-top:0!important}.mr-0,.mx-0{margin-right:0!important}.pr-0,.px-0{padding-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.pb-0,.py-0{padding-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.pl-0,.px-0{padding-left:0!important}.m-2{margin:2px!important}.p-2{padding:2px!important}.mt-2,.my-2{margin-top:2px!important}.pt-2,.py-2{padding-top:2px!important}.mr-2,.mx-2{margin-right:2px!important}.pr-2,.px-2{padding-right:2px!important}.mb-2,.my-2{margin-bottom:2px!important}.pb-2,.py-2{padding-bottom:2px!important}.ml-2,.mx-2{margin-left:2px!important}.pl-2,.px-2{padding-left:2px!important}.m-4{margin:4px!important}.p-4{padding:4px!important}.mt-4,.my-4{margin-top:4px!important}.pt-4,.py-4{padding-top:4px!important}.mr-4,.mx-4{margin-right:4px!important}.pr-4,.px-4{padding-right:4px!important}.mb-4,.my-4{margin-bottom:4px!important}.pb-4,.py-4{padding-bottom:4px!important}.ml-4,.mx-4{margin-left:4px!important}.pl-4,.px-4{padding-left:4px!important}.m-6{margin:6px!important}.p-6{padding:6px!important}.mt-6,.my-6{margin-top:6px!important}.pt-6,.py-6{padding-top:6px!important}.mr-6,.mx-6{margin-right:6px!important}.pr-6,.px-6{padding-right:6px!important}.mb-6,.my-6{margin-bottom:6px!important}.pb-6,.py-6{padding-bottom:6px!important}.ml-6,.mx-6{margin-left:6px!important}.pl-6,.px-6{padding-left:6px!important}.m-8{margin:8px!important}.p-8{padding:8px!important}.mt-8,.my-8{margin-top:8px!important}.pt-8,.py-8{padding-top:8px!important}.mr-8,.mx-8{margin-right:8px!important}.pr-8,.px-8{padding-right:8px!important}.mb-8,.my-8{margin-bottom:8px!important}.pb-8,.py-8{padding-bottom:8px!important}.ml-8,.mx-8{margin-left:8px!important}.pl-8,.px-8{padding-left:8px!important}.m-10{margin:10px!important}.p-10{padding:10px!important}.mt-10,.my-10{margin-top:10px!important}.pt-10,.py-10{padding-top:10px!important}.mr-10,.mx-10{margin-right:10px!important}.pr-10,.px-10{padding-right:10px!important}.mb-10,.my-10{margin-bottom:10px!important}.pb-10,.py-10{padding-bottom:10px!important}.ml-10,.mx-10{margin-left:10px!important}.pl-10,.px-10{padding-left:10px!important}.m-12{margin:12px!important}.p-12{padding:12px!important}.mt-12,.my-12{margin-top:12px!important}.pt-12,.py-12{padding-top:12px!important}.mr-12,.mx-12{margin-right:12px!important}.pr-12,.px-12{padding-right:12px!important}.mb-12,.my-12{margin-bottom:12px!important}.pb-12,.py-12{padding-bottom:12px!important}.ml-12,.mx-12{margin-left:12px!important}.pl-12,.px-12{padding-left:12px!important}.m-14{margin:14px!important}.p-14{padding:14px!important}.mt-14,.my-14{margin-top:14px!important}.pt-14,.py-14{padding-top:14px!important}.mr-14,.mx-14{margin-right:14px!important}.pr-14,.px-14{padding-right:14px!important}.mb-14,.my-14{margin-bottom:14px!important}.pb-14,.py-14{padding-bottom:14px!important}.ml-14,.mx-14{margin-left:14px!important}.pl-14,.px-14{padding-left:14px!important}.m-16{margin:16px!important}.p-16{padding:16px!important}.mt-16,.my-16{margin-top:16px!important}.pt-16,.py-16{padding-top:16px!important}.mr-16,.mx-16{margin-right:16px!important}.pr-16,.px-16{padding-right:16px!important}.mb-16,.my-16{margin-bottom:16px!important}.pb-16,.py-16{padding-bottom:16px!important}.ml-16,.mx-16{margin-left:16px!important}.pl-16,.px-16{padding-left:16px!important}.m-18{margin:18px!important}.p-18{padding:18px!important}.mt-18,.my-18{margin-top:18px!important}.pt-18,.py-18{padding-top:18px!important}.mr-18,.mx-18{margin-right:18px!important}.pr-18,.px-18{padding-right:18px!important}.mb-18,.my-18{margin-bottom:18px!important}.pb-18,.py-18{padding-bottom:18px!important}.ml-18,.mx-18{margin-left:18px!important}.pl-18,.px-18{padding-left:18px!important}.m-20{margin:20px!important}.p-20{padding:20px!important}.mt-20,.my-20{margin-top:20px!important}.pt-20,.py-20{padding-top:20px!important}.mr-20,.mx-20{margin-right:20px!important}.pr-20,.px-20{padding-right:20px!important}.mb-20,.my-20{margin-bottom:20px!important}.pb-20,.py-20{padding-bottom:20px!important}.ml-20,.mx-20{margin-left:20px!important}.pl-20,.px-20{padding-left:20px!important}.m-22{margin:22px!important}.p-22{padding:22px!important}.mt-22,.my-22{margin-top:22px!important}.pt-22,.py-22{padding-top:22px!important}.mr-22,.mx-22{margin-right:22px!important}.pr-22,.px-22{padding-right:22px!important}.mb-22,.my-22{margin-bottom:22px!important}.pb-22,.py-22{padding-bottom:22px!important}.ml-22,.mx-22{margin-left:22px!important}.pl-22,.px-22{padding-left:22px!important}.m-24{margin:24px!important}.p-24{padding:24px!important}.mt-24,.my-24{margin-top:24px!important}.pt-24,.py-24{padding-top:24px!important}.mr-24,.mx-24{margin-right:24px!important}.pr-24,.px-24{padding-right:24px!important}.mb-24,.my-24{margin-bottom:24px!important}.pb-24,.py-24{padding-bottom:24px!important}.ml-24,.mx-24{margin-left:24px!important}.pl-24,.px-24{padding-left:24px!important}.m-26{margin:26px!important}.p-26{padding:26px!important}.mt-26,.my-26{margin-top:26px!important}.pt-26,.py-26{padding-top:26px!important}.mr-26,.mx-26{margin-right:26px!important}.pr-26,.px-26{padding-right:26px!important}.mb-26,.my-26{margin-bottom:26px!important}.pb-26,.py-26{padding-bottom:26px!important}.ml-26,.mx-26{margin-left:26px!important}.pl-26,.px-26{padding-left:26px!important}.m-28{margin:28px!important}.p-28{padding:28px!important}.mt-28,.my-28{margin-top:28px!important}.pt-28,.py-28{padding-top:28px!important}.mr-28,.mx-28{margin-right:28px!important}.pr-28,.px-28{padding-right:28px!important}.mb-28,.my-28{margin-bottom:28px!important}.pb-28,.py-28{padding-bottom:28px!important}.ml-28,.mx-28{margin-left:28px!important}.pl-28,.px-28{padding-left:28px!important}.m-30{margin:30px!important}.p-30{padding:30px!important}.mt-30,.my-30{margin-top:30px!important}.pt-30,.py-30{padding-top:30px!important}.mr-30,.mx-30{margin-right:30px!important}.pr-30,.px-30{padding-right:30px!important}.mb-30,.my-30{margin-bottom:30px!important}.pb-30,.py-30{padding-bottom:30px!important}.ml-30,.mx-30{margin-left:30px!important}.pl-30,.px-30{padding-left:30px!important}.m-32{margin:32px!important}.p-32{padding:32px!important}.mt-32,.my-32{margin-top:32px!important}.pt-32,.py-32{padding-top:32px!important}.mr-32,.mx-32{margin-right:32px!important}.pr-32,.px-32{padding-right:32px!important}.mb-32,.my-32{margin-bottom:32px!important}.pb-32,.py-32{padding-bottom:32px!important}.ml-32,.mx-32{margin-left:32px!important}.pl-32,.px-32{padding-left:32px!important}.m-34{margin:34px!important}.p-34{padding:34px!important}.mt-34,.my-34{margin-top:34px!important}.pt-34,.py-34{padding-top:34px!important}.mr-34,.mx-34{margin-right:34px!important}.pr-34,.px-34{padding-right:34px!important}.mb-34,.my-34{margin-bottom:34px!important}.pb-34,.py-34{padding-bottom:34px!important}.ml-34,.mx-34{margin-left:34px!important}.pl-34,.px-34{padding-left:34px!important}.m-36{margin:36px!important}.p-36{padding:36px!important}.mt-36,.my-36{margin-top:36px!important}.pt-36,.py-36{padding-top:36px!important}.mr-36,.mx-36{margin-right:36px!important}.pr-36,.px-36{padding-right:36px!important}.mb-36,.my-36{margin-bottom:36px!important}.pb-36,.py-36{padding-bottom:36px!important}.ml-36,.mx-36{margin-left:36px!important}.pl-36,.px-36{padding-left:36px!important}.m-38{margin:38px!important}.p-38{padding:38px!important}.mt-38,.my-38{margin-top:38px!important}.pt-38,.py-38{padding-top:38px!important}.mr-38,.mx-38{margin-right:38px!important}.pr-38,.px-38{padding-right:38px!important}.mb-38,.my-38{margin-bottom:38px!important}.pb-38,.py-38{padding-bottom:38px!important}.ml-38,.mx-38{margin-left:38px!important}.pl-38,.px-38{padding-left:38px!important}.m-40{margin:40px!important}.p-40{padding:40px!important}.mt-40,.my-40{margin-top:40px!important}.pt-40,.py-40{padding-top:40px!important}.mr-40,.mx-40{margin-right:40px!important}.pr-40,.px-40{padding-right:40px!important}.mb-40,.my-40{margin-bottom:40px!important}.pb-40,.py-40{padding-bottom:40px!important}.ml-40,.mx-40{margin-left:40px!important}.pl-40,.px-40{padding-left:40px!important}.m-42{margin:42px!important}.p-42{padding:42px!important}.mt-42,.my-42{margin-top:42px!important}.pt-42,.py-42{padding-top:42px!important}.mr-42,.mx-42{margin-right:42px!important}.pr-42,.px-42{padding-right:42px!important}.mb-42,.my-42{margin-bottom:42px!important}.pb-42,.py-42{padding-bottom:42px!important}.ml-42,.mx-42{margin-left:42px!important}.pl-42,.px-42{padding-left:42px!important}.m-44{margin:44px!important}.p-44{padding:44px!important}.mt-44,.my-44{margin-top:44px!important}.pt-44,.py-44{padding-top:44px!important}.mr-44,.mx-44{margin-right:44px!important}.pr-44,.px-44{padding-right:44px!important}.mb-44,.my-44{margin-bottom:44px!important}.pb-44,.py-44{padding-bottom:44px!important}.ml-44,.mx-44{margin-left:44px!important}.pl-44,.px-44{padding-left:44px!important}.m-46{margin:46px!important}.p-46{padding:46px!important}.mt-46,.my-46{margin-top:46px!important}.pt-46,.py-46{padding-top:46px!important}.mr-46,.mx-46{margin-right:46px!important}.pr-46,.px-46{padding-right:46px!important}.mb-46,.my-46{margin-bottom:46px!important}.pb-46,.py-46{padding-bottom:46px!important}.ml-46,.mx-46{margin-left:46px!important}.pl-46,.px-46{padding-left:46px!important}.m-48{margin:48px!important}.p-48{padding:48px!important}.mt-48,.my-48{margin-top:48px!important}.pt-48,.py-48{padding-top:48px!important}.mr-48,.mx-48{margin-right:48px!important}.pr-48,.px-48{padding-right:48px!important}.mb-48,.my-48{margin-bottom:48px!important}.pb-48,.py-48{padding-bottom:48px!important}.ml-48,.mx-48{margin-left:48px!important}.pl-48,.px-48{padding-left:48px!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}.grid-columns-2{grid-template-columns:repeat(2,1fr)!important}.grid-col-span-2{grid-column:span 2!important}.grid-row-span-2{grid-row:span 2!important}.grid-columns-3{grid-template-columns:repeat(3,1fr)!important}.grid-col-span-3{grid-column:span 3!important}.grid-row-span-3{grid-row:span 3!important}.grid-columns-4{grid-template-columns:repeat(4,1fr)!important}.grid-col-span-4{grid-column:span 4!important}.grid-row-span-4{grid-row:span 4!important}.grid-columns-5{grid-template-columns:repeat(5,1fr)!important}.grid-col-span-5{grid-column:span 5!important}.grid-row-span-5{grid-row:span 5!important}.grid-columns-6{grid-template-columns:repeat(6,1fr)!important}.grid-col-span-6{grid-column:span 6!important}.grid-row-span-6{grid-row:span 6!important}.grid-columns-7{grid-template-columns:repeat(7,1fr)!important}.grid-col-span-7{grid-column:span 7!important}.grid-row-span-7{grid-row:span 7!important}.grid-columns-8{grid-template-columns:repeat(8,1fr)!important}.grid-col-span-8{grid-column:span 8!important}.grid-row-span-8{grid-row:span 8!important}.grid-columns-auto{--min-col-width: 100px;grid-template-columns:repeat(auto-fit,minmax(var(--min-col-width),1fr))}.gap-2{grid-gap:2px!important}.gap-row-2{grid-row-gap:2px!important}.gap-col-2{grid-column-gap:2px!important}.gap-4{grid-gap:4px!important}.gap-row-4{grid-row-gap:4px!important}.gap-col-4{grid-column-gap:4px!important}.gap-6{grid-gap:6px!important}.gap-row-6{grid-row-gap:6px!important}.gap-col-6{grid-column-gap:6px!important}.gap-8{grid-gap:8px!important}.gap-row-8{grid-row-gap:8px!important}.gap-col-8{grid-column-gap:8px!important}.gap-10{grid-gap:10px!important}.gap-row-10{grid-row-gap:10px!important}.gap-col-10{grid-column-gap:10px!important}.gap-12{grid-gap:12px!important}.gap-row-12{grid-row-gap:12px!important}.gap-col-12{grid-column-gap:12px!important}.gap-14{grid-gap:14px!important}.gap-row-14{grid-row-gap:14px!important}.gap-col-14{grid-column-gap:14px!important}.gap-16{grid-gap:16px!important}.gap-row-16{grid-row-gap:16px!important}.gap-col-16{grid-column-gap:16px!important}.gap-18{grid-gap:18px!important}.gap-row-18{grid-row-gap:18px!important}.gap-col-18{grid-column-gap:18px!important}.gap-20{grid-gap:20px!important}.gap-row-20{grid-row-gap:20px!important}.gap-col-20{grid-column-gap:20px!important}.gap-22{grid-gap:22px!important}.gap-row-22{grid-row-gap:22px!important}.gap-col-22{grid-column-gap:22px!important}.gap-24{grid-gap:24px!important}.gap-row-24{grid-row-gap:24px!important}.gap-col-24{grid-column-gap:24px!important}.gap-26{grid-gap:26px!important}.gap-row-26{grid-row-gap:26px!important}.gap-col-26{grid-column-gap:26px!important}.gap-28{grid-gap:28px!important}.gap-row-28{grid-row-gap:28px!important}.gap-col-28{grid-column-gap:28px!important}.gap-30{grid-gap:30px!important}.gap-row-30{grid-row-gap:30px!important}.gap-col-30{grid-column-gap:30px!important}.gap-32{grid-gap:32px!important}.gap-row-32{grid-row-gap:32px!important}.gap-col-32{grid-column-gap:32px!important}.gap-34{grid-gap:34px!important}.gap-row-34{grid-row-gap:34px!important}.gap-col-34{grid-column-gap:34px!important}.gap-36{grid-gap:36px!important}.gap-row-36{grid-row-gap:36px!important}.gap-col-36{grid-column-gap:36px!important}.gap-38{grid-gap:38px!important}.gap-row-38{grid-row-gap:38px!important}.gap-col-38{grid-column-gap:38px!important}.gap-40{grid-gap:40px!important}.gap-row-40{grid-row-gap:40px!important}.gap-col-40{grid-column-gap:40px!important}.gap-42{grid-gap:42px!important}.gap-row-42{grid-row-gap:42px!important}.gap-col-42{grid-column-gap:42px!important}.gap-44{grid-gap:44px!important}.gap-row-44{grid-row-gap:44px!important}.gap-col-44{grid-column-gap:44px!important}.gap-46{grid-gap:46px!important}.gap-row-46{grid-row-gap:46px!important}.gap-col-46{grid-column-gap:46px!important}.gap-48{grid-gap:48px!important}.gap-row-48{grid-row-gap:48px!important}.gap-col-48{grid-column-gap:48px!important}.d-none{display:none!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-flex,.d-flex-around-center,.d-flex-between-center,.d-flex-between,.d-flex-align-center,.d-flex-column-center,.d-flex-column,.d-flex-center{display:flex!important}.d-grid{display:grid!important}.d-inline-block{display:inline-block!important}.d-inline-flex{display:inline-flex!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-between,.d-flex-between-center,.d-flex-between{justify-content:space-between!important}.justify-content-around,.d-flex-around-center{justify-content:space-around!important}.justify-content-center,.d-flex-center{justify-content:center!important}.justify-content-initial{justify-content:initial!important}.align-content-stretch{align-content:stretch!important}.align-content-center{align-content:center!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-initial{align-content:initial!important}.align-content-inherit{align-content:inherit!important}.justify-items-center{justify-items:center!important}.justify-items-start{justify-items:start!important}.justify-items-end{justify-items:end!important}.justify-items-start{justify-items:flex-start!important}.justify-items-end{justify-items:flex-end!important}.justify-items-self-start{justify-items:self-start!important}.justify-items-self-end{justify-items:self-end!important}.justify-items-left{justify-items:left!important}.justify-items-right{justify-items:right!important}.align-items-stretch{align-items:stretch!important}.align-items-center,.d-flex-around-center,.d-flex-between-center,.d-flex-align-center,.d-flex-column-center,.d-flex-center{align-items:center!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-baseline{align-items:baseline!important}.align-items-initial{align-items:initial!important}.flex-row{flex-direction:row!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column,.d-flex-column-center,.d-flex-column{flex-direction:column!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap{flex-wrap:wrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-relative{position:relative!important}.position-static{position:static!important}.position-inherit{position:inherit!important}.position-sticky{position:sticky!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-justify{text-align:justify!important}.text-inherit{text-align:inherit!important}.vertical-align-baseline{vertical-align:baseline!important}.vertical-align-sub{vertical-align:sub!important}.vertical-align-super{vertical-align:super!important}.vertical-align-top{vertical-align:top!important}.vertical-align-text-top{vertical-align:text-top!important}.vertical-align-middle{vertical-align:middle!important}.vertical-align-bottom{vertical-align:bottom!important}.vertical-align-text-bottom{vertical-align:text-bottom!important}.vertical-align-inherit{vertical-align:inherit!important}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}.float-inherit{float:inherit!important}.w-auto{width:auto!important}.w-fit{width:fit-content!important}.w-inherit{width:inherit!important}.h-auto{height:auto!important}.h-fit{height:fit-content!important}.h-inherit{height:inherit!important}.cursor-default{cursor:default!important}.cursor-auto{cursor:auto!important}.cursor-crosshair{cursor:crosshair!important}.cursor-pointer{cursor:pointer!important}.cursor-move{cursor:move!important}.cursor-e-resize{cursor:e-resize!important}.cursor-ne-resize{cursor:ne-resize!important}.cursor-nw-resize{cursor:nw-resize!important}.cursor-n-resize{cursor:n-resize!important}.cursor-se-resize{cursor:se-resize!important}.cursor-sw-resize{cursor:sw-resize!important}.cursor-s-resize{cursor:s-resize!important}.cursor-w-resize{cursor:w-resize!important}.cursor-text{cursor:text!important}.cursor-wait{cursor:wait!important}.cursor-help{cursor:help!important}.overflow-visible{overflow:visible!important}.overflow-hidden{overflow:hidden!important}.overflow-scroll{overflow:scroll!important}.overflow-auto{overflow:auto!important}.overflow-inherit{overflow:inherit!important}.events-none{pointer-events:none!important}.events-initial{pointer-events:initial!important}.events-inherit{pointer-events:inherit!important}.debugger-bor-1{outline:2px dashed hsl(50,100%,50%);box-shadow:inset 0 0 10px #ffd500b3}.debugger-bor-2{outline:2px dashed hsl(100,100%,50%);box-shadow:inset 0 0 10px #55ff00b3}.debugger-bor-3{outline:2px dashed hsl(150,100%,50%);box-shadow:inset 0 0 10px #00ff80b3}.debugger-bor-4{outline:2px dashed hsl(200,100%,50%);box-shadow:inset 0 0 10px #00aaffb3}.debugger-bor-5{outline:2px dashed hsl(250,100%,50%);box-shadow:inset 0 0 10px #2a00ffb3}.debugger-bor-6{outline:2px dashed hsl(300,100%,50%);box-shadow:inset 0 0 10px #ff00ffb3}.debugger-bor-7,.debugger-bor{outline:2px dashed hsl(350,100%,50%);box-shadow:inset 0 0 10px #ff002bb3}.overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflow-line-clamp-2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.overflow-line-clamp-3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.overflow-line-clamp-4{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.text-gradient{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.position-anchor[data-v-b1fd5468]{position:absolute;width:0;height:0;display:flex}.position-anchor.position-anchor--center[data-v-b1fd5468]{justify-content:center;align-items:center}.position-anchor.position-anchor--top-left[data-v-b1fd5468]{justify-content:left;align-items:flex-start}.position-anchor.position-anchor--top-right[data-v-b1fd5468]{justify-content:right;align-items:flex-start}.position-anchor.position-anchor--bottom-left[data-v-b1fd5468]{justify-content:left;align-items:flex-end}.position-anchor.position-anchor--bottom-right[data-v-b1fd5468]{justify-content:right;align-items:flex-end}.position-anchor.position-anchor--bottom[data-v-b1fd5468]{justify-content:center;align-items:flex-end}.position-anchor.position-anchor--top[data-v-b1fd5468]{justify-content:center;align-items:flex-start}.position-anchor.position-anchor--right[data-v-b1fd5468]{justify-content:flex-end;align-items:center}.position-anchor.position-anchor--left[data-v-b1fd5468]{justify-content:flex-start;align-items:center}.progress-ring[data-v-a48e82e0]{display:block}.progress-ring circle[data-v-a48e82e0]{transform-box:fill-box;transform-origin:center;transition:all var(--duration) ease-in-out}.adaptive-box__body[data-v-78619194]{overflow:hidden;margin-left:auto;margin-right:auto}.adaptive-box__content[data-v-78619194]{transform-origin:left top;width:fit-content;--adaptive-height: initial}.amap-content-body,.amap-content-body .amap-lib-infowindow{background:inherit}.coordinate-pickup-autocomplete li{margin-bottom:8px}.coordinate-pickup-autocomplete .autocomplete-subtitle{font-size:12px;color:var(--el-text-color-secondary);line-height:12px}.coordinate-pickup-form[data-v-f60f53ce] .el-form-item{margin-right:16px}.coordinate-pickup[data-v-f60f53ce]{height:50vh;min-height:400px;max-height:920px}.drag-drop-box[data-v-d1a01b58]{position:absolute}.drag-drop-content[data-v-ebe862bb]{width:fit-content;height:fit-content}.progress-bar[data-v-a7a9d9ba]{position:relative;display:flex;align-items:center}.icon[data-v-b3bb1cc0]{color:#fff}.icon.is-active[data-v-b3bb1cc0]{color:#157edf}.ys-video[data-v-0f68a5ad] .header-controls div:nth-child(2) .theme-icon-item{width:32px!important;display:flex;justify-content:center;align-items:center;padding-top:6px}.ys-video[data-v-0f68a5ad] .header-controls div:nth-child(2) .theme-icon-item svg{height:48px!important;width:48px!important}.ys-video[data-v-0f68a5ad] .header-controls div:nth-child(2) .theme-icon-item:last-child{padding-left:16px}.play-mask[data-v-0f68a5ad]{background-color:#626365;background-repeat:no-repeat;background-size:100% 100%;top:0;left:0}.play-mask .header[data-v-0f68a5ad]{height:20%;inset:0 auto auto 0;min-height:48px;background:linear-gradient(to bottom,#0008 0,#0006 30%,#0003 50%,#0000);padding:10px 8px;width:100%}.play-mask .header .title-box[data-v-0f68a5ad]{max-width:50%;height:48px}.show-log[data-v-39dd9fde]{background:#fff;border-radius:5px;padding:10px;-webkit-user-select:none;user-select:none;box-shadow:0 2px 4px #ccc;min-width:150px}.show-log.is-min[data-v-39dd9fde]{overflow:hidden}.empty-box{position:relative}.empty-box_content{width:100%;height:100%}.empty-box_content.is-hide{opacity:0}.empty-box_error{width:100%;height:100%;position:absolute;z-index:5;display:flex;justify-content:center;align-items:center}.empty-box_error .el-empty{--el-empty-padding: 0}.empty-box_error .empty-box__image{opacity:var(--opacity);filter:hue-rotate(var(--hue-rotate))}.echarts-canvas[data-v-ec5e13a9]{position:relative}.echarts-canvas .echarts-canvas__inner[data-v-ec5e13a9]{width:100%;height:100%;position:absolute}.echarts-canvas .echarts-canvas__inner.is-empty[data-v-ec5e13a9]{opacity:0}.scroll-container[data-v-a640aede]{overflow:auto}.scroll-container[data-v-a640aede]::-webkit-scrollbar{width:0;height:0}.scroll-container .scroll-inner[data-v-a640aede]{display:flex;width:100%;flex-direction:column}[data-v-92b72876] .el-pagination{--el-pagination-bg-color: transparent;--el-pagination-button-disabled-bg-color: transparent}.table-pagination[data-v-92b72876]{padding:16px 0 8px}.upload-image[data-v-b69959e0]{margin-bottom:-8px}.upload-image.limit_is-max[data-v-b69959e0] .el-upload-list--picture-card .el-upload--picture-card{display:none}.upload-image[data-v-b69959e0] .el-upload-list--picture-card .el-upload-list__item{width:var(--upload-size-w);height:var(--upload-size-h)}.upload-image[data-v-b69959e0] .el-upload-list--picture-card .el-upload-list__item.is-success:focus:not(:hover) .el-icon--close-tip{display:none!important}.upload-image[data-v-b69959e0] .el-upload-list--picture-card .el-upload-list__item.is-success:focus .el-upload-list__item-status-label{display:inline-flex;opacity:1}.upload-image[data-v-b69959e0] .el-upload-list--picture-card .el-upload--picture-card{margin-bottom:8px;width:var(--upload-size-w);height:var(--upload-size-h)}.upload-files[data-v-697f1dc7] .el-upload.is-drag{width:var(--upload-size-w);height:var(--upload-size-h)}.upload-files[data-v-697f1dc7] .el-upload .el-upload-dragger{padding:unset;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.upload-files[data-v-697f1dc7] .el-upload-list,.upload-file[data-v-235553c7] .el-upload-list{margin:unset}.images-box[data-v-3e7a597a]{display:flex;flex-wrap:wrap;gap:8px}.images-box[data-v-3e7a597a] .el-image{width:var(--size-w);height:var(--size-h)}
|
|
1
|
+
.position-anchor[data-v-b1fd5468]{position:absolute;width:0;height:0;display:flex}.position-anchor.position-anchor--center[data-v-b1fd5468]{justify-content:center;align-items:center}.position-anchor.position-anchor--top-left[data-v-b1fd5468]{justify-content:left;align-items:flex-start}.position-anchor.position-anchor--top-right[data-v-b1fd5468]{justify-content:right;align-items:flex-start}.position-anchor.position-anchor--bottom-left[data-v-b1fd5468]{justify-content:left;align-items:flex-end}.position-anchor.position-anchor--bottom-right[data-v-b1fd5468]{justify-content:right;align-items:flex-end}.position-anchor.position-anchor--bottom[data-v-b1fd5468]{justify-content:center;align-items:flex-end}.position-anchor.position-anchor--top[data-v-b1fd5468]{justify-content:center;align-items:flex-start}.position-anchor.position-anchor--right[data-v-b1fd5468]{justify-content:flex-end;align-items:center}.position-anchor.position-anchor--left[data-v-b1fd5468]{justify-content:flex-start;align-items:center}.progress-ring[data-v-a48e82e0]{display:block}.progress-ring circle[data-v-a48e82e0]{transform-box:fill-box;transform-origin:center;transition:all var(--duration) ease-in-out}.adaptive-box__body[data-v-78619194]{overflow:hidden;margin-left:auto;margin-right:auto}.adaptive-box__content[data-v-78619194]{transform-origin:left top;width:fit-content;--adaptive-height: initial}.amap-content-body,.amap-content-body .amap-lib-infowindow{background:inherit}.coordinate-pickup-autocomplete li{margin-bottom:8px}.coordinate-pickup-autocomplete .autocomplete-subtitle{font-size:12px;color:var(--el-text-color-secondary);line-height:12px}.coordinate-pickup-form[data-v-f60f53ce] .el-form-item{margin-right:16px}.coordinate-pickup[data-v-f60f53ce]{height:50vh;min-height:400px;max-height:920px}.drag-drop-box[data-v-d1a01b58]{position:absolute}.drag-drop-content[data-v-ebe862bb]{width:fit-content;height:fit-content}.progress-bar[data-v-a7a9d9ba]{position:relative;display:flex;align-items:center}.icon[data-v-b3bb1cc0]{color:#fff}.icon.is-active[data-v-b3bb1cc0]{color:#157edf}.ys-video[data-v-0f68a5ad] .header-controls div:nth-child(2) .theme-icon-item{width:32px!important;display:flex;justify-content:center;align-items:center;padding-top:6px}.ys-video[data-v-0f68a5ad] .header-controls div:nth-child(2) .theme-icon-item svg{height:48px!important;width:48px!important}.ys-video[data-v-0f68a5ad] .header-controls div:nth-child(2) .theme-icon-item:last-child{padding-left:16px}.play-mask[data-v-0f68a5ad]{background-color:#626365;background-repeat:no-repeat;background-size:100% 100%;top:0;left:0}.play-mask .header[data-v-0f68a5ad]{height:20%;inset:0 auto auto 0;min-height:48px;background:linear-gradient(to bottom,#0008 0,#0006 30%,#0003 50%,#0000);padding:10px 8px;width:100%}.play-mask .header .title-box[data-v-0f68a5ad]{max-width:50%;height:48px}.show-log[data-v-39dd9fde]{background:#fff;border-radius:5px;padding:10px;-webkit-user-select:none;user-select:none;box-shadow:0 2px 4px #ccc;min-width:150px}.show-log.is-min[data-v-39dd9fde]{overflow:hidden}.empty-box{position:relative}.empty-box_content{width:100%;height:100%}.empty-box_content.is-hide{opacity:0}.empty-box_error{width:100%;height:100%;position:absolute;z-index:5;display:flex;justify-content:center;align-items:center}.empty-box_error .el-empty{--el-empty-padding: 0}.empty-box_error .empty-box__image{opacity:var(--opacity);filter:hue-rotate(var(--hue-rotate))}.echarts-canvas[data-v-ec5e13a9]{position:relative}.echarts-canvas .echarts-canvas__inner[data-v-ec5e13a9]{width:100%;height:100%;position:absolute}.echarts-canvas .echarts-canvas__inner.is-empty[data-v-ec5e13a9]{opacity:0}.scroll-container[data-v-a640aede]{overflow:auto}.scroll-container[data-v-a640aede]::-webkit-scrollbar{width:0;height:0}.scroll-container .scroll-inner[data-v-a640aede]{display:flex;width:100%;flex-direction:column}[data-v-92b72876] .el-pagination{--el-pagination-bg-color: transparent;--el-pagination-button-disabled-bg-color: transparent}.table-pagination[data-v-92b72876]{padding:16px 0 8px}.upload-image[data-v-b69959e0]{margin-bottom:-8px}.upload-image.limit_is-max[data-v-b69959e0] .el-upload-list--picture-card .el-upload--picture-card{display:none}.upload-image[data-v-b69959e0] .el-upload-list--picture-card .el-upload-list__item{width:var(--upload-size-w);height:var(--upload-size-h)}.upload-image[data-v-b69959e0] .el-upload-list--picture-card .el-upload-list__item.is-success:focus:not(:hover) .el-icon--close-tip{display:none!important}.upload-image[data-v-b69959e0] .el-upload-list--picture-card .el-upload-list__item.is-success:focus .el-upload-list__item-status-label{display:inline-flex;opacity:1}.upload-image[data-v-b69959e0] .el-upload-list--picture-card .el-upload--picture-card{margin-bottom:8px;width:var(--upload-size-w);height:var(--upload-size-h)}.upload-files[data-v-697f1dc7] .el-upload.is-drag{width:var(--upload-size-w);height:var(--upload-size-h)}.upload-files[data-v-697f1dc7] .el-upload .el-upload-dragger{padding:unset;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.upload-files[data-v-697f1dc7] .el-upload-list,.upload-file[data-v-235553c7] .el-upload-list{margin:unset}.images-box[data-v-0be6986e]{display:flex;flex-wrap:wrap;gap:8px}.images-box[data-v-0be6986e] .el-image{width:var(--size-w);height:var(--size-h)}
|