zpf 1 rok temu
rodzic
commit
f6c543bf3d
1 zmienionych plików z 31 dodań i 1 usunięć
  1. 31 1
      src/components/Query/clickQuery/MultiLevelQuery.vue

+ 31 - 1
src/components/Query/clickQuery/MultiLevelQuery.vue

@@ -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;