zouyu
2023-11-10 65cd94b74a6dd5bae9bc2c3a98bc781d97099cb6
	modified:   src/views/technology/routing/routing-form.vue
已修改1个文件
16 ■■■■■ 文件已修改
src/views/technology/routing/routing-form.vue 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/technology/routing/routing-form.vue
@@ -494,8 +494,10 @@
                ></rich-text>
              </div>
            </el-tab-pane>
            <el-tab-pane v-if="dataForm.id!=null" label="工序参数" style="height: 100%;display: flex;">
                  <el-card class="params-template" style="width:70%">
            <el-tab-pane v-if="dataForm.id!=null" label="工序参数" style="height: 100%;">
              <el-row :gutter="10">
                <el-col :span="9">
                  <el-card class="params-template">
                    <div slot="header">
                      <span>参数集</span>
                      <el-button
@@ -542,7 +544,9 @@
                      </el-table-column>
                    </el-table>
                  </el-card>
                  <el-card class="template-param" style="margin-left: 10px;">
                </el-col>
                <el-col :span="15">
                  <el-card class="template-param">
                    <div slot="header">
                      <span>参数</span>
                      <div style="float: right;">
@@ -574,6 +578,8 @@
                    ></component> 
                    </div>
                  </el-card>
                </el-col>
              </el-row>
            </el-tab-pane>
          </el-tabs>
        </div>
@@ -1599,18 +1605,14 @@
}
.params-template {
  float: left;
  background-color: #fff;
  width: 40%;
  height: 687px;
  padding: 10px 0px;
  border: 1px solid #ddd;
}
.template-param {
  float: right;
  background-color: #fff;
  width: calc(60% - 10px);
  height: 687px;
  padding: 10px 0px;
  border: 1px solid #ddd;