月球大数据地理空间分析展示平台-【中台】
Surpriseplus
2023-09-07 10f6cc167dcfb602a14ca52d171d4fdfe5403144
发布管理修改
已修改2个文件
18 ■■■■■ 文件已修改
src/assets/css/config.css 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/uploadmanage.vue 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/css/config.css
@@ -269,7 +269,7 @@
}
.Black_theme .el-icon-arrow-up {
    color: #FFF;
    color: gray;
}
.Black_theme .el-icon-close {
@@ -277,7 +277,7 @@
}
.Black_theme .el-icon-arrow-down {
    color: #FFF;
    color: gray;
}
.Black_theme .twoMenu_imge11 {
src/views/datamanage/uploadmanage.vue
@@ -103,6 +103,7 @@
            size="small"
            v-model="formInline.type"
            @change="handleTypeChange"
            :placeholder="$t('shuJuGuanLi.shuJuJianSuo.selectDataType')"
          >
            <el-option
              v-for="item in typeOption"
@@ -521,6 +522,7 @@
              :min="insertLayer.min"
              :step="insertLayer.step"
              :max="insertLayer.max"
              class="setEnhanceFactor"
              style="width: 100%;"
            ></el-input-number>
          </el-form-item>
@@ -1097,6 +1099,7 @@
          count: 0
        }
        this.showPageSize = [10, 50, 100, 200]
        this.formInline.type = this.typeOption[0].value;
      } else {
        this.listData = {
          pageIndex: 1,
@@ -1104,10 +1107,11 @@
          count: 0
        }
        this.showPageSize = [10, 50, 100, 200]
        this.formInline.type = null
      }
      this.formInline.serType = this.serverOption[0].value;
      this.formInline.type = this.typeOption[0].value;
      // this.getDepTreeList();
      this.getDirTreeList();
@@ -1358,14 +1362,6 @@
  }
  /deep/.el-dialog__header {
    padding: 10px !important;
  }
  /deep/.el-input-number__increase,
  .el-input-number__decrease {
    background: transparent !important;
  }
  .el-input-number__increase,
  .el-input-number__decrease {
    background: transparent !important;
  }
}
.elTreeData {