|
@@ -125,7 +125,7 @@ export default {
|
|
|
viewer.camera.flyTo({
|
|
|
duration: 1,
|
|
|
|
|
|
- destination: Cesium.Cartesian3.fromDegrees(centroid[0],centroid[1],3000),
|
|
|
+ destination: Cesium.Cartesian3.fromDegrees(centroid[0], centroid[1], 3000),
|
|
|
// destination: {
|
|
|
// x: -6283267.004204832,
|
|
|
// y: 28123682.896774407,
|
|
@@ -357,6 +357,36 @@ export default {
|
|
|
deactivated() { } //若组件实例是 <KeepAlive> 缓存树的一部分,当组件从 DOM 中被移除时调用。
|
|
|
};
|
|
|
</script>
|
|
|
+<style lang="scss">
|
|
|
+.el-collapse {
|
|
|
+ // width: 95%;
|
|
|
+ border: none;
|
|
|
+ background-color: transparent !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-scrollbar {
|
|
|
+ border: 1px solid #0f7ac8 !important;
|
|
|
+ // padding: 0 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.el-collapse-item__header {
|
|
|
+ // border-bottom: 1px solid rgba(102, 126, 143, 0.747);
|
|
|
+ background-color: transparent !important;
|
|
|
+ color: rgb(217, 237, 254) !important;
|
|
|
+ border-color: transparent !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-collapse-item__wrap {
|
|
|
+ background-color: transparent !important;
|
|
|
+ border-color: transparent !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-collapse-item__content {
|
|
|
+ // background-color: rgba(255, 192, 203, 0.425) !important;
|
|
|
+ background-color: transparent !important;
|
|
|
+ color: rgb(217, 237, 254) !important;
|
|
|
+}
|
|
|
+</style>
|
|
|
<style lang="scss" scoped>
|
|
|
.multi_level_query_table {
|
|
|
position: absolute;
|