管道基础大数据平台系统开发-【前端】-新系統界面
xing
2023-02-25 9f1b8ee28217deb20a4bf1b047603ed87edf17c2
20230225@xingjs@优化完善数据管理样式
已修改5个文件
12 ■■■■ 文件已修改
src/views/datamanage/SpatialData.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/catalogueManage.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/dictionaryManage.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/domainManage.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/versionManage.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/SpatialData.vue
@@ -1135,7 +1135,7 @@
    height: calc(100% - 75px);
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
    .spatial_leftTree {
      width: calc(23% - 0px);
      height: 100%;
src/views/datamanage/catalogueManage.vue
@@ -948,7 +948,7 @@
  width: 100%;
  height: calc(100% - 75px);
  display: flex;
  justify-content: space-between;
  justify-content: space-around;
  .leftTree {
    width: calc(32% - 0px);
    height: 100%;
src/views/datamanage/dictionaryManage.vue
@@ -682,7 +682,7 @@
  width: 100%;
  height: calc(100% - 75px);
  display: flex;
  justify-content: space-between;
  justify-content: space-around;
  .leftTree {
    width: calc(23% - 0px);
    height: 100%;
src/views/datamanage/domainManage.vue
@@ -700,7 +700,7 @@
    width: 100%;
    height: calc(100% - 75px);
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
    .leftTree {
      width: calc(23% - 0px);
      height: 100%;
src/views/datamanage/versionManage.vue
@@ -760,11 +760,11 @@
}
.inquire {
  padding: 8px;
  margin-top: 20px;
  //margin-top: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  //margin-bottom: 20px;
  .el-form-item {
    margin: 5px;
  }