无人机管理后台前端(已迁走)
张含笑
2025-11-07 c36e1d14b8b9b5303021633ccf5178abae3e2c68
feat:背景滚动条调整
4 files modified
20 ■■■■■ changed files
src/views/layerManagement/components/folderFile.vue 2 ●●● patch | view | raw | blame | history
src/views/layerManagement/components/leftList.vue 15 ●●●●● patch | view | raw | blame | history
src/views/layerManagement/components/rightEdit.vue 2 ●●● patch | view | raw | blame | history
src/views/layerManagement/index.vue 1 ●●●● patch | view | raw | blame | history
src/views/layerManagement/components/folderFile.vue
@@ -228,7 +228,7 @@
  position: absolute;
  top: 0;
  right: 0;
  height: 95%;
height: calc(100% - 32px);
  z-index: 99;
  width: 324px;
src/views/layerManagement/components/leftList.vue
@@ -356,13 +356,13 @@
  position: absolute;
  top: 0;
  left: 0;
  height: 95%;
height: calc(100% - 32px);
  z-index: 99;
  width: 382px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px 8px 8px 8px;
  padding: 16px 12px;
  padding: 16px 0  16px 12px;
  display: flex;
  flex-direction: column;
}
@@ -370,6 +370,7 @@
.searchBox {
  display: flex;
  margin-top: 10px;
padding-right: 12px;
  .inputName {
    width: 184px;
    height: 32px;
@@ -414,19 +415,21 @@
  margin: 12px 0 14px 0;
  display: flex;
  gap: 0 10px;
padding-right: 12px;
  .el-button {
    margin: 0 !important;
  }
}
.tableListBox {
  overflow-y: scroll;
  height: 0;
  flex-grow: 1;
  padding-right: 12px;
  :deep(.el-tree-node__content) {
  height: 38px !important;
  line-height: 38px !important;
  }
  overflow-y: scroll;
  height: 0;
  flex-grow: 1;
  .isTheTerritory {
    :deep() {
      .el-tree-node__expand-icon {
src/views/layerManagement/components/rightEdit.vue
@@ -331,7 +331,7 @@
  position: absolute;
  top: 0;
  right: 0;
  height: 95%;
height: calc(100% - 32px);
  z-index: 99;
  width: 324px;
src/views/layerManagement/index.vue
@@ -475,5 +475,6 @@
    -ms-user-select: none;
    user-select: none;
  }
}
</style>