无人机管理后台前端(已迁走)
shuishen
2025-06-26 6e06b877b6308c21cd6911a7d94455b7fba81bb2
feat:部分样式去除
3 files modified
31 ■■■■ changed files
src/views/device/components/firmwareManage.vue 14 ●●●● patch | view | raw | blame | history
src/views/resource/wayline.vue 8 ●●●●● patch | view | raw | blame | history
src/views/resource/waylineFile.vue 9 ●●●● patch | view | raw | blame | history
src/views/device/components/firmwareManage.vue
@@ -113,6 +113,9 @@
        excelBtn: false,
        dialogClickModal: false,
        grid: false,
        height: 'auto',
        calcHeight: 0,
        column: [
          {
            label: '设备名称',
@@ -429,13 +432,4 @@
  /* color: aqua; */
}
</style>
<style scoped lang="scss">
  :deep(){
    .avue-crud__body{
      .el-form{
        height: 745px;
        overflow: auto;
      }
    }
  }
</style>
<style scoped lang="scss"></style>
src/views/resource/wayline.vue
@@ -306,12 +306,4 @@
</script>
<style scoped lang="scss">
  :deep(){
    .avue-crud__body{
      .el-form{
        height: 745px;
        overflow: auto;
      }
    }
  }
</style>
src/views/resource/waylineFile.vue
@@ -231,12 +231,5 @@
.avue-crud .el-table {
  max-height: none !important;
}
 :deep(){
    .avue-crud__body{
      .el-form{
        height: 745px;
        overflow: auto;
      }
    }
  }
</style>