吉安感知网项目-前端
shuishen
2026-01-19 cf2ab1935f8b6cd113db09142ed8b8dd6f3070ab
applications/drone-command/src/views/dataCockpit/components/LeftContainer.vue
@@ -107,14 +107,14 @@
   transition: transform 0.3s ease-in-out;
   &.collapsed {
      transform: translateX(-100%);
      transform: translateX(calc(-100% - 17px - 32px));
   }
}
.collapse-btn {
   position: absolute;
   top: 50%;
   left: 357px;
   left: 300px;
   cursor: pointer;
   display: flex;
   align-items: center;
@@ -124,8 +124,8 @@
   transform: translateY(-50%);
   .arrow {
      width: 24px;
      height: 24px;
      width: 32px;
      height: 32px;
      background: url('@/assets/images/dataCockpit/left-btn.png') center / 100% 100% no-repeat;
   }
@@ -213,7 +213,6 @@
   height: 0;
   flex: 1;
   margin-top: 20px;
   overflow-x: hidden;
   overflow-y: auto;
   overflow: hidden;
}
</style>