sat-earth 3.1.6 → 3.1.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/dts/components/components.d.ts +6 -6
- package/dist/dts/components/location/SatLocation.vue.d.ts +2 -2
- package/dist/dts/components/location/SatLocationMain.vue.d.ts +2 -2
- package/dist/dts/components/location/SatRegionLevel.vue.d.ts +2 -2
- package/dist/dts/components/location/index.d.ts +3 -3
- package/dist/dts/utils/types/index.d.ts +3 -1
- package/dist/sat-earth.mjs +7 -7
- package/dist/style.css +1 -1
- package/package.json +3 -2
|
@@ -780,7 +780,7 @@ export declare const components: (({
|
|
|
780
780
|
};
|
|
781
781
|
}) & ((app: import('vue').App, ...options: any[]) => any) & Partial<import('vue').ObjectPlugin<any[]>>) | ({
|
|
782
782
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
783
|
-
|
|
783
|
+
areasJsonPerfix: {
|
|
784
784
|
type: globalThis.PropType<string>;
|
|
785
785
|
};
|
|
786
786
|
}>> & Readonly<{
|
|
@@ -797,7 +797,7 @@ export declare const components: (({
|
|
|
797
797
|
M: {};
|
|
798
798
|
Defaults: {};
|
|
799
799
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
800
|
-
|
|
800
|
+
areasJsonPerfix: {
|
|
801
801
|
type: globalThis.PropType<string>;
|
|
802
802
|
};
|
|
803
803
|
}>> & Readonly<{
|
|
@@ -808,7 +808,7 @@ export declare const components: (({
|
|
|
808
808
|
__isTeleport?: never;
|
|
809
809
|
__isSuspense?: never;
|
|
810
810
|
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
811
|
-
|
|
811
|
+
areasJsonPerfix: {
|
|
812
812
|
type: globalThis.PropType<string>;
|
|
813
813
|
};
|
|
814
814
|
}>> & Readonly<{
|
|
@@ -825,7 +825,7 @@ export declare const components: (({
|
|
|
825
825
|
};
|
|
826
826
|
}) & import('vue').ObjectPlugin<any[]>) | ({
|
|
827
827
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
828
|
-
|
|
828
|
+
areasJsonPerfix: {
|
|
829
829
|
type: globalThis.PropType<string>;
|
|
830
830
|
};
|
|
831
831
|
}>> & Readonly<{
|
|
@@ -842,7 +842,7 @@ export declare const components: (({
|
|
|
842
842
|
M: {};
|
|
843
843
|
Defaults: {};
|
|
844
844
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
845
|
-
|
|
845
|
+
areasJsonPerfix: {
|
|
846
846
|
type: globalThis.PropType<string>;
|
|
847
847
|
};
|
|
848
848
|
}>> & Readonly<{
|
|
@@ -853,7 +853,7 @@ export declare const components: (({
|
|
|
853
853
|
__isTeleport?: never;
|
|
854
854
|
__isSuspense?: never;
|
|
855
855
|
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
856
|
-
|
|
856
|
+
areasJsonPerfix: {
|
|
857
857
|
type: globalThis.PropType<string>;
|
|
858
858
|
};
|
|
859
859
|
}>> & Readonly<{
|
|
@@ -4,12 +4,12 @@ declare function __VLS_template(): {
|
|
|
4
4
|
path?(_: {}): any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
7
|
-
|
|
7
|
+
areasJsonPerfix?: string;
|
|
8
8
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
9
|
initHooks: () => void;
|
|
10
10
|
destroyHooks: () => void;
|
|
11
11
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
12
|
-
|
|
12
|
+
areasJsonPerfix?: string;
|
|
13
13
|
}>>> & Readonly<{
|
|
14
14
|
onInitHooks?: (() => any) | undefined;
|
|
15
15
|
onDestroyHooks?: (() => any) | undefined;
|
|
@@ -3,9 +3,9 @@ declare function __VLS_template(): {
|
|
|
3
3
|
path?(_: {}): any;
|
|
4
4
|
};
|
|
5
5
|
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
-
|
|
6
|
+
areasJsonPerfix?: string;
|
|
7
7
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
-
|
|
8
|
+
areasJsonPerfix?: string;
|
|
9
9
|
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
11
11
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
|
|
2
|
+
areasJsonPerfix?: string;
|
|
3
3
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
-
|
|
4
|
+
areasJsonPerfix?: string;
|
|
5
5
|
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
export default _default;
|
|
7
7
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -2,7 +2,7 @@ import { default as SatLocationSFC } from './SatLocation.vue';
|
|
|
2
2
|
|
|
3
3
|
declare const SatLocation: import('../../utils/installer').SFCWithInstall<{
|
|
4
4
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
5
|
-
|
|
5
|
+
areasJsonPerfix: {
|
|
6
6
|
type: globalThis.PropType<string>;
|
|
7
7
|
};
|
|
8
8
|
}>> & Readonly<{
|
|
@@ -19,7 +19,7 @@ declare const SatLocation: import('../../utils/installer').SFCWithInstall<{
|
|
|
19
19
|
M: {};
|
|
20
20
|
Defaults: {};
|
|
21
21
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
22
|
-
|
|
22
|
+
areasJsonPerfix: {
|
|
23
23
|
type: globalThis.PropType<string>;
|
|
24
24
|
};
|
|
25
25
|
}>> & Readonly<{
|
|
@@ -30,7 +30,7 @@ declare const SatLocation: import('../../utils/installer').SFCWithInstall<{
|
|
|
30
30
|
__isTeleport?: never;
|
|
31
31
|
__isSuspense?: never;
|
|
32
32
|
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
33
|
-
|
|
33
|
+
areasJsonPerfix: {
|
|
34
34
|
type: globalThis.PropType<string>;
|
|
35
35
|
};
|
|
36
36
|
}>> & Readonly<{
|
|
@@ -57,6 +57,9 @@ export type MarsMapOptions = {
|
|
|
57
57
|
export type SatMapOptions = {
|
|
58
58
|
map3d?: {
|
|
59
59
|
scene?: Mars3dMap.sceneOptions;
|
|
60
|
+
terrain?: Mars3dMap.terrainOptions;
|
|
61
|
+
method: Mars3dMap.methodOptions;
|
|
62
|
+
thing?: Mars3dMap.thingOptions;
|
|
60
63
|
control?: SatMapControl;
|
|
61
64
|
mouse?: Mars3dMap.mouseOptions;
|
|
62
65
|
effect?: Mars3dMap.effectOptions;
|
|
@@ -65,7 +68,6 @@ export type SatMapOptions = {
|
|
|
65
68
|
cover?: boolean;
|
|
66
69
|
list?: SatLayer[];
|
|
67
70
|
};
|
|
68
|
-
_basemapsCache?: SatLayer[];
|
|
69
71
|
custom?: SatMapCustomOptions;
|
|
70
72
|
};
|
|
71
73
|
};
|
package/dist/sat-earth.mjs
CHANGED
|
@@ -5372,12 +5372,12 @@ const Gi = { class: "custom-tree-node" }, Di = ["onClick"], Mi = {
|
|
|
5372
5372
|
name: "SatRegionLevel",
|
|
5373
5373
|
__name: "SatRegionLevel",
|
|
5374
5374
|
props: {
|
|
5375
|
-
|
|
5375
|
+
areasJsonPerfix: {}
|
|
5376
5376
|
},
|
|
5377
5377
|
setup(o) {
|
|
5378
5378
|
const a = o, e = z(me);
|
|
5379
5379
|
z(oe, "");
|
|
5380
|
-
const c = yr(e, a.
|
|
5380
|
+
const c = yr(e, a.areasJsonPerfix), n = N(), i = N([]), d = {
|
|
5381
5381
|
options: Yo,
|
|
5382
5382
|
showAllLevels: !0,
|
|
5383
5383
|
placeholder: "请选择",
|
|
@@ -5426,11 +5426,11 @@ const Gi = { class: "custom-tree-node" }, Di = ["onClick"], Mi = {
|
|
|
5426
5426
|
]);
|
|
5427
5427
|
};
|
|
5428
5428
|
}
|
|
5429
|
-
}), hr = /* @__PURE__ */ ie(ur, [["__scopeId", "data-v-
|
|
5429
|
+
}), hr = /* @__PURE__ */ ie(ur, [["__scopeId", "data-v-39162fb6"]]), fr = { class: "location-main" }, gr = { class: "tab-panel-item" }, br = { class: "item-content" }, wr = { class: "tab-panel-item" }, Cr = { class: "item-content" }, Sr = { class: "tab-panel-item" }, Lr = { class: "item-content" }, kr = { class: "tab-panel-item" }, xr = { class: "item-content" }, Ar = /* @__PURE__ */ $({
|
|
5430
5430
|
name: "SatLocationMain",
|
|
5431
5431
|
__name: "SatLocationMain",
|
|
5432
5432
|
props: {
|
|
5433
|
-
|
|
5433
|
+
areasJsonPerfix: {}
|
|
5434
5434
|
},
|
|
5435
5435
|
setup(o) {
|
|
5436
5436
|
const a = N("行政区定位");
|
|
@@ -5450,7 +5450,7 @@ const Gi = { class: "custom-tree-node" }, Di = ["onClick"], Mi = {
|
|
|
5450
5450
|
default: b(() => [
|
|
5451
5451
|
L("div", gr, [
|
|
5452
5452
|
L("div", br, [
|
|
5453
|
-
h(hr, { "
|
|
5453
|
+
h(hr, { "areas-json-perfix": e.areasJsonPerfix }, null, 8, ["areas-json-perfix"])
|
|
5454
5454
|
])
|
|
5455
5455
|
])
|
|
5456
5456
|
]),
|
|
@@ -5505,11 +5505,11 @@ const Gi = { class: "custom-tree-node" }, Di = ["onClick"], Mi = {
|
|
|
5505
5505
|
]);
|
|
5506
5506
|
};
|
|
5507
5507
|
}
|
|
5508
|
-
}), Pr = /* @__PURE__ */ ie(Ar, [["__scopeId", "data-v-
|
|
5508
|
+
}), Pr = /* @__PURE__ */ ie(Ar, [["__scopeId", "data-v-3254f6ef"]]), _r = /* @__PURE__ */ $({
|
|
5509
5509
|
name: "SatLocation",
|
|
5510
5510
|
__name: "SatLocation",
|
|
5511
5511
|
props: {
|
|
5512
|
-
|
|
5512
|
+
areasJsonPerfix: {}
|
|
5513
5513
|
},
|
|
5514
5514
|
emits: ["initHooks", "destroyHooks"],
|
|
5515
5515
|
setup(o, { emit: a }) {
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.dark-icon[data-v-0e77afb8]{color:#fff}.light-icon[data-v-f6b8462f]{color:#000}.sat-map-split-panel[data-v-46743310]{position:absolute;width:400px;top:30px;left:calc((100% - 400px)/2);height:100px;z-index:19980115;display:flex;background-color:var(--kb-bg-color-transparent-current-custom)}.sat-map-split-panel-mobile[data-v-46743310]{position:fixed;bottom:0;height:14%;width:100%;display:flex;background-color:var(--kb-bg-color-transparent-current-custom)}.sat-map-split-panel-module[data-v-46743310]{width:50%;padding:10px;display:flex;flex-direction:column;justify-content:space-around}.sat-map-split-panel-title[data-v-46743310]{color:var(--kb-text-color-current-custom);font-size:16px}.sat-panel[data-v-098e52c4]{position:absolute;width:360px;top:30px;left:40px;height:calc(100% - 90px);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.sat-panel-content[data-v-098e52c4]{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;border-radius:10px}.sat-panel-mobile[data-v-098e52c4]{position:fixed;top:unset;left:unset;bottom:0;height:40%;width:100%}.sat-panel-mobile.with-maximize[data-v-098e52c4]{height:100%}.sat-panel-content-header[data-v-098e52c4]{height:40px;line-height:40px;text-align:center;position:relative}.sat-panel-content-header-toolbar[data-v-098e52c4]{width:100px;height:100%;position:absolute;right:0;top:0;text-align:right;padding-right:10px}.sat-panel-content-header-toolbar .fa[data-v-098e52c4]{margin-left:10px}.sat-panel-content-main[data-v-098e52c4]{height:calc(100% - 40px);padding:10px}.sat-dragged[data-v-098e52c4]{cursor:move}.camera-bookmark-panel[data-v-c3a654e0]{top:30px;left:unset;right:80px}.camera-bookmark-form[data-v-c3a654e0]{height:40px;border-bottom:1px solid var(--el-color-primary-custom)}.camera-bookmark-list[data-v-c3a654e0]{height:calc(100% - 40px);width:100%;display:inline-block;overflow-x:hidden;overflow-y:auto}.camera-bookmark-item[data-v-c3a654e0]{margin-top:20px;display:flex;justify-content:center;flex-direction:column;align-items:center;padding:0 20px}.camera-bookmark-item .el-image[data-v-c3a654e0]{width:100%;max-height:140px;display:flex;align-items:center;cursor:pointer}.camera-bookmark-item .camera-bookmark-item-bottom[data-v-c3a654e0]{display:flex;justify-content:space-between;width:100%;height:30px;align-items:center}.camera-bookmark-form[data-v-c3a654e0] .el-input-group__append{width:80px;padding:0;justify-content:space-around}.sat-globe{width:100%;height:100%;position:relative;overflow:hidden}.sat-globe-main{position:relative;width:100%;height:100%}.sat-globe .sat-toggle-dark{position:absolute;bottom:0;left:40px;z-index:1001}.sat-globe-absolute{width:0!important;position:absolute!important;overflow:visible!important;left:0!important;top:0!important}.sat-globe:focus-visible{outline:unset!important}.sat-drawer-title[data-v-c80774ef]{text-align:center;font-size:18px;font-weight:600}.sat-menu-title[data-v-c80774ef]{height:40px;line-height:40px}.sat-menu-vertical[data-v-c80774ef]{border:transparent;overflow-x:hidden;overflow-y:auto}.sat-menu-vertical[data-v-c80774ef] .sat-menu-icon{margin-right:2px;font-size:20px;width:40px;text-align:center}.sat-menu-vertical[data-v-c80774ef] .sat-menu-control-area .sat-menu-icon{width:20px}.sat-menu-vertical[data-v-c80774ef] .sat-menu-image{margin-right:2px;width:40px}.sat-menu-vertical[data-v-c80774ef] .el-menu-item:after{height:0px;width:2px;position:absolute;left:0;top:0;content:""}.sat-menu-vertical[data-v-c80774ef] .el-menu-item{height:40px;line-height:40px;justify-content:space-between;cursor:unset}.sat-menu-vertical[data-v-c80774ef] .el-menu-item>div{display:flex;align-items:center;cursor:pointer}.sat-menu-vertical[data-v-c80774ef] .el-menu-item.is-active:after{height:0}.sat-menu-vertical[data-v-c80774ef] .el-menu-item:hover:after{height:100%;transition:height .3s}.sat-menu-vertical-inverse.sat-menu-vertical[data-v-c80774ef] .el-menu-item.is-active:after{height:0}.sat-menu-vertical-inverse.sat-menu-vertical[data-v-c80774ef] .el-menu-item:hover:after{height:100%;transition:height .3s}.sat-menu-vertical[data-v-c80774ef] .el-sub-menu>.el-sub-menu__title{height:40px;line-height:40px}.sat-menu-vertical[data-v-c80774ef] .el-sub-menu>.el-sub-menu__title>div{display:flex;align-items:center}.sat-menu[data-v-ed1f5b0e]{position:absolute;top:30px}.sat-icon-menu[data-v-ed1f5b0e]{font-size:20px;border-radius:0 20px 20px 0;padding:10px 10px 10px 5px;cursor:pointer}.sat-toolbar-opacity[data-v-27040ba8]{height:210px;padding:10px}.slider-item-block[data-v-27040ba8]{display:flex;align-items:center}.slider-item-block .el-slider[data-v-27040ba8]{margin-top:0;margin-left:12px}.slider-item-block .demonstration[data-v-27040ba8]{font-size:14px;line-height:32px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:0}.slider-item-block .demonstration+.el-slider[data-v-27040ba8]{flex:0 0 70%}.sat-toolbar-opacity[data-v-bd8b6b99]{height:60px;padding:10px}.slider-item-block[data-v-bd8b6b99]{display:flex;align-items:center}.slider-item-block .el-slider[data-v-bd8b6b99]{margin-top:0;margin-left:12px}.slider-item-block .demonstration[data-v-bd8b6b99]{font-size:14px;line-height:32px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:0}.slider-item-block .demonstration+.el-slider[data-v-bd8b6b99]{flex:0 0 60%}.source-main-tabs.el-tabs[data-v-edaed32c]{height:100%}.source-main-tabs.el-tabs[data-v-edaed32c] .el-tabs__content{height:calc(100% - 55px);overflow-y:auto;overflow-x:hidden}.source-main-tabs.el-tabs[data-v-edaed32c] .el-tabs__nav{width:100%}.source-main-tabs.el-tabs[data-v-edaed32c] .el-tabs__item{width:50%;text-align:center;padding:0!important}.source-main-tabs[data-v-edaed32c] .el-tree-node__label{width:100%}.custom-tree-node[data-v-edaed32c]{display:flex;justify-content:space-between;width:calc(100% - 24px);font-size:14px;height:26px;align-items:center}.sat-menu-icon[data-v-edaed32c]{font-size:16px;width:16px;height:16px;text-align:center}.menu-icon-area .sat-menu-icon[data-v-edaed32c]{margin-left:10px}.fa-sort-amount-desc[data-v-edaed32c]{font-size:12px;color:var(--el-color-primary-custom)}.dmdw-place-list[data-v-0e45b678]{width:100%;height:auto;max-height:426px;overflow-x:hidden;overflow-y:auto}.dmdw-place-list ul[data-v-0e45b678]{width:100%;height:auto}.dmdw-place-list ul li[data-v-0e45b678]{width:100%;height:84px;margin:1px;padding:10px;position:relative;cursor:pointer}.dmdw-place-list ul li.dmdw-place-active[data-v-0e45b678]{background-color:#337aab}.location-image[data-v-0e45b678]{width:20px;cursor:pointer;float:left}.dmdw-place-list ul li .location-image[data-v-0e45b678]{width:30px;filter:blur(3px);position:absolute;top:10px;left:10px}.dmdw-place-list ul li .image-index[data-v-0e45b678]{position:absolute;top:10px;left:10px;width:30px;text-align:center;height:30px;color:#0a3575;font-weight:bolder}.dmdw-place-list ul li .dmdw-place-item[data-v-0e45b678]{margin-left:50px;width:calc(100% - 50px);height:100%}.bottom-btn-area[data-v-0e45b678],.bottom-btn-area[data-v-947cbaeb]{display:flex;justify-content:center}.sat-poiquery[data-v-fc0d2b9c]{width:100%;height:100%;position:relative}.sat-poiquery-input[data-v-fc0d2b9c]{height:32px}.sat-poiquery-tip[data-v-fc0d2b9c]{position:absolute;max-height:400px;overflow-x:hidden;overflow-y:auto;width:100%;background-color:var(--kb-text-color-current-custom)}.sat-poiquery-tip ul[data-v-fc0d2b9c]{padding-left:10px}.sat-poiquery-tip ul li[data-v-fc0d2b9c]{color:var(--kb-bg-color-current-custom);font-size:14px;line-height:30px;padding-left:10px}.is-mobile .sat-poiquery-tip[data-v-fc0d2b9c]{max-height:144px}.sat-poiquery-result[data-v-fc0d2b9c]{width:100%;height:calc(100% - 62px);overflow-x:hidden;overflow-y:auto}.sat-poiquery-result ul[data-v-fc0d2b9c]{padding-left:10px}.sat-poiquery-result ul li[data-v-fc0d2b9c]{font-size:14px;line-height:30px;padding-left:10px}.sat-poiquery-pageinfo[data-v-fc0d2b9c]{height:30px;width:100%;display:flex;justify-content:center}.sat-regionlevel__cascader-panel{height:60vh}.sat-regionlevel__cascader-panel .el-cascader-panel{height:100%}.sat-regionlevel__cascader-panel .el-cascader-panel>.el-scrollbar{height:100%}.sat-regionlevel__cascader-panel .el-cascader-panel>.el-scrollbar>.el-cascader-menu__wrap{height:100%}.sat-regionlevel[data-v-b32fd833]{width:100%;height:100%;position:relative}.sat-regionlevel[data-v-b32fd833] .el-cascader{width:100%}.location-main[data-v-9c516a8c]{height:100%;overflow-x:hidden;overflow-y:auto}.location-main[data-v-9c516a8c] .el-tabs{height:100%}.location-main[data-v-9c516a8c] .el-tabs__item{padding:0!important;height:40px;line-height:40px}.location-main[data-v-9c516a8c] .el-tabs__header{margin:0}.location-main[data-v-9c516a8c] .el-tabs__content{height:calc(100% - 40px);overflow-y:auto}.location-main[data-v-9c516a8c] .el-tabs__content .el-tab-pane{height:100%;overflow-y:auto;position:relative}.location-main[data-v-9c516a8c] .el-tabs__active-bar{height:1px}.location-main[data-v-9c516a8c] .el-tabs__nav-wrap:after{height:1px;background-color:#b1b1b1}.location-main .tab-panel-label[data-v-9c516a8c]{text-align:center;width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column}.location-main .label-label[data-v-9c516a8c]{height:20px;line-height:20px;cursor:pointer}.location-main .layer-choose-area[data-v-9c516a8c]{width:16px;height:16px;float:left;box-shadow:0 0 4px #4f9eff;margin:8px 8px 0;cursor:pointer}.location-main .layer-open-list[data-v-9c516a8c]{cursor:pointer;margin:8px;color:#40cdff}.location-main .earth-mini-input[data-v-9c516a8c] .el-form-item__content span{position:absolute;right:-8px;top:0}.location-main .tab-panel-item[data-v-9c516a8c]{height:100%}.location-main .item-content[data-v-9c516a8c]{height:100%;padding:10px;overflow-x:hidden;overflow-y:auto}.measure-main[data-v-95a69c51]{height:100%;position:relative}.measure-main>div[data-v-95a69c51]{display:flex;justify-content:space-around;height:40px}.measure-main>div.measure-main-bottom[data-v-95a69c51]{justify-content:center;position:absolute;bottom:0;width:100%}.sat-measure[data-v-4823de0d]:not(.sat-panel-mobile){height:400px}.sat-globe .tui-image-editor-container{background-color:transparent;overflow:unset}.sat-globe .tui-image-editor-container>.tui-image-editor-help-menu{background-color:transparent}.sat-globe .tui-image-editor-container>.tui-image-editor-controls{background-color:transparent}.sat-globe .tui-image-editor-header{display:none}.sat-globe .tui-image-editor-container>.tui-image-editor-main-container{background-color:transparent!important}.sat-globe .tui-image-editor-main{background-color:transparent;display:flex;flex-direction:column;justify-content:space-between}.sat-globe div[class^="tui-image-editor-main tui-image-editor-menu-"]{flex-direction:column-reverse}.sat-globe div[class^="tui-image-editor-main tui-image-editor-menu-"]>.tui-image-editor-submenu{background-color:var(--el-color-primary-custom)!important;width:100%!important;display:grid!important;overflow:auto!important;padding-top:10px!important;position:static;min-height:150px}.sat-globe div[class^="tui-image-editor-main tui-image-editor-menu-"]>.tui-image-editor-submenu>div{background-color:transparent!important}.sat-globe div[class^="tui-image-editor-main tui-image-editor-menu-"]>.tui-image-editor-submenu li .tui-image-editor-button{position:unset}.sat-globe .tui-image-editor-menu-mask .tui-image-editor-button,.sat-globe .tie-icon-add-button .tui-image-editor-button{position:relative!important}.sat-globe .tui-image-editor-main>.tui-image-editor-submenu>.tui-image-editor-submenu-style{display:none}.sat-globe .tui-image-editor-main>.tui-image-editor-wrap{position:static}.sat-globe .tui-image-editor-main>.tui-image-editor-wrap>.tui-image-editor-size-wrap>.tui-image-editor-align-wrap{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.sat-globe .tui-image-editor-main>.tui-image-editor-wrap>.tui-image-editor-size-wrap>.tui-image-editor-align-wrap>.tui-image-editor{border:1px dotted var(--el-color-primary-custom);top:0!important}.sat-globe .tui-image-editor-container .svg_ic-menu{width:20px;height:20px}.sat-globe .tui-image-editor-container .tui-image-editor-submenu .tui-image-editor-button>label,.sat-globe .tui-image-editor-container .tui-image-editor-range-wrap.tui-image-editor-newline.short label,.sat-globe .tui-image-editor-container .tui-image-editor-range-wrap.tui-image-editor-newline.short label>span{color:#000!important}.sat-globe .tui-image-editor-submenu use.normal.use-default{fill:#000!important;stroke:#000!important}.sat-globe .color-picker-control{height:160px!important;top:unset!important;left:unset!important;right:0;bottom:152px}.tui-image-editor-container .tui-image-editor-controls .normal svg:hover>use.hover{fill:var(--el-color-primary-custom);stroke:var(--el-color-primary-custom)}.sat-globe .color-picker-control *{color:#000}.sat-globe .color-picker-control .triangle{display:none}.is-mobile .sat-globe .tui-image-editor-container .tui-image-editor-help-menu>.tui-image-editor-item,.is-mobile .sat-globe .tui-image-editor-container .tui-image-editor-menu>.tui-image-editor-item{padding:0 2px}.is-mobile .sat-globe .tui-image-editor-container .tui-image-editor-help-menu.top{top:30px}.tui-image-editor-container .tui-image-editor-menu>.tui-image-editor-item[tooltip-content]:hover:after,.tui-image-editor-container .tui-image-editor-help-menu>.tui-image-editor-item[tooltip-content]:hover:after{max-height:28px}.drawing-container[data-v-5bc4f452]{height:100%;position:relative}.drawing-container .custom-btn-eara[data-v-5bc4f452]{position:absolute;left:10px;top:15px;display:flex;justify-content:space-between;align-items:center}.is-mobile .drawing-container .custom-btn-eara[data-v-5bc4f452]{top:0}.custom-btn-eara .el-button[data-v-5bc4f452]{margin:0 10px}.sat-picture[data-v-79a69e94]{width:1440px}.is-mobile .sat-picture[data-v-79a69e94]{width:100%;height:100%;background-color:var(--kb-bg-color-current-custom)}.sat-picture[data-v-79a69e94] .sat-panel-content{overflow:unset}.plot-source-list[data-v-ee978c38]{height:100%}.plot-source-list-top[data-v-ee978c38]{height:34px;line-height:34px;width:100%;font-size:14px;display:flex;justify-content:space-around;align-items:center}.plot-source-list-top .el-button[data-v-ee978c38]{margin-left:10px}ul.plot-source-list-content[data-v-ee978c38]{overflow-y:auto;overflow-x:hidden;height:calc(100% - 34px);width:100%;margin:0;padding:0;display:flex;flex-wrap:wrap;align-content:flex-start}ul.plot-source-list-content li[data-v-ee978c38]{content-visibility:auto;width:60px;height:60px;margin:1vh 0px 0 2vh;position:relative;background-color:#abc7ef;overflow:hidden;display:flex;justify-content:center;align-items:center;cursor:pointer}ul.plot-source-list-content li .el-image[data-v-ee978c38]{width:auto;height:100%}ul.plot-source-list-content li.li-subtitle[data-v-ee978c38]{overflow:auto!important;width:100%!important;height:40px!important;background:transparent!important;justify-content:start!important}.plot-source-select[data-v-ee978c38]{width:70%}.plot-group[data-v-066e58f7]{height:100%}.plot-group .plot-group-top[data-v-066e58f7]{display:block;height:30px;line-height:30px;width:100%;font-size:14px}.plot-group .plot-group-top i[data-v-066e58f7]{cursor:pointer;font-size:18px;margin-right:20px}.plot-group .plot-group-top i[data-v-066e58f7]:hover{color:var(--el-color-primary-custom)}.plot-group[data-v-066e58f7] .el-tree{margin-top:10px;max-height:68vh}.plot-group[data-v-066e58f7] .el-input__icon{line-height:3vh}.plot-group[data-v-066e58f7] .custom-tree-node{line-height:27px}.plot-group[data-v-066e58f7] .custom-tree-node .tree-node-text{display:block;font-size:14px;min-width:100px}.plot-group-contextmenu[data-v-066e58f7]{margin:0;background:var(--kb-bg-color-transparent-current-custom);z-index:19980115;position:fixed;list-style-type:none;padding:5px 0;border-radius:4px;font-size:12px;font-weight:400;color:var(--kb-text-color-current-custom);box-shadow:0 0 2px 0 var(--kb-text-color-current-custom)}.plot-group-contextmenu li[data-v-066e58f7]{margin:0;padding:0 10px;line-height:30px;width:100px;cursor:pointer;text-align:center}.plot-group-contextmenu li[data-v-066e58f7]:hover{background:var(--kb-bg-color-current-custom)}.bottom-flex-center[data-v-066e58f7]{display:flex;justify-content:center}.fa-fire[data-v-066e58f7]{color:var(--el-color-primary-custom)}.plot-edit-attr[data-v-fa193dee]{height:100%;overflow-x:hidden;overflow-y:auto;padding:0 10px}.plot-edit-attr-top[data-v-fa193dee]{height:30px;color:var(--el-color-primary-custom)}ul[data-v-fa193dee]{text-align:center;margin:0;padding:0}ul li[data-v-fa193dee]{text-align:center;display:flex;align-items:center;margin:5px 0;font-size:14px}ul li div.plot-style-title[data-v-fa193dee]{width:120px;text-align:left;height:32px;line-height:32px}ul li div.plot-style-content[data-v-fa193dee]{width:calc(100% - 120px);text-align:left}.plot-edit-coord[data-v-1409729b]{height:100%;overflow-x:hidden;overflow-y:auto;padding:0 10px}.plot-edit-coord-top[data-v-1409729b]{height:30px;color:var(--el-color-primary-custom)}.coordinates-operate .fa[data-v-1409729b]{cursor:pointer;font-size:16px;margin-left:10px}.coordinates-operate .fa[data-v-1409729b]:hover{color:var(--el-color-primary-custom)}.plot-edit-style[data-v-0bee0548]{height:100%;overflow-x:hidden;overflow-y:auto;padding:0 10px}.plot-edit-style-top[data-v-0bee0548]{height:30px;line-height:30px;cursor:pointer;color:var(--el-color-primary-custom)}.plot-edit-style-template[data-v-0bee0548]{height:auto;width:100%}.plot-edit-style-template ul[data-v-0bee0548]{text-align:center;margin:0;padding:0}.plot-edit-style-template ul li[data-v-0bee0548]{text-align:center;display:flex;align-items:center;margin:5px 0;font-size:14px}.plot-edit-style-template ul li div.plot-style-title[data-v-0bee0548]{width:120px;text-align:left;height:32px;line-height:32px}.plot-edit-style-template ul li div.plot-style-content[data-v-0bee0548]{width:calc(100% - 120px);text-align:left}.plot-edit[data-v-4f2dca32],.plot-edit .el-tabs[data-v-4f2dca32],.plot-edit .el-tabs[data-v-4f2dca32] .el-tab-pane{height:100%}.plot-main[data-v-5fcf57af]{height:100%;overflow-x:hidden;overflow-y:auto}.plot-tools[data-v-5fcf57af]{width:calc(100% - 20px);height:40px;margin:2px 10px;align-items:center;border-bottom:1px solid var(--el-color-primary-custom);display:flex;justify-content:space-around;position:relative}.plot-tools[data-v-5fcf57af]:before{content:"";width:8px;height:4px;background-color:var(--kb-text-color-current-custom);position:absolute;bottom:-2px;left:0}.plot-tools[data-v-5fcf57af]:after{content:"";width:8px;height:4px;background-color:var(--kb-text-color-current-custom);position:absolute;bottom:-2px;right:0}.plot-tools .fa[data-v-5fcf57af]{cursor:pointer;font-size:18px}.plot-tools .fa[data-v-5fcf57af]:hover{color:var(--el-color-primary-custom)}.plot-main-tabs.el-tabs[data-v-5fcf57af]{height:calc(100% - 48px)}.plot-main-tabs.el-tabs[data-v-5fcf57af] .el-tabs__content{height:calc(100% - 55px);overflow-y:auto;overflow-x:hidden}.plot-main-tabs.el-tabs[data-v-5fcf57af] .el-tabs__nav{width:100%}.plot-main-tabs.el-tabs[data-v-5fcf57af] .el-tabs__item{width:33%;text-align:center;padding:0!important}.plot-main-tabs.el-tabs[data-v-5fcf57af] .el-tabs__item.is-disabled{cursor:no-drop}.plot-main-tabs.el-tabs .el-tab-pane[data-v-5fcf57af]{height:100%}.sat-task-view__trigger[data-v-2ca1d5f6]{position:absolute;z-index:1001;bottom:0;left:0;width:40px;height:30px;display:flex;justify-content:center;align-items:center;font-size:20px;cursor:pointer;border-radius:5px;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sat-task-view__trigger[data-v-2ca1d5f6]:hover{background-color:var(--kb-bg-color-current-custom);color:var(--kb-text-color-current-custom)}.sat-task-view[data-v-2ca1d5f6]{background:transparent;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);position:fixed;width:100%;height:100%;top:0;left:0;z-index:19980115;padding:30px 0 10px;overflow-x:hidden;overflow-y:auto}.sat-task-view .el-scrollbar[data-v-2ca1d5f6]{width:100%}.sat-task-view .el-scrollbar[data-v-2ca1d5f6] .el-scrollbar__view{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center}.sat-task-view__item[data-v-2ca1d5f6]{border-radius:10px;display:flex;flex-direction:column;border:1px solid var(--kb-bg-color-current-custom);overflow:hidden;box-shadow:0 2px 10px 0 var(--kb-bg-color-current-custom);margin:20px;height:max-content;zoom:.7}.sat-task-view__item[data-v-2ca1d5f6]:hover{transform:translateY(-20px);box-shadow:0 4px 10px 0 var(--kb-text-color-current-custom);transition:all .3s}.sat-task-view__item-header[data-v-2ca1d5f6]{position:relative;padding:0 50px 0 40px;height:38px;line-height:38px;background-color:var(--kb-bg-color-current-custom);color:var(--kb-text-color-current-custom);font-size:24px}.sat-task-view__item-header .fa[data-v-2ca1d5f6]{font-size:20px}.sat-task-view__item-header .perfix-icon[data-v-2ca1d5f6]{position:absolute;left:10px;top:10px}.sat-task-view__item-header .close-area[data-v-2ca1d5f6]{position:absolute;right:0;top:0;width:40px;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.sat-task-view__item-header .close-area[data-v-2ca1d5f6]:hover{background-color:#d53d3d;color:#fff}.sat-task-view__item[data-v-2ca1d5f6]{cursor:pointer}.sat-task-view__item-content[data-v-2ca1d5f6]{height:max-content;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}.sat-task-view__item-content[data-v-2ca1d5f6] .sat-panel{position:unset;display:block!important}.analysis-section-main[data-v-f64709a3]{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;font-size:14px}.analysis-section-header[data-v-f64709a3]{height:50px;display:flex;justify-content:center;padding-top:10px}.analysis-section-content[data-v-f64709a3]{width:100%;height:calc(100% - 70px);overflow:hidden}.analysis-volume-main[data-v-0e36e354]{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;font-size:14px}.analysis-volume-header[data-v-0e36e354]{height:50px;padding-top:10px;display:flex;justify-content:center}.analysis-volume-content[data-v-0e36e354]{width:100%;height:calc(100% - 70px);overflow:hidden}.analysis-intervisibility-main[data-v-b6b1e78f]{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;font-size:14px}.analysis-intervisibility-content .flex-jc[data-v-b6b1e78f]{margin-top:10px;width:100%;display:flex;justify-content:center;flex-wrap:wrap}.sat-toolbar-opacity[data-v-b7e5b555]{height:330px;padding:10px}.slider-item-block[data-v-b7e5b555]{display:flex;align-items:center}.slider-item-block[data-v-b7e5b555]>*{width:60%}.slider-item-block .el-slider[data-v-b7e5b555]{margin-top:0;margin-left:12px}.slider-item-block .demonstration[data-v-b7e5b555]{font-size:14px;line-height:32px;flex:1;width:40%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:0}.analysis-viewshed-main[data-v-878dcdbe]{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;font-size:14px}.analysis-viewshed-content[data-v-878dcdbe]{height:100%;padding:10px}.analysis-viewshed-content .flex-jc[data-v-878dcdbe]{margin-bottom:10px;width:100%;display:flex;justify-content:center;flex-wrap:wrap}.analysis-viewshed-content .flex-js[data-v-878dcdbe]{margin-bottom:10px;width:100%;display:flex;justify-content:start}.analysis-viewshed-content .flex-js .fa[data-v-878dcdbe]{cursor:pointer;font-size:18px;margin-right:15px}.analysis-viewshed-content .flex-js .fa[data-v-878dcdbe]:hover{color:var(--el-color-primary-custom)}.analysis-viewshed-content[data-v-878dcdbe] .el-table__inner-wrapper{height:100%!important}.analysis-viewshed-content .sat-operate-icon[data-v-878dcdbe]{cursor:pointer;font-size:16px;width:16px;height:16px;text-align:center;margin-left:10px}.analysis-flood-main[data-v-f1006324]{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;font-size:14px}.analysis-flood-content .flex-jc[data-v-f1006324]{margin-top:10px;width:100%;display:flex;justify-content:center;flex-wrap:wrap}.analysis-contourLine-main[data-v-deb5e4ec]{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;font-size:14px}.analysis-contourLine-content .flex-jc[data-v-deb5e4ec]{margin-top:10px;width:100%;display:flex;justify-content:center;flex-wrap:wrap}.analysis-slope-main[data-v-043a0b50]{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;font-size:14px}.analysis-slope-content .flex-jc[data-v-043a0b50]{margin-top:10px;width:100%;display:flex;justify-content:center;flex-wrap:wrap}.spatial-main[data-v-4b9a54d7]{height:100%;position:relative}.spatial-main .spatial-header[data-v-4b9a54d7]{height:40px}.spatial-main .spatial-content[data-v-4b9a54d7]{height:calc(100% - 40px)}.spatial-header[data-v-4b9a54d7] .el-form-item__label{font-size:14px}.wot{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pen{pointer-events:none}.sat-globe .el-drawer__body{padding-top:0!important}.el-message-box__message p{word-break:break-all}*{box-sizing:border-box}:focus-visible{outline:none}.sat-globe *{scrollbar-color:#409eff #fff;scrollbar-width:none;-webkit-user-select:none;user-select:none}.sat-globe ul,.sat-globe ol{list-style:none}.sat-globe .cesium-viewer-toolbar{top:94px;right:20px;width:30px;z-index:1000;display:flex;flex-direction:column;position:absolute;align-items:flex-end}.sat-globe .mars3d-compass{right:10px;position:absolute;z-index:1000;left:unset!important;top:30px}.sat-globe .cesium-button{padding:0;display:flex!important;justify-content:center;align-items:center}.sat-globe .cesium-button>.cesium-button{border:0}.sat-globe .cesium-baseLayerPicker-itemIcon{width:64px;height:64px}.sat-globe .cesium-navigation-help{top:0;right:30px}.sat-globe .cesium-toolbar-button{margin:0 0 4px;width:30px;height:30px;text-align:center}.sat-globe .cesium-toolbar-button .fa{font-size:22px}.mars3d-hideDiv{overflow:visible;max-width:unset!important;max-height:unset!important}.sat-keyboard-box{max-width:400px}.sat-globe .cesium-baseLayerPicker-dropDown{right:36px}.sat-globe .cesium-sceneModePicker-wrapper.cesium-toolbar-button{width:auto;display:flex;flex-direction:row-reverse}.sat-globe .cesium-toolbar-button .icon-sheet,.sat-globe .cesium-toolbar-button .icon-collision,.sat-globe .cesium-toolbar-button .icon-bayonet-camera{font-size:20px}.sat-globe .cesium-widget-errorPanel-content{background-color:#fff;color:#d35454;border:none}.sat-globe .cesium-widget-errorPanel-content .cesium-widget-errorPanel-header{background:#222;color:#fff;border:none}.sat-globe .cesium-widget-errorPanel-content .cesium-widget-errorPanel-buttonPanel .cesium-button{border:none;width:50px;background:#dd7c7c;color:#fff}.sat-globe .cesium-widget-errorPanel-content .cesium-widget-errorPanel-buttonPanel .cesium-button:hover{background-color:#d94444}.sat-globe .mars3d-locationbar{background:#2222223b;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);min-height:30px;padding:0 10px;z-index:1000;bottom:0!important;left:0!important}.mars3d-distance-legend{bottom:0!important;left:100px!important;z-index:1001}.sat-globe .mars3d-locationbar-content{padding-right:20px;display:flex;max-width:80%;flex-wrap:wrap;line-height:30px;justify-content:flex-end}.sat-globe .mars3d-locationbar-content>div{margin-right:20px}.sat-globe .mars3d-clockAnimate{bottom:28px;height:28px}.sat-globe .mars3d-clockAnimate .mars3d-clockAnimate-btn{padding:0;float:left;height:100%;background:transparent}.sat-globe .mars3d-clockAnimate .mars3d-clockAnimate-speed{height:100%;background:transparent;display:inline-block}.sat-globe .cesium-viewer-timelineContainer{bottom:28px;z-index:1000;left:198px}.sat-globe .cesium-timeline-main,.sat-globe .cesium-timeline-bar{height:100%}.sat-globe .mars3d-clockAnimate .time{margin-top:4px;float:left;color:#fff}.sat-globe .cesium-viewer-animationContainer{bottom:28px}.sat-globe .mars3d-slider{z-index:19980115}.sat-globe .mars3d-slider .slider-splitter{line-height:30px}.mars3d-contextmenu-ul .contextmenu-icon{top:10px}@media screen and (max-width: 1000px){.cesium-performanceDisplay-ms,.cesium-performanceDisplay-fps,.mars3d-locationbar-content>.hide1000{display:none!important}.mars3d-locationbar-content>div{margin-right:10px}}@media screen and (max-width: 700px){.mars3d-locationbar-content>.hide700{display:none!important}}@media screen and (max-width: 600px){.mars3d-locationbar{display:none}.cesium-viewer-timelineContainer{left:106px}}.sat-globe * ::-webkit-scrollbar-track-piece{width:4px;height:4px;background-color:#fff}.sat-globe * ::-webkit-scrollbar-thumb{background-color:var(--el-color-primary-custom)}.sat-globe * ::-webkit-scrollbar{width:4px;height:4px}.sat-globe * ::-webkit-scrollbar-thumb:hover{background-color:transparent;box-shadow:0 0 12px var(--el-color-primary-custom) inset}:root{--kb-const-bg-color: #fff;--kb-const-bg-color-dark: #111214;--kb-const-bg-color-transparent: #ffffffcc;--kb-const-bg-color-dark-transparent: #111214cc;--kb-const-text-color-primary: #fff;--kb-const-el-menu-text-color: #2d3035;--kb-const-el-menu-text-color-dark: #fff;--kb-const-el-menu-text-color-active: #409eff;--kb-const-el-menu-hover-bg-color: transparent;--kb-const-el-color-primary: #409eff;--kb-const-el-disabled-fill-color: rgb(146, 142, 142);--kb-const-cesium-button-bg-color-dark: #303336;--kb-const-cesium-button-border-color-dark: #444;--kb-const-cesium-button-fill-color-dark: #fff;--kb-const-cesium-button-bg-color: #fff;--kb-const-cesium-button-border-color: #9aa6ab;--kb-const-cesium-button-fill-color: #303336}:root{--el-color-primary-custom: var(--kb-const-el-color-primary);--el-disabled-fill-custom: var(--kb-const-el-disabled-fill-color)}html:not(.dark){--kb-bg-color-current-custom: var(--kb-const-bg-color);--kb-bg-color-transparent-current-custom: var(--kb-const-bg-color-transparent);--kb-text-color-current-custom: var(--kb-const-el-menu-text-color);--kb-cesium-button-bg-color-current-custom: var(--kb-const-cesium-button-bg-color);--kb-cesium-button-border-color-current-custom: var(--kb-const-cesium-button-border-color);--kb-cesium-button-fill-color-current-custom: var(--kb-const-cesium-button-fill-color)}html.dark{--kb-bg-color-current-custom: var(--kb-const-bg-color-dark);--kb-bg-color-transparent-current-custom: var(--kb-const-bg-color-dark-transparent);--kb-text-color-current-custom: var(--kb-const-el-menu-text-color-dark);--kb-cesium-button-bg-color-current-custom: var(--kb-const-cesium-button-bg-color-dark);--kb-cesium-button-border-color-current-custom: var(--kb-const-cesium-button-border-color-dark);--kb-cesium-button-fill-color-current-custom: var(--kb-const-cesium-button-fill-color-dark)}*{--el-menu-text-color: var(--kb-text-color-current-custom) !important;--el-text-color-primary: var(--kb-text-color-current-custom) !important;--el-text-color-regular: var(--kb-text-color-current-custom) !important;--el-color-primary: var(--el-color-primary-custom) !important;--el-dropdown-menuItem-hover-color: var(--el-color-primary-custom) !important;--el-popover-title-text-color: var(--el-color-primary-custom) !important}.sat-globe .el-drawer{background-color:var(--kb-bg-color-current-custom)}html.dark .sat-globe .el-button{color:var(--kb-text-color-current-custom)}.sat-globe .el-button.el-button--primary{filter:opacity(.9)}.sat-globe .el-button.el-button--primary:focus,.sat-globe .el-button.el-button--primary:hover{background:var(--el-color-primary-custom);border-color:var(--el-color-primary-custom);filter:opacity(1)}.sat-globe .el-menu{background-color:var(--kb-bg-color-current-custom)}.sat-globe .el-menu-item{color:var(--kb-text-color-current-custom)}.sat-globe .el-menu-item:hover,.sat-globe .el-menu-item.is-active{color:var(--el-color-primary-custom)}.sat-globe .el-menu-item:after{background-color:var(--el-color-primary-custom)}.sat-globe .el-menu--inline,.sat-globe .el-sub-menu .el-menu{background-color:var(--kb-bg-color-current-custom)}.sat-menu-vertical .el-menu-item.is-active{color:var(--kb-text-color-current-custom)}.sat-menu-vertical .el-menu-item:hover{color:var(--el-color-primary-custom)}.sat-menu-vertical-inverse.sat-menu-vertical.el-menu{background-color:var(--el-color-primary-custom)}.sat-menu-vertical-inverse.sat-menu-vertical .el-menu-item{color:var(--kb-const-text-color-primary)}.sat-menu-vertical-inverse.sat-menu-vertical .el-menu-item:hover{background:linear-gradient(45deg,#00000054,#fff0)}.sat-globe .el-tabs__item{color:var(--kb-text-color-current-custom)}.sat-globe .el-tree{background-color:unset;color:var(--kb-text-color-current-custom)}.sat-globe .el-tree-node__content{position:relative}.sat-globe .el-tree-node__content:hover{background-color:unset}.sat-globe .el-tree-node__content:hover:before{width:100%;height:100%;content:"";position:absolute;z-index:-1;background:var(--kb-bg-color-current-custom)}.sat-globe .el-tree:not(.el-tree--highlight-current) .el-tree-node:focus>.el-tree-node__content{background-color:unset}.sat-globe .el-popper.is-light{background-color:var(--kb-bg-color-current-custom)}.sat-globe .el-popper.is-light .slider-item-block .demonstration{color:var(--kb-text-color-current-custom)}.sat-globe .el-popper.is-light .el-popper__arrow:before{background-color:var(--kb-bg-color-current-custom)}.sat-popover-tooltip{background-color:var(--kb-text-color-current-custom)!important;color:var(--kb-bg-color-current-custom)!important}.sat-popover-tooltip .el-popper__arrow:before{background-color:var(--kb-text-color-current-custom)!important}.sat-globe .el-input__inner,.el-select-dropdown__item,.el-notification__content{color:var(--kb-text-color-current-custom)}.sat-globe .el-switch__label:not(.is-active){color:var(--kb-text-color-current-custom)}.sat-globe .el-select{width:100%}.sat-globe .el-pagination,.sat-globe .el-pagination button{color:var(--kb-text-color-current-custom)}.sat-globe .el-pagination button:hover{color:var(--el-color-primary-custom)}.sat-globe .el-pagination .el-pagination__total,.sat-globe .el-pagination .el-pagination__jump{color:var(--kb-text-color-current-custom)}.sat-globe .el-input-number{width:100%}.sat-globe .el-input-number .el-icon{color:var(--kb-text-color-current-custom)}.sat-globe .el-input-number .el-icon:hover{color:var(--el-color-primary-custom)}.sat-globe .el-textarea__inner,.el-color-dropdown .el-input__inner,.el-color-dropdown .el-button,.sat-globe .el-switch__core .el-switch__inner .is-text{color:var(--kb-text-color-current-custom)}.sat-globe .cesium-button:hover{background:var(--el-color-primary-custom)}.sat-globe .cesium-button:hover .fa{color:var(--kb-const-text-color-primary)}.sat-globe .cesium-button{background:var(--kb-cesium-button-bg-color-current-custom);border:1px solid var(--kb-cesium-button-border-color-current-custom);color:var(--kb-cesium-button-fill-color-current-custom)}.sat-globe .cesium-button path{stroke:var(--kb-cesium-button-fill-color-current-custom);fill:var(--kb-cesium-button-fill-color-current-custom)}.sat-globe .cesium-button:hover path{stroke:var(--kb-const-text-color-primary);fill:var(--kb-const-text-color-primary)}.sat-globe .mars3d-compass .mars3d-compass-outer circle,.sat-globe .mars3d-compass .mars3d-compass-outer polygon{fill:var(--kb-cesium-button-fill-color-current-custom)}.sat-globe .mars3d-compass .mars3d-compass-outer path{fill:var(--kb-cesium-button-bg-color-current-custom)}.sat-globe .mars3d-slider,.sat-globe .mars3d-slider .slider-splitter{background-color:var(--kb-bg-color-transparent-current-custom)}.sat-globe .mars3d-slider .slider-splitter svg{fill:var(--kb-text-color-current-custom)}.sat-globe .el-form-item__label,.sat-globe .el-dialog__title,.sat-globe .mars3d-popup-color,.sat-globe .mars3d-popup-color *,.sat-globe .mars3d-popup-close-button{color:var(--kb-text-color-current-custom)}.sat-globe .mars3d-template-titile a:hover{color:var(--el-color-primary-custom)!important}.sat-globe .mars3d-contextmenu-ul{background:var(--kb-bg-color-transparent-current-custom);border:1px solid var(--kb-bg-color-transparent-current-custom)}.mars3d-contextmenu-ul>li>a{color:var(--kb-text-color-current-custom)}.sat-globe .mars3d-contextmenu-ul>.active>a,.sat-globe .mars3d-contextmenu-ul>.active>a:focus,.sat-globe .mars3d-contextmenu-ul>.active>a:hover,.sat-globe .mars3d-contextmenu-ul>li>.active,.sat-globe .mars3d-contextmenu-ul>li>a:focus,.sat-globe .mars3d-contextmenu-ul>li>a:hover,.sat-globe .mars3d-sub-menu li:hover{background-color:var(--kb-bg-color-transparent-current-custom);color:var(--kb-text-color-current-custom)}.sat-globe .contextmenu-arrow path{fill:var(--kb-text-color-current-custom);stroke:var(--kb-text-color-current-custom);stroke-width:2}.mars3d-popup-tip{border-radius:0}.sat-globe{color:var(--kb-text-color-current-custom)}.hover-to-active{cursor:pointer;color:var(--kb-text-color-current-custom)}.hover-to-active:hover,.sat-actived{color:var(--el-color-primary-custom)!important}.echart-tooltip-theme{color:var(--kb-text-color-current-custom)!important;border:unset!important;border-radius:10px!important;background-color:var(--kb-bg-color-transparent-current-custom)!important;box-shadow:0 0 10px var(--el-color-primary-custom) inset!important}.sat-panel-skin,.mars3d-popup-background,.echart-tooltip-theme,.cesium-navigation-help{background:linear-gradient(var(--el-color-primary-custom),var(--el-color-primary-custom)) left top,linear-gradient(var(--el-color-primary-custom),var(--el-color-primary-custom)) left top,linear-gradient(var(--el-color-primary-custom),var(--el-color-primary-custom)) right top,linear-gradient(var(--el-color-primary-custom),var(--el-color-primary-custom)) right top,linear-gradient(var(--el-color-primary-custom),var(--el-color-primary-custom)) left bottom,linear-gradient(var(--el-color-primary-custom),var(--el-color-primary-custom)) left bottom,linear-gradient(var(--el-color-primary-custom),var(--el-color-primary-custom)) right bottom,linear-gradient(var(--el-color-primary-custom),var(--el-color-primary-custom)) right bottom;box-shadow:0 0 10px var(--el-color-primary-custom) inset;background-repeat:no-repeat;background-color:var(--kb-bg-color-transparent-current-custom);background-size:2px 40px,40px 2px;border-radius:10px;padding:2px}.sat-panel-content-header{border-bottom:1px solid var(--el-color-primary-custom);color:var(--kb-text-color-current-custom)}.sat-title{color:var(--el-color-primary-custom)}.sat-icon-menu{background:var(--kb-cesium-button-bg-color-current-custom);color:var(--kb-cesium-button-fill-color-current-custom);border:1px solid transparent}.sat-icon-menu:hover{background:var(--el-color-primary-custom);box-shadow:0 0 12px var(--kb-cesium-button-border-color-current-custom);color:var(--kb-const-text-color-primary)}.menu-icon-area .sat-menu-icon:hover{color:var(--el-color-primary-custom)}.tree-item-unActive{color:var(--el-disabled-fill-custom)}
|
|
1
|
+
.dark-icon[data-v-0e77afb8]{color:#fff}.light-icon[data-v-f6b8462f]{color:#000}.sat-map-split-panel[data-v-46743310]{position:absolute;width:400px;top:30px;left:calc((100% - 400px)/2);height:100px;z-index:19980115;display:flex;background-color:var(--kb-bg-color-transparent-current-custom)}.sat-map-split-panel-mobile[data-v-46743310]{position:fixed;bottom:0;height:14%;width:100%;display:flex;background-color:var(--kb-bg-color-transparent-current-custom)}.sat-map-split-panel-module[data-v-46743310]{width:50%;padding:10px;display:flex;flex-direction:column;justify-content:space-around}.sat-map-split-panel-title[data-v-46743310]{color:var(--kb-text-color-current-custom);font-size:16px}.sat-panel[data-v-098e52c4]{position:absolute;width:360px;top:30px;left:40px;height:calc(100% - 90px);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.sat-panel-content[data-v-098e52c4]{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;border-radius:10px}.sat-panel-mobile[data-v-098e52c4]{position:fixed;top:unset;left:unset;bottom:0;height:40%;width:100%}.sat-panel-mobile.with-maximize[data-v-098e52c4]{height:100%}.sat-panel-content-header[data-v-098e52c4]{height:40px;line-height:40px;text-align:center;position:relative}.sat-panel-content-header-toolbar[data-v-098e52c4]{width:100px;height:100%;position:absolute;right:0;top:0;text-align:right;padding-right:10px}.sat-panel-content-header-toolbar .fa[data-v-098e52c4]{margin-left:10px}.sat-panel-content-main[data-v-098e52c4]{height:calc(100% - 40px);padding:10px}.sat-dragged[data-v-098e52c4]{cursor:move}.camera-bookmark-panel[data-v-c3a654e0]{top:30px;left:unset;right:80px}.camera-bookmark-form[data-v-c3a654e0]{height:40px;border-bottom:1px solid var(--el-color-primary-custom)}.camera-bookmark-list[data-v-c3a654e0]{height:calc(100% - 40px);width:100%;display:inline-block;overflow-x:hidden;overflow-y:auto}.camera-bookmark-item[data-v-c3a654e0]{margin-top:20px;display:flex;justify-content:center;flex-direction:column;align-items:center;padding:0 20px}.camera-bookmark-item .el-image[data-v-c3a654e0]{width:100%;max-height:140px;display:flex;align-items:center;cursor:pointer}.camera-bookmark-item .camera-bookmark-item-bottom[data-v-c3a654e0]{display:flex;justify-content:space-between;width:100%;height:30px;align-items:center}.camera-bookmark-form[data-v-c3a654e0] .el-input-group__append{width:80px;padding:0;justify-content:space-around}.sat-globe{width:100%;height:100%;position:relative;overflow:hidden}.sat-globe-main{position:relative;width:100%;height:100%}.sat-globe .sat-toggle-dark{position:absolute;bottom:0;left:40px;z-index:1001}.sat-globe-absolute{width:0!important;position:absolute!important;overflow:visible!important;left:0!important;top:0!important}.sat-globe:focus-visible{outline:unset!important}.sat-drawer-title[data-v-c80774ef]{text-align:center;font-size:18px;font-weight:600}.sat-menu-title[data-v-c80774ef]{height:40px;line-height:40px}.sat-menu-vertical[data-v-c80774ef]{border:transparent;overflow-x:hidden;overflow-y:auto}.sat-menu-vertical[data-v-c80774ef] .sat-menu-icon{margin-right:2px;font-size:20px;width:40px;text-align:center}.sat-menu-vertical[data-v-c80774ef] .sat-menu-control-area .sat-menu-icon{width:20px}.sat-menu-vertical[data-v-c80774ef] .sat-menu-image{margin-right:2px;width:40px}.sat-menu-vertical[data-v-c80774ef] .el-menu-item:after{height:0px;width:2px;position:absolute;left:0;top:0;content:""}.sat-menu-vertical[data-v-c80774ef] .el-menu-item{height:40px;line-height:40px;justify-content:space-between;cursor:unset}.sat-menu-vertical[data-v-c80774ef] .el-menu-item>div{display:flex;align-items:center;cursor:pointer}.sat-menu-vertical[data-v-c80774ef] .el-menu-item.is-active:after{height:0}.sat-menu-vertical[data-v-c80774ef] .el-menu-item:hover:after{height:100%;transition:height .3s}.sat-menu-vertical-inverse.sat-menu-vertical[data-v-c80774ef] .el-menu-item.is-active:after{height:0}.sat-menu-vertical-inverse.sat-menu-vertical[data-v-c80774ef] .el-menu-item:hover:after{height:100%;transition:height .3s}.sat-menu-vertical[data-v-c80774ef] .el-sub-menu>.el-sub-menu__title{height:40px;line-height:40px}.sat-menu-vertical[data-v-c80774ef] .el-sub-menu>.el-sub-menu__title>div{display:flex;align-items:center}.sat-menu[data-v-ed1f5b0e]{position:absolute;top:30px}.sat-icon-menu[data-v-ed1f5b0e]{font-size:20px;border-radius:0 20px 20px 0;padding:10px 10px 10px 5px;cursor:pointer}.sat-toolbar-opacity[data-v-27040ba8]{height:210px;padding:10px}.slider-item-block[data-v-27040ba8]{display:flex;align-items:center}.slider-item-block .el-slider[data-v-27040ba8]{margin-top:0;margin-left:12px}.slider-item-block .demonstration[data-v-27040ba8]{font-size:14px;line-height:32px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:0}.slider-item-block .demonstration+.el-slider[data-v-27040ba8]{flex:0 0 70%}.sat-toolbar-opacity[data-v-bd8b6b99]{height:60px;padding:10px}.slider-item-block[data-v-bd8b6b99]{display:flex;align-items:center}.slider-item-block .el-slider[data-v-bd8b6b99]{margin-top:0;margin-left:12px}.slider-item-block .demonstration[data-v-bd8b6b99]{font-size:14px;line-height:32px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:0}.slider-item-block .demonstration+.el-slider[data-v-bd8b6b99]{flex:0 0 60%}.source-main-tabs.el-tabs[data-v-edaed32c]{height:100%}.source-main-tabs.el-tabs[data-v-edaed32c] .el-tabs__content{height:calc(100% - 55px);overflow-y:auto;overflow-x:hidden}.source-main-tabs.el-tabs[data-v-edaed32c] .el-tabs__nav{width:100%}.source-main-tabs.el-tabs[data-v-edaed32c] .el-tabs__item{width:50%;text-align:center;padding:0!important}.source-main-tabs[data-v-edaed32c] .el-tree-node__label{width:100%}.custom-tree-node[data-v-edaed32c]{display:flex;justify-content:space-between;width:calc(100% - 24px);font-size:14px;height:26px;align-items:center}.sat-menu-icon[data-v-edaed32c]{font-size:16px;width:16px;height:16px;text-align:center}.menu-icon-area .sat-menu-icon[data-v-edaed32c]{margin-left:10px}.fa-sort-amount-desc[data-v-edaed32c]{font-size:12px;color:var(--el-color-primary-custom)}.dmdw-place-list[data-v-0e45b678]{width:100%;height:auto;max-height:426px;overflow-x:hidden;overflow-y:auto}.dmdw-place-list ul[data-v-0e45b678]{width:100%;height:auto}.dmdw-place-list ul li[data-v-0e45b678]{width:100%;height:84px;margin:1px;padding:10px;position:relative;cursor:pointer}.dmdw-place-list ul li.dmdw-place-active[data-v-0e45b678]{background-color:#337aab}.location-image[data-v-0e45b678]{width:20px;cursor:pointer;float:left}.dmdw-place-list ul li .location-image[data-v-0e45b678]{width:30px;filter:blur(3px);position:absolute;top:10px;left:10px}.dmdw-place-list ul li .image-index[data-v-0e45b678]{position:absolute;top:10px;left:10px;width:30px;text-align:center;height:30px;color:#0a3575;font-weight:bolder}.dmdw-place-list ul li .dmdw-place-item[data-v-0e45b678]{margin-left:50px;width:calc(100% - 50px);height:100%}.bottom-btn-area[data-v-0e45b678],.bottom-btn-area[data-v-947cbaeb]{display:flex;justify-content:center}.sat-poiquery[data-v-fc0d2b9c]{width:100%;height:100%;position:relative}.sat-poiquery-input[data-v-fc0d2b9c]{height:32px}.sat-poiquery-tip[data-v-fc0d2b9c]{position:absolute;max-height:400px;overflow-x:hidden;overflow-y:auto;width:100%;background-color:var(--kb-text-color-current-custom)}.sat-poiquery-tip ul[data-v-fc0d2b9c]{padding-left:10px}.sat-poiquery-tip ul li[data-v-fc0d2b9c]{color:var(--kb-bg-color-current-custom);font-size:14px;line-height:30px;padding-left:10px}.is-mobile .sat-poiquery-tip[data-v-fc0d2b9c]{max-height:144px}.sat-poiquery-result[data-v-fc0d2b9c]{width:100%;height:calc(100% - 62px);overflow-x:hidden;overflow-y:auto}.sat-poiquery-result ul[data-v-fc0d2b9c]{padding-left:10px}.sat-poiquery-result ul li[data-v-fc0d2b9c]{font-size:14px;line-height:30px;padding-left:10px}.sat-poiquery-pageinfo[data-v-fc0d2b9c]{height:30px;width:100%;display:flex;justify-content:center}.sat-regionlevel__cascader-panel{height:60vh}.sat-regionlevel__cascader-panel .el-cascader-panel{height:100%}.sat-regionlevel__cascader-panel .el-cascader-panel>.el-scrollbar{height:100%}.sat-regionlevel__cascader-panel .el-cascader-panel>.el-scrollbar>.el-cascader-menu__wrap{height:100%}.sat-regionlevel[data-v-39162fb6]{width:100%;height:100%;position:relative}.sat-regionlevel[data-v-39162fb6] .el-cascader{width:100%}.location-main[data-v-3254f6ef]{height:100%;overflow-x:hidden;overflow-y:auto}.location-main[data-v-3254f6ef] .el-tabs{height:100%}.location-main[data-v-3254f6ef] .el-tabs__item{padding:0!important;height:40px;line-height:40px}.location-main[data-v-3254f6ef] .el-tabs__header{margin:0}.location-main[data-v-3254f6ef] .el-tabs__content{height:calc(100% - 40px);overflow-y:auto}.location-main[data-v-3254f6ef] .el-tabs__content .el-tab-pane{height:100%;overflow-y:auto;position:relative}.location-main[data-v-3254f6ef] .el-tabs__active-bar{height:1px}.location-main[data-v-3254f6ef] .el-tabs__nav-wrap:after{height:1px;background-color:#b1b1b1}.location-main .tab-panel-label[data-v-3254f6ef]{text-align:center;width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column}.location-main .label-label[data-v-3254f6ef]{height:20px;line-height:20px;cursor:pointer}.location-main .layer-choose-area[data-v-3254f6ef]{width:16px;height:16px;float:left;box-shadow:0 0 4px #4f9eff;margin:8px 8px 0;cursor:pointer}.location-main .layer-open-list[data-v-3254f6ef]{cursor:pointer;margin:8px;color:#40cdff}.location-main .earth-mini-input[data-v-3254f6ef] .el-form-item__content span{position:absolute;right:-8px;top:0}.location-main .tab-panel-item[data-v-3254f6ef]{height:100%}.location-main .item-content[data-v-3254f6ef]{height:100%;padding:10px;overflow-x:hidden;overflow-y:auto}.measure-main[data-v-95a69c51]{height:100%;position:relative}.measure-main>div[data-v-95a69c51]{display:flex;justify-content:space-around;height:40px}.measure-main>div.measure-main-bottom[data-v-95a69c51]{justify-content:center;position:absolute;bottom:0;width:100%}.sat-measure[data-v-4823de0d]:not(.sat-panel-mobile){height:400px}.sat-globe .tui-image-editor-container{background-color:transparent;overflow:unset}.sat-globe .tui-image-editor-container>.tui-image-editor-help-menu{background-color:transparent}.sat-globe .tui-image-editor-container>.tui-image-editor-controls{background-color:transparent}.sat-globe .tui-image-editor-header{display:none}.sat-globe .tui-image-editor-container>.tui-image-editor-main-container{background-color:transparent!important}.sat-globe .tui-image-editor-main{background-color:transparent;display:flex;flex-direction:column;justify-content:space-between}.sat-globe div[class^="tui-image-editor-main tui-image-editor-menu-"]{flex-direction:column-reverse}.sat-globe div[class^="tui-image-editor-main tui-image-editor-menu-"]>.tui-image-editor-submenu{background-color:var(--el-color-primary-custom)!important;width:100%!important;display:grid!important;overflow:auto!important;padding-top:10px!important;position:static;min-height:150px}.sat-globe div[class^="tui-image-editor-main tui-image-editor-menu-"]>.tui-image-editor-submenu>div{background-color:transparent!important}.sat-globe div[class^="tui-image-editor-main tui-image-editor-menu-"]>.tui-image-editor-submenu li .tui-image-editor-button{position:unset}.sat-globe .tui-image-editor-menu-mask .tui-image-editor-button,.sat-globe .tie-icon-add-button .tui-image-editor-button{position:relative!important}.sat-globe .tui-image-editor-main>.tui-image-editor-submenu>.tui-image-editor-submenu-style{display:none}.sat-globe .tui-image-editor-main>.tui-image-editor-wrap{position:static}.sat-globe .tui-image-editor-main>.tui-image-editor-wrap>.tui-image-editor-size-wrap>.tui-image-editor-align-wrap{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.sat-globe .tui-image-editor-main>.tui-image-editor-wrap>.tui-image-editor-size-wrap>.tui-image-editor-align-wrap>.tui-image-editor{border:1px dotted var(--el-color-primary-custom);top:0!important}.sat-globe .tui-image-editor-container .svg_ic-menu{width:20px;height:20px}.sat-globe .tui-image-editor-container .tui-image-editor-submenu .tui-image-editor-button>label,.sat-globe .tui-image-editor-container .tui-image-editor-range-wrap.tui-image-editor-newline.short label,.sat-globe .tui-image-editor-container .tui-image-editor-range-wrap.tui-image-editor-newline.short label>span{color:#000!important}.sat-globe .tui-image-editor-submenu use.normal.use-default{fill:#000!important;stroke:#000!important}.sat-globe .color-picker-control{height:160px!important;top:unset!important;left:unset!important;right:0;bottom:152px}.tui-image-editor-container .tui-image-editor-controls .normal svg:hover>use.hover{fill:var(--el-color-primary-custom);stroke:var(--el-color-primary-custom)}.sat-globe .color-picker-control *{color:#000}.sat-globe .color-picker-control .triangle{display:none}.is-mobile .sat-globe .tui-image-editor-container .tui-image-editor-help-menu>.tui-image-editor-item,.is-mobile .sat-globe .tui-image-editor-container .tui-image-editor-menu>.tui-image-editor-item{padding:0 2px}.is-mobile .sat-globe .tui-image-editor-container .tui-image-editor-help-menu.top{top:30px}.tui-image-editor-container .tui-image-editor-menu>.tui-image-editor-item[tooltip-content]:hover:after,.tui-image-editor-container .tui-image-editor-help-menu>.tui-image-editor-item[tooltip-content]:hover:after{max-height:28px}.drawing-container[data-v-5bc4f452]{height:100%;position:relative}.drawing-container .custom-btn-eara[data-v-5bc4f452]{position:absolute;left:10px;top:15px;display:flex;justify-content:space-between;align-items:center}.is-mobile .drawing-container .custom-btn-eara[data-v-5bc4f452]{top:0}.custom-btn-eara .el-button[data-v-5bc4f452]{margin:0 10px}.sat-picture[data-v-79a69e94]{width:1440px}.is-mobile .sat-picture[data-v-79a69e94]{width:100%;height:100%;background-color:var(--kb-bg-color-current-custom)}.sat-picture[data-v-79a69e94] .sat-panel-content{overflow:unset}.plot-source-list[data-v-ee978c38]{height:100%}.plot-source-list-top[data-v-ee978c38]{height:34px;line-height:34px;width:100%;font-size:14px;display:flex;justify-content:space-around;align-items:center}.plot-source-list-top .el-button[data-v-ee978c38]{margin-left:10px}ul.plot-source-list-content[data-v-ee978c38]{overflow-y:auto;overflow-x:hidden;height:calc(100% - 34px);width:100%;margin:0;padding:0;display:flex;flex-wrap:wrap;align-content:flex-start}ul.plot-source-list-content li[data-v-ee978c38]{content-visibility:auto;width:60px;height:60px;margin:1vh 0px 0 2vh;position:relative;background-color:#abc7ef;overflow:hidden;display:flex;justify-content:center;align-items:center;cursor:pointer}ul.plot-source-list-content li .el-image[data-v-ee978c38]{width:auto;height:100%}ul.plot-source-list-content li.li-subtitle[data-v-ee978c38]{overflow:auto!important;width:100%!important;height:40px!important;background:transparent!important;justify-content:start!important}.plot-source-select[data-v-ee978c38]{width:70%}.plot-group[data-v-066e58f7]{height:100%}.plot-group .plot-group-top[data-v-066e58f7]{display:block;height:30px;line-height:30px;width:100%;font-size:14px}.plot-group .plot-group-top i[data-v-066e58f7]{cursor:pointer;font-size:18px;margin-right:20px}.plot-group .plot-group-top i[data-v-066e58f7]:hover{color:var(--el-color-primary-custom)}.plot-group[data-v-066e58f7] .el-tree{margin-top:10px;max-height:68vh}.plot-group[data-v-066e58f7] .el-input__icon{line-height:3vh}.plot-group[data-v-066e58f7] .custom-tree-node{line-height:27px}.plot-group[data-v-066e58f7] .custom-tree-node .tree-node-text{display:block;font-size:14px;min-width:100px}.plot-group-contextmenu[data-v-066e58f7]{margin:0;background:var(--kb-bg-color-transparent-current-custom);z-index:19980115;position:fixed;list-style-type:none;padding:5px 0;border-radius:4px;font-size:12px;font-weight:400;color:var(--kb-text-color-current-custom);box-shadow:0 0 2px 0 var(--kb-text-color-current-custom)}.plot-group-contextmenu li[data-v-066e58f7]{margin:0;padding:0 10px;line-height:30px;width:100px;cursor:pointer;text-align:center}.plot-group-contextmenu li[data-v-066e58f7]:hover{background:var(--kb-bg-color-current-custom)}.bottom-flex-center[data-v-066e58f7]{display:flex;justify-content:center}.fa-fire[data-v-066e58f7]{color:var(--el-color-primary-custom)}.plot-edit-attr[data-v-fa193dee]{height:100%;overflow-x:hidden;overflow-y:auto;padding:0 10px}.plot-edit-attr-top[data-v-fa193dee]{height:30px;color:var(--el-color-primary-custom)}ul[data-v-fa193dee]{text-align:center;margin:0;padding:0}ul li[data-v-fa193dee]{text-align:center;display:flex;align-items:center;margin:5px 0;font-size:14px}ul li div.plot-style-title[data-v-fa193dee]{width:120px;text-align:left;height:32px;line-height:32px}ul li div.plot-style-content[data-v-fa193dee]{width:calc(100% - 120px);text-align:left}.plot-edit-coord[data-v-1409729b]{height:100%;overflow-x:hidden;overflow-y:auto;padding:0 10px}.plot-edit-coord-top[data-v-1409729b]{height:30px;color:var(--el-color-primary-custom)}.coordinates-operate .fa[data-v-1409729b]{cursor:pointer;font-size:16px;margin-left:10px}.coordinates-operate .fa[data-v-1409729b]:hover{color:var(--el-color-primary-custom)}.plot-edit-style[data-v-0bee0548]{height:100%;overflow-x:hidden;overflow-y:auto;padding:0 10px}.plot-edit-style-top[data-v-0bee0548]{height:30px;line-height:30px;cursor:pointer;color:var(--el-color-primary-custom)}.plot-edit-style-template[data-v-0bee0548]{height:auto;width:100%}.plot-edit-style-template ul[data-v-0bee0548]{text-align:center;margin:0;padding:0}.plot-edit-style-template ul li[data-v-0bee0548]{text-align:center;display:flex;align-items:center;margin:5px 0;font-size:14px}.plot-edit-style-template ul li div.plot-style-title[data-v-0bee0548]{width:120px;text-align:left;height:32px;line-height:32px}.plot-edit-style-template ul li div.plot-style-content[data-v-0bee0548]{width:calc(100% - 120px);text-align:left}.plot-edit[data-v-4f2dca32],.plot-edit .el-tabs[data-v-4f2dca32],.plot-edit .el-tabs[data-v-4f2dca32] .el-tab-pane{height:100%}.plot-main[data-v-5fcf57af]{height:100%;overflow-x:hidden;overflow-y:auto}.plot-tools[data-v-5fcf57af]{width:calc(100% - 20px);height:40px;margin:2px 10px;align-items:center;border-bottom:1px solid var(--el-color-primary-custom);display:flex;justify-content:space-around;position:relative}.plot-tools[data-v-5fcf57af]:before{content:"";width:8px;height:4px;background-color:var(--kb-text-color-current-custom);position:absolute;bottom:-2px;left:0}.plot-tools[data-v-5fcf57af]:after{content:"";width:8px;height:4px;background-color:var(--kb-text-color-current-custom);position:absolute;bottom:-2px;right:0}.plot-tools .fa[data-v-5fcf57af]{cursor:pointer;font-size:18px}.plot-tools .fa[data-v-5fcf57af]:hover{color:var(--el-color-primary-custom)}.plot-main-tabs.el-tabs[data-v-5fcf57af]{height:calc(100% - 48px)}.plot-main-tabs.el-tabs[data-v-5fcf57af] .el-tabs__content{height:calc(100% - 55px);overflow-y:auto;overflow-x:hidden}.plot-main-tabs.el-tabs[data-v-5fcf57af] .el-tabs__nav{width:100%}.plot-main-tabs.el-tabs[data-v-5fcf57af] .el-tabs__item{width:33%;text-align:center;padding:0!important}.plot-main-tabs.el-tabs[data-v-5fcf57af] .el-tabs__item.is-disabled{cursor:no-drop}.plot-main-tabs.el-tabs .el-tab-pane[data-v-5fcf57af]{height:100%}.sat-task-view__trigger[data-v-2ca1d5f6]{position:absolute;z-index:1001;bottom:0;left:0;width:40px;height:30px;display:flex;justify-content:center;align-items:center;font-size:20px;cursor:pointer;border-radius:5px;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sat-task-view__trigger[data-v-2ca1d5f6]:hover{background-color:var(--kb-bg-color-current-custom);color:var(--kb-text-color-current-custom)}.sat-task-view[data-v-2ca1d5f6]{background:transparent;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);position:fixed;width:100%;height:100%;top:0;left:0;z-index:19980115;padding:30px 0 10px;overflow-x:hidden;overflow-y:auto}.sat-task-view .el-scrollbar[data-v-2ca1d5f6]{width:100%}.sat-task-view .el-scrollbar[data-v-2ca1d5f6] .el-scrollbar__view{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center}.sat-task-view__item[data-v-2ca1d5f6]{border-radius:10px;display:flex;flex-direction:column;border:1px solid var(--kb-bg-color-current-custom);overflow:hidden;box-shadow:0 2px 10px 0 var(--kb-bg-color-current-custom);margin:20px;height:max-content;zoom:.7}.sat-task-view__item[data-v-2ca1d5f6]:hover{transform:translateY(-20px);box-shadow:0 4px 10px 0 var(--kb-text-color-current-custom);transition:all .3s}.sat-task-view__item-header[data-v-2ca1d5f6]{position:relative;padding:0 50px 0 40px;height:38px;line-height:38px;background-color:var(--kb-bg-color-current-custom);color:var(--kb-text-color-current-custom);font-size:24px}.sat-task-view__item-header .fa[data-v-2ca1d5f6]{font-size:20px}.sat-task-view__item-header .perfix-icon[data-v-2ca1d5f6]{position:absolute;left:10px;top:10px}.sat-task-view__item-header .close-area[data-v-2ca1d5f6]{position:absolute;right:0;top:0;width:40px;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.sat-task-view__item-header .close-area[data-v-2ca1d5f6]:hover{background-color:#d53d3d;color:#fff}.sat-task-view__item[data-v-2ca1d5f6]{cursor:pointer}.sat-task-view__item-content[data-v-2ca1d5f6]{height:max-content;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}.sat-task-view__item-content[data-v-2ca1d5f6] .sat-panel{position:unset;display:block!important}.analysis-section-main[data-v-f64709a3]{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;font-size:14px}.analysis-section-header[data-v-f64709a3]{height:50px;display:flex;justify-content:center;padding-top:10px}.analysis-section-content[data-v-f64709a3]{width:100%;height:calc(100% - 70px);overflow:hidden}.analysis-volume-main[data-v-0e36e354]{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;font-size:14px}.analysis-volume-header[data-v-0e36e354]{height:50px;padding-top:10px;display:flex;justify-content:center}.analysis-volume-content[data-v-0e36e354]{width:100%;height:calc(100% - 70px);overflow:hidden}.analysis-intervisibility-main[data-v-b6b1e78f]{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;font-size:14px}.analysis-intervisibility-content .flex-jc[data-v-b6b1e78f]{margin-top:10px;width:100%;display:flex;justify-content:center;flex-wrap:wrap}.sat-toolbar-opacity[data-v-b7e5b555]{height:330px;padding:10px}.slider-item-block[data-v-b7e5b555]{display:flex;align-items:center}.slider-item-block[data-v-b7e5b555]>*{width:60%}.slider-item-block .el-slider[data-v-b7e5b555]{margin-top:0;margin-left:12px}.slider-item-block .demonstration[data-v-b7e5b555]{font-size:14px;line-height:32px;flex:1;width:40%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:0}.analysis-viewshed-main[data-v-878dcdbe]{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;font-size:14px}.analysis-viewshed-content[data-v-878dcdbe]{height:100%;padding:10px}.analysis-viewshed-content .flex-jc[data-v-878dcdbe]{margin-bottom:10px;width:100%;display:flex;justify-content:center;flex-wrap:wrap}.analysis-viewshed-content .flex-js[data-v-878dcdbe]{margin-bottom:10px;width:100%;display:flex;justify-content:start}.analysis-viewshed-content .flex-js .fa[data-v-878dcdbe]{cursor:pointer;font-size:18px;margin-right:15px}.analysis-viewshed-content .flex-js .fa[data-v-878dcdbe]:hover{color:var(--el-color-primary-custom)}.analysis-viewshed-content[data-v-878dcdbe] .el-table__inner-wrapper{height:100%!important}.analysis-viewshed-content .sat-operate-icon[data-v-878dcdbe]{cursor:pointer;font-size:16px;width:16px;height:16px;text-align:center;margin-left:10px}.analysis-flood-main[data-v-f1006324]{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;font-size:14px}.analysis-flood-content .flex-jc[data-v-f1006324]{margin-top:10px;width:100%;display:flex;justify-content:center;flex-wrap:wrap}.analysis-contourLine-main[data-v-deb5e4ec]{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;font-size:14px}.analysis-contourLine-content .flex-jc[data-v-deb5e4ec]{margin-top:10px;width:100%;display:flex;justify-content:center;flex-wrap:wrap}.analysis-slope-main[data-v-043a0b50]{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;font-size:14px}.analysis-slope-content .flex-jc[data-v-043a0b50]{margin-top:10px;width:100%;display:flex;justify-content:center;flex-wrap:wrap}.spatial-main[data-v-4b9a54d7]{height:100%;position:relative}.spatial-main .spatial-header[data-v-4b9a54d7]{height:40px}.spatial-main .spatial-content[data-v-4b9a54d7]{height:calc(100% - 40px)}.spatial-header[data-v-4b9a54d7] .el-form-item__label{font-size:14px}.wot{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pen{pointer-events:none}.sat-globe .el-drawer__body{padding-top:0!important}.el-message-box__message p{word-break:break-all}*{box-sizing:border-box}:focus-visible{outline:none}.sat-globe *{scrollbar-color:#409eff #fff;scrollbar-width:none;-webkit-user-select:none;user-select:none}.sat-globe ul,.sat-globe ol{list-style:none}.sat-globe .cesium-viewer-toolbar{top:94px;right:20px;width:30px;z-index:1000;display:flex;flex-direction:column;position:absolute;align-items:flex-end}.sat-globe .mars3d-compass{right:10px;position:absolute;z-index:1000;left:unset!important;top:30px}.sat-globe .cesium-button{padding:0;display:flex!important;justify-content:center;align-items:center}.sat-globe .cesium-button>.cesium-button{border:0}.sat-globe .cesium-baseLayerPicker-itemIcon{width:64px;height:64px}.sat-globe .cesium-navigation-help{top:0;right:30px}.sat-globe .cesium-toolbar-button{margin:0 0 4px;width:30px;height:30px;text-align:center}.sat-globe .cesium-toolbar-button .fa{font-size:22px}.mars3d-hideDiv{overflow:visible;max-width:unset!important;max-height:unset!important}.sat-keyboard-box{max-width:400px}.sat-globe .cesium-baseLayerPicker-dropDown{right:36px}.sat-globe .cesium-sceneModePicker-wrapper.cesium-toolbar-button{width:auto;display:flex;flex-direction:row-reverse}.sat-globe .cesium-toolbar-button .icon-sheet,.sat-globe .cesium-toolbar-button .icon-collision,.sat-globe .cesium-toolbar-button .icon-bayonet-camera{font-size:20px}.sat-globe .cesium-widget-errorPanel-content{background-color:#fff;color:#d35454;border:none}.sat-globe .cesium-widget-errorPanel-content .cesium-widget-errorPanel-header{background:#222;color:#fff;border:none}.sat-globe .cesium-widget-errorPanel-content .cesium-widget-errorPanel-buttonPanel .cesium-button{border:none;width:50px;background:#dd7c7c;color:#fff}.sat-globe .cesium-widget-errorPanel-content .cesium-widget-errorPanel-buttonPanel .cesium-button:hover{background-color:#d94444}.sat-globe .mars3d-locationbar{background:#2222223b;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);min-height:30px;padding:0 10px;z-index:1000;bottom:0!important;left:0!important}.mars3d-distance-legend{bottom:0!important;left:100px!important;z-index:1001}.sat-globe .mars3d-locationbar-content{padding-right:20px;display:flex;max-width:80%;flex-wrap:wrap;line-height:30px;justify-content:flex-end}.sat-globe .mars3d-locationbar-content>div{margin-right:20px}.sat-globe .mars3d-clockAnimate{bottom:28px;height:28px}.sat-globe .mars3d-clockAnimate .mars3d-clockAnimate-btn{padding:0;float:left;height:100%;background:transparent}.sat-globe .mars3d-clockAnimate .mars3d-clockAnimate-speed{height:100%;background:transparent;display:inline-block}.sat-globe .cesium-viewer-timelineContainer{bottom:28px;z-index:1000;left:198px}.sat-globe .cesium-timeline-main,.sat-globe .cesium-timeline-bar{height:100%}.sat-globe .mars3d-clockAnimate .time{margin-top:4px;float:left;color:#fff}.sat-globe .cesium-viewer-animationContainer{bottom:28px}.sat-globe .mars3d-slider{z-index:19980115}.sat-globe .mars3d-slider .slider-splitter{line-height:30px}.mars3d-contextmenu-ul .contextmenu-icon{top:10px}@media screen and (max-width: 1000px){.cesium-performanceDisplay-ms,.cesium-performanceDisplay-fps,.mars3d-locationbar-content>.hide1000{display:none!important}.mars3d-locationbar-content>div{margin-right:10px}}@media screen and (max-width: 700px){.mars3d-locationbar-content>.hide700{display:none!important}}@media screen and (max-width: 600px){.mars3d-locationbar{display:none}.cesium-viewer-timelineContainer{left:106px}}.sat-globe * ::-webkit-scrollbar-track-piece{width:4px;height:4px;background-color:#fff}.sat-globe * ::-webkit-scrollbar-thumb{background-color:var(--el-color-primary-custom)}.sat-globe * ::-webkit-scrollbar{width:4px;height:4px}.sat-globe * ::-webkit-scrollbar-thumb:hover{background-color:transparent;box-shadow:0 0 12px var(--el-color-primary-custom) inset}:root{--kb-const-bg-color: #fff;--kb-const-bg-color-dark: #111214;--kb-const-bg-color-transparent: #ffffffcc;--kb-const-bg-color-dark-transparent: #111214cc;--kb-const-text-color-primary: #fff;--kb-const-el-menu-text-color: #2d3035;--kb-const-el-menu-text-color-dark: #fff;--kb-const-el-menu-text-color-active: #409eff;--kb-const-el-menu-hover-bg-color: transparent;--kb-const-el-color-primary: #409eff;--kb-const-el-disabled-fill-color: rgb(146, 142, 142);--kb-const-cesium-button-bg-color-dark: #303336;--kb-const-cesium-button-border-color-dark: #444;--kb-const-cesium-button-fill-color-dark: #fff;--kb-const-cesium-button-bg-color: #fff;--kb-const-cesium-button-border-color: #9aa6ab;--kb-const-cesium-button-fill-color: #303336}:root{--el-color-primary-custom: var(--kb-const-el-color-primary);--el-disabled-fill-custom: var(--kb-const-el-disabled-fill-color)}html:not(.dark){--kb-bg-color-current-custom: var(--kb-const-bg-color);--kb-bg-color-transparent-current-custom: var(--kb-const-bg-color-transparent);--kb-text-color-current-custom: var(--kb-const-el-menu-text-color);--kb-cesium-button-bg-color-current-custom: var(--kb-const-cesium-button-bg-color);--kb-cesium-button-border-color-current-custom: var(--kb-const-cesium-button-border-color);--kb-cesium-button-fill-color-current-custom: var(--kb-const-cesium-button-fill-color)}html.dark{--kb-bg-color-current-custom: var(--kb-const-bg-color-dark);--kb-bg-color-transparent-current-custom: var(--kb-const-bg-color-dark-transparent);--kb-text-color-current-custom: var(--kb-const-el-menu-text-color-dark);--kb-cesium-button-bg-color-current-custom: var(--kb-const-cesium-button-bg-color-dark);--kb-cesium-button-border-color-current-custom: var(--kb-const-cesium-button-border-color-dark);--kb-cesium-button-fill-color-current-custom: var(--kb-const-cesium-button-fill-color-dark)}*{--el-menu-text-color: var(--kb-text-color-current-custom) !important;--el-text-color-primary: var(--kb-text-color-current-custom) !important;--el-text-color-regular: var(--kb-text-color-current-custom) !important;--el-color-primary: var(--el-color-primary-custom) !important;--el-dropdown-menuItem-hover-color: var(--el-color-primary-custom) !important;--el-popover-title-text-color: var(--el-color-primary-custom) !important}.sat-globe .el-drawer{background-color:var(--kb-bg-color-current-custom)}html.dark .sat-globe .el-button{color:var(--kb-text-color-current-custom)}.sat-globe .el-button.el-button--primary{filter:opacity(.9)}.sat-globe .el-button.el-button--primary:focus,.sat-globe .el-button.el-button--primary:hover{background:var(--el-color-primary-custom);border-color:var(--el-color-primary-custom);filter:opacity(1)}.sat-globe .el-menu{background-color:var(--kb-bg-color-current-custom)}.sat-globe .el-menu-item{color:var(--kb-text-color-current-custom)}.sat-globe .el-menu-item:hover,.sat-globe .el-menu-item.is-active{color:var(--el-color-primary-custom)}.sat-globe .el-menu-item:after{background-color:var(--el-color-primary-custom)}.sat-globe .el-menu--inline,.sat-globe .el-sub-menu .el-menu{background-color:var(--kb-bg-color-current-custom)}.sat-menu-vertical .el-menu-item.is-active{color:var(--kb-text-color-current-custom)}.sat-menu-vertical .el-menu-item:hover{color:var(--el-color-primary-custom)}.sat-menu-vertical-inverse.sat-menu-vertical.el-menu{background-color:var(--el-color-primary-custom)}.sat-menu-vertical-inverse.sat-menu-vertical .el-menu-item{color:var(--kb-const-text-color-primary)}.sat-menu-vertical-inverse.sat-menu-vertical .el-menu-item:hover{background:linear-gradient(45deg,#00000054,#fff0)}.sat-globe .el-tabs__item{color:var(--kb-text-color-current-custom)}.sat-globe .el-tree{background-color:unset;color:var(--kb-text-color-current-custom)}.sat-globe .el-tree-node__content{position:relative}.sat-globe .el-tree-node__content:hover{background-color:unset}.sat-globe .el-tree-node__content:hover:before{width:100%;height:100%;content:"";position:absolute;z-index:-1;background:var(--kb-bg-color-current-custom)}.sat-globe .el-tree:not(.el-tree--highlight-current) .el-tree-node:focus>.el-tree-node__content{background-color:unset}.sat-globe .el-popper.is-light{background-color:var(--kb-bg-color-current-custom)}.sat-globe .el-popper.is-light .slider-item-block .demonstration{color:var(--kb-text-color-current-custom)}.sat-globe .el-popper.is-light .el-popper__arrow:before{background-color:var(--kb-bg-color-current-custom)}.sat-popover-tooltip{background-color:var(--kb-text-color-current-custom)!important;color:var(--kb-bg-color-current-custom)!important}.sat-popover-tooltip .el-popper__arrow:before{background-color:var(--kb-text-color-current-custom)!important}.sat-globe .el-input__inner,.el-select-dropdown__item,.el-notification__content{color:var(--kb-text-color-current-custom)}.sat-globe .el-switch__label:not(.is-active){color:var(--kb-text-color-current-custom)}.sat-globe .el-select{width:100%}.sat-globe .el-pagination,.sat-globe .el-pagination button{color:var(--kb-text-color-current-custom)}.sat-globe .el-pagination button:hover{color:var(--el-color-primary-custom)}.sat-globe .el-pagination .el-pagination__total,.sat-globe .el-pagination .el-pagination__jump{color:var(--kb-text-color-current-custom)}.sat-globe .el-input-number{width:100%}.sat-globe .el-input-number .el-icon{color:var(--kb-text-color-current-custom)}.sat-globe .el-input-number .el-icon:hover{color:var(--el-color-primary-custom)}.sat-globe .el-textarea__inner,.el-color-dropdown .el-input__inner,.el-color-dropdown .el-button,.sat-globe .el-switch__core .el-switch__inner .is-text{color:var(--kb-text-color-current-custom)}.sat-globe .cesium-button:hover{background:var(--el-color-primary-custom)}.sat-globe .cesium-button:hover .fa{color:var(--kb-const-text-color-primary)}.sat-globe .cesium-button{background:var(--kb-cesium-button-bg-color-current-custom);border:1px solid var(--kb-cesium-button-border-color-current-custom);color:var(--kb-cesium-button-fill-color-current-custom)}.sat-globe .cesium-button path{stroke:var(--kb-cesium-button-fill-color-current-custom);fill:var(--kb-cesium-button-fill-color-current-custom)}.sat-globe .cesium-button:hover path{stroke:var(--kb-const-text-color-primary);fill:var(--kb-const-text-color-primary)}.sat-globe .mars3d-compass .mars3d-compass-outer circle,.sat-globe .mars3d-compass .mars3d-compass-outer polygon{fill:var(--kb-cesium-button-fill-color-current-custom)}.sat-globe .mars3d-compass .mars3d-compass-outer path{fill:var(--kb-cesium-button-bg-color-current-custom)}.sat-globe .mars3d-slider,.sat-globe .mars3d-slider .slider-splitter{background-color:var(--kb-bg-color-transparent-current-custom)}.sat-globe .mars3d-slider .slider-splitter svg{fill:var(--kb-text-color-current-custom)}.sat-globe .el-form-item__label,.sat-globe .el-dialog__title,.sat-globe .mars3d-popup-color,.sat-globe .mars3d-popup-color *,.sat-globe .mars3d-popup-close-button{color:var(--kb-text-color-current-custom)}.sat-globe .mars3d-template-titile a:hover{color:var(--el-color-primary-custom)!important}.sat-globe .mars3d-contextmenu-ul{background:var(--kb-bg-color-transparent-current-custom);border:1px solid var(--kb-bg-color-transparent-current-custom)}.mars3d-contextmenu-ul>li>a{color:var(--kb-text-color-current-custom)}.sat-globe .mars3d-contextmenu-ul>.active>a,.sat-globe .mars3d-contextmenu-ul>.active>a:focus,.sat-globe .mars3d-contextmenu-ul>.active>a:hover,.sat-globe .mars3d-contextmenu-ul>li>.active,.sat-globe .mars3d-contextmenu-ul>li>a:focus,.sat-globe .mars3d-contextmenu-ul>li>a:hover,.sat-globe .mars3d-sub-menu li:hover{background-color:var(--kb-bg-color-transparent-current-custom);color:var(--kb-text-color-current-custom)}.sat-globe .contextmenu-arrow path{fill:var(--kb-text-color-current-custom);stroke:var(--kb-text-color-current-custom);stroke-width:2}.mars3d-popup-tip{border-radius:0}.sat-globe{color:var(--kb-text-color-current-custom)}.hover-to-active{cursor:pointer;color:var(--kb-text-color-current-custom)}.hover-to-active:hover,.sat-actived{color:var(--el-color-primary-custom)!important}.echart-tooltip-theme{color:var(--kb-text-color-current-custom)!important;border:unset!important;border-radius:10px!important;background-color:var(--kb-bg-color-transparent-current-custom)!important;box-shadow:0 0 10px var(--el-color-primary-custom) inset!important}.sat-panel-skin,.mars3d-popup-background,.echart-tooltip-theme,.cesium-navigation-help{background:linear-gradient(var(--el-color-primary-custom),var(--el-color-primary-custom)) left top,linear-gradient(var(--el-color-primary-custom),var(--el-color-primary-custom)) left top,linear-gradient(var(--el-color-primary-custom),var(--el-color-primary-custom)) right top,linear-gradient(var(--el-color-primary-custom),var(--el-color-primary-custom)) right top,linear-gradient(var(--el-color-primary-custom),var(--el-color-primary-custom)) left bottom,linear-gradient(var(--el-color-primary-custom),var(--el-color-primary-custom)) left bottom,linear-gradient(var(--el-color-primary-custom),var(--el-color-primary-custom)) right bottom,linear-gradient(var(--el-color-primary-custom),var(--el-color-primary-custom)) right bottom;box-shadow:0 0 10px var(--el-color-primary-custom) inset;background-repeat:no-repeat;background-color:var(--kb-bg-color-transparent-current-custom);background-size:2px 40px,40px 2px;border-radius:10px;padding:2px}.sat-panel-content-header{border-bottom:1px solid var(--el-color-primary-custom);color:var(--kb-text-color-current-custom)}.sat-title{color:var(--el-color-primary-custom)}.sat-icon-menu{background:var(--kb-cesium-button-bg-color-current-custom);color:var(--kb-cesium-button-fill-color-current-custom);border:1px solid transparent}.sat-icon-menu:hover{background:var(--el-color-primary-custom);box-shadow:0 0 12px var(--kb-cesium-button-border-color-current-custom);color:var(--kb-const-text-color-primary)}.menu-icon-area .sat-menu-icon:hover{color:var(--el-color-primary-custom)}.tree-item-unActive{color:var(--el-disabled-fill-custom)}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sat-earth",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The sat-earth is a digital earth component library based on Vue 3.x",
|
|
6
6
|
"main": "dist/sat-earth.mjs",
|
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
"eslint:fix": "eslint --fix --ext .js,.ts,.vue ./packages",
|
|
14
14
|
"dev": "vite --host --config vite.config.playlocal.ts",
|
|
15
15
|
"build": "vite build --config vite.config.lib.ts",
|
|
16
|
-
"release": "npm publish -d"
|
|
16
|
+
"release": "npm publish -d",
|
|
17
|
+
"git:history": "git log > commit_history.txt"
|
|
17
18
|
},
|
|
18
19
|
"peerDependencies": {
|
|
19
20
|
"dom-to-image-more": "^2.12.0",
|