管道基础大数据平台系统开发-【前端】-新系統界面
xing
2023-02-26 1f5afb7087b3f81595b150ba19001892e9195265
20230226@xingjs@优化完善数据管理样式
已修改1个文件
19 ■■■■■ 文件已修改
src/views/datamanage/dataUpdata.vue 19 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/datamanage/dataUpdata.vue
@@ -590,7 +590,7 @@
                width="100"
            />
          </el-table>
          <div class="pagination_box">
          <div class="pagination_box" style="margin-top: 15px">
            <el-pagination
                @size-change="handleSizeChange"
                @current-change="handleCurrentChange"
@@ -612,7 +612,6 @@
        title="数据质检"
        :visible.sync="quayTestVisible"
        width="70%"
        top="2vh"
        :modal="false"
        :before-close="handleQuayTestCloseDown"
    >
@@ -898,7 +897,6 @@
    <el-dialog
        title="数据质检"
        :visible.sync="testQuayVisible"
        top="2vh"
        :modal="false"
        :before-close="handleTestQuayCloseDown"
@@ -972,7 +970,6 @@
        :title="$t('dataManage.datawarehousing')"
        :visible.sync="dialogWarehousing"
        width="70%"
        top="2vh"
    >
      <div class="dialogBox">
        <div class="transFarBox subpage_Div">
@@ -1053,7 +1050,6 @@
        :title="$t('common.details')"
        :visible.sync="dialogVisible"
        width="70%"
        top="2vh"
    >
      <div style="height: 500px; overflow: auto">
        <el-table
@@ -1078,7 +1074,7 @@
          ></el-table-column>
        </el-table>
        <div
            style="margin-top: 10px"
            style="margin-top: 15px"
            class="pagination_box"
        >
          <el-pagination
@@ -1100,7 +1096,6 @@
        title="上传进度"
        :visible.sync="jindudialogVisible"
        width="30%"
        top="2vh"
    >
      <div>
        <div>
@@ -1119,7 +1114,6 @@
        :title="$t('common.details')"
        :visible.sync="enclosureVisible"
        :show-close="false"
        top="2vh"
    >
      <span
          style="font-size:20px"
@@ -1140,7 +1134,6 @@
        :title="fromQueryMeta.title"
        :visible.sync="queryMetaFlag"
        width="70%"
        top="2vh"
    >
      <div style="height: 500px; overflow: auto;width:100%; ">
        <el-form :inline="true" :model="fromQueryMeta" class="demo-form-inline">
@@ -1231,7 +1224,7 @@
        </el-table>
        <div
            style="margin-top: 15px"
            class="pagination_box"
        >
          <el-pagination
@@ -1566,8 +1559,8 @@
        const rect1 = this.$refs.container1.getBoundingClientRect();
        this.tableHeight = `${rect.height + 40}px`;
        this.styleVar["height"] = `calc(100% - ${rect.height + 40}px)`;
        this.styleVar1["height"] = `calc(100% - ${rect1.height + 40}px)`;
        this.styleVar["height"] = `calc(100% - ${rect.height + 28}px)`;
        this.styleVar1["height"] = `calc(100% - ${rect1.height + 28}px)`;
      });
    },
    editFromDataClose() {
@@ -2813,7 +2806,7 @@
<style lang="less" scoped>
.bottom {
  width: 100%;
  margin-top: 1%;
  margin-top: 0.5%;
  // height: 74%;
  height: 570px;
  display: flex;