管道基础大数据平台系统开发-【前端】-新系統界面
王旭
2023-02-23 b6b78284ba984986dda5de19c88f81dfdf29f5a4
src/views/userManage/templateManage.vue
@@ -172,19 +172,20 @@
          : `${$t('common.update')}`
      "
      :visible.sync="dialogVisible"
      width="50%"
      top="2vh"
      :before-close="handleClose"
      :show-close="false"
    >
      <div>
      <div style="height: 500px; overflow: auto">
        <el-form
          ref="form"
          :model="editForm"
          label-width="100px"
          label-position="top"
        >
          <el-form-item :label="$t('dataManage.styleObj.name')">
            <el-input
              style="width:100%"
              style="width:85%"
              v-model=" editForm.name"
            ></el-input>
          </el-form-item>
@@ -194,7 +195,7 @@
              v-model="editForm.type"
              @change="selFileTypeChange"
              placeholder="请选择活动区域"
              style="width:100%"
              style="width:85%"
            >
              <el-option
                label="World模板"
@@ -213,7 +214,7 @@
            ></el-input> -->
            <el-select
              :popper-append-to-body="false"
              style="width:100%"
              style="width:85%"
              v-model="editForm.code"
              placeholder="请选择"
            >
@@ -236,7 +237,7 @@
                  style="width:100%"
                ></el-input>
              </div>
              <div>
              <div class="BoxFlexbutton">
                <input
                  name="file1"
                  type="file"
@@ -264,7 +265,7 @@
          </el-form-item>
          <el-form-item :label="$t('common.bak')">
            <el-input
              style="width:100%"
              style="width:85%"
              v-model="editForm.bak"
            ></el-input>
          </el-form-item>
@@ -301,9 +302,10 @@
        >确 定</el-button>
      </div>
    </el-dialog>
      <div class="infoBox_box" v-show="showinfoBox">
    <div
      class="infoBox subpage_Div box_div"
      v-show="showinfoBox"
    >
      <div
@@ -370,6 +372,7 @@
      </div>
    </div>
      </div>
    <iframe
      id="downFrame"
      src=""
@@ -808,14 +811,7 @@
      }
    }
  }
  .BoxFlex {
    display: flex;
    justify-content: space-around;
    width: 100%;
    .BoxFlexinput {
      flex: 1;
    }
  }
}
</style>