From af1c9e588f1de0240390648f9bb56aa486870aff Mon Sep 17 00:00:00 2001 From: chengxiangling <291105840@qq.com> Date: 星期五, 16 五月 2025 17:40:18 +0800 Subject: [PATCH] 提交高度修改; --- src/views/mainPlan/pipePlanning/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/mainPlan/pipePlanning/index.vue b/src/views/mainPlan/pipePlanning/index.vue index 3a30e1d..76e91f6 100644 --- a/src/views/mainPlan/pipePlanning/index.vue +++ b/src/views/mainPlan/pipePlanning/index.vue @@ -55,7 +55,7 @@ <!-- <div class="box_container"> --> <el-row> <el-col :span="12" style="margin-bottom: 10px"> - <el-button v-if="!clickedTableRef" class="title_btn" plain type="default" @click="editRowEvent">{{ + <el-button v-if="!clickedTableRef" class="title_btn" type="primary" @click="editRowEvent">{{ $t("common.common.edit") }}</el-button> <el-button @@ -306,7 +306,7 @@ <script setup name="GasPlanning"> // import { ElMessage } from "element-plus"; import { listGasPlan, getGasPlanSave } from "@/api/mainPlan/gasPlanning"; -const height = ref(document.documentElement.clientHeight - 210 + "px;"); +const height = ref(document.documentElement.clientHeight - 220 + "px;"); import { useI18n } from "vue-i18n"; //瑕佸湪js涓娇鐢ㄥ浗闄呭寲 const { t, locale } = useI18n(); const { proxy } = getCurrentInstance(); -- Gitblit v1.9.3