吉安感知网项目-前端
shuishen
2026-01-17 86c2d61ba9d33f1886cfc904dcaf17f033e4c80a
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;
   }