无人机管理后台前端(已迁走)
chenyao
2025-09-28 de5c7c7962bf22bae8fa177d15fe0b4c666f2364
feat:调整样式
3 files modified
12 ■■■■■ changed files
src/styles/element-ui.scss 5 ●●●● patch | view | raw | blame | history
src/views/device/addDevice.vue 2 ●●● patch | view | raw | blame | history
src/views/device/components/devicePerShare.vue 5 ●●●●● patch | view | raw | blame | history
src/styles/element-ui.scss
@@ -177,7 +177,10 @@
.ztzf-form-mange {
  .el-form-item {
    width: 300px;
    :deep(.el-form-item__label) {
    .el-form-item__content {
      width: 100%;
    }
    .el-form-item__label {
      width: 120px;
    }
  }
src/views/device/addDevice.vue
@@ -218,7 +218,7 @@
                      prop: 'area_code',
                      // type: 'cascader',
                      type: 'tree',
                      labelWidth: 145,
                      labelWidth: 130,
                      searchSpan: 4,
                      hide: true,
                      search: true,
src/views/device/components/devicePerShare.vue
@@ -39,6 +39,7 @@
        index: true,
        viewBtn: true,
        addBtn: true,
        editBtn: false,
        selection: true,
        excelBtn: false,
        dialogClickModal: false,
@@ -119,7 +120,7 @@
            editDisplay: false,
            span: 24,
            row: true,
            width: 160,
            width: 200,
            format: 'YYYY-MM-DD HH:mm:ss',
          },
        ],
@@ -134,7 +135,7 @@
        addBtn: this.validData(this.permission.airport_add, true),
        viewBtn: this.validData(this.permission.airport_view, true),
        delBtn: this.validData(this.permission.airport_delete, true),
        editBtn: this.validData(this.permission.airport_edit, true),
        editBtn: this.validData(this.permission.airport_edit, false),
      }
    },
    ids () {