管道基础大数据平台系统开发-【前端】-新系統界面
xing
2023-02-26 4e8887da9db1617b3283ac454e7e0061b70115e3
src/views/datamanage/styleManage.vue
@@ -14,12 +14,14 @@
        <div class="flex_box">
          <div style="margin-right: auto">
            <el-form-item
                size="small"
                :label="$t('dataManage.vmobj.keyword')"
                prop="name"
            >
<!--              :placeholder="$t('common.pleaseInput')"-->
              <el-input
                  v-model="ruleForm.name"
                  :placeholder="$t('common.pleaseInput')"
                  :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valueone')"
                  style="width:200px"
                  suffix-icon="el-icon-edit"
              />
@@ -157,6 +159,7 @@
      </el-table>
      <div
          class="pagination_box"
          style="margin-top: 15px"
      >
        <el-pagination
            @size-change="handleSizeChange"
@@ -235,14 +238,14 @@
          <p>
            <label> {{ $t('dataManage.styleObj.viewguid') }}:</label>
            <label class="boxlabel">
          <div style="width:440px;height:200px;">
            <img
                style="width:100%; height:100%"
                :src="itemdetail.imageFile"
                alt=""
            />
          </div>
          </label>
              <div style="width:440px;height:200px;">
                  <img
                      style="width:100%; height:100%"
                      :src="itemdetail.imageFile"
                      alt=""
                  />
              </div>
            </label>
          </p>
          <el-divider></el-divider>
          <p>
@@ -276,7 +279,6 @@
    </div>
    <el-dialog
        :title="$t('dataManage.styleObj.modifyStyleData')"
        top="2vh"
        :before-close="removeUpdate"
        :visible.sync="dialogFormVisible"
    >
@@ -581,7 +583,6 @@
    <el-dialog
        :title="$t('dataManage.styleObj.addStyleData')"
        top="2vh"
        :visible.sync="InsertFormdialog"
        :before-close="handleClose"
    >
@@ -1050,7 +1051,7 @@
      this.$nextTick(() => {
        const rect = this.$refs.container.getBoundingClientRect();
        this.tableHeight = `${rect.height + 97}px`;
        this.styleVar["height"] = `calc(100% - ${rect.height + 97}px)`;
        this.styleVar["height"] = `calc(100% - ${rect.height + 28}px)`;
      });
    },
    showPermsBtn() {
@@ -1678,7 +1679,7 @@
.authorityManagement_box {
  height: 98%;
  width: 98%;
  padding: 1%;
  padding: 0.5%;
  .el-input {
    width: 730px;