Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/attributePool/index.vue
@@ -37,7 +37,7 @@
        </avue-crud>
      </basic-container>
    </el-main>
    <!-- 右侧信息   -->
    <!-- 右侧信息 -->
    <el-aside width="30%">
      <basic-container>
        <div style="height: 85vh; overflow-y: auto">
@@ -215,7 +215,7 @@
        </div>
      </basic-container>
    </el-aside>
    <!-- 新增对话框    -->
    <!-- 新增对话框 -->
    <el-dialog
      v-dialogDrag
      v-loading="addLoading"
@@ -459,7 +459,7 @@
          </div>
        </el-form>
        <!-- 业务类型对话框      -->
        <!-- 业务类型对话框 -->
        <el-dialog
          v-dialogDrag
          :visible.sync="businessVisible"
@@ -485,7 +485,7 @@
        </span>
        </el-dialog>
        <!-- 链接类型对话框      -->
        <!-- 链接类型对话框 -->
        <el-dialog
          v-dialogDrag
          :visible.sync="linkTypeVisible"
@@ -519,7 +519,7 @@
    <!--导入    -->
    <upload-file ref="upload" :fileType="upFileType" :fileUrl="fileUrl" :tipList="tipList" title="导入"
                 @updata="getTableList"></upload-file>
    <!-- 查看使用范围    -->
    <!-- 查看使用范围 -->
    <el-dialog
      v-dialogDrag
      v-loading="checkViewLoading"
@@ -1387,7 +1387,7 @@
.addDialogBottom > .el-divider--vertical {
  width: 1px;
  height: 78%;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;