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/basicData/resourceGroup/index.vue | 19 +++++++++++-------- 1 files changed, 11 insertions(+), 8 deletions(-) diff --git a/src/views/basicData/resourceGroup/index.vue b/src/views/basicData/resourceGroup/index.vue index e949e26..7645032 100644 --- a/src/views/basicData/resourceGroup/index.vue +++ b/src/views/basicData/resourceGroup/index.vue @@ -1,10 +1,10 @@ <template> <div class="app-container"> - <el-form :model="queryParams" ref="queryRef" :inline="true" v-show="showSearch" label-width="90px"> + <el-form :model="queryParams" ref="queryRef" :inline="true" v-show="showSearch" label-position="left" > <el-row :gutter="20"> <el-col :span="6"> - <el-form-item label="璧勬簮缁�" prop="resourceGroupName"> + <el-form-item label="璧勬簮缁�" label-width="60px" prop="resourceGroupName"> <el-input v-model="queryParams.resourceGroupName" placeholder="璇疯緭鍏ヨ祫婧愮粍鍚嶇О" @@ -15,7 +15,7 @@ </el-col> <el-col :span="6"> - <el-form-item label="鎴鏈哄姞闇�姹傛棩鏈�" style="width: 400px" label-width="150px"> + <el-form-item label="鎴鏈哄姞闇�姹傛棩鏈�" style="width: 400px" label-width="140px"> <el-date-picker v-model="daterangeRequestDate" value-format="YYYY-MM-DD" @@ -26,14 +26,14 @@ ></el-date-picker> </el-form-item> </el-col> - <el-col + <!-- <el-col :span="12" style="text-align: right;"> <el-form-item> <el-button type="primary" icon="Search" @click="handleQuery">鎼滅储</el-button> <el-button icon="Refresh" @click="resetQuery">閲嶇疆</el-button> </el-form-item> - </el-col> + </el-col> --> </el-row> </el-form> @@ -56,7 +56,10 @@ v-hasPermi="['ApsResourceGroup:ApsResourceGroup:export']" >瀵煎嚭</el-button> </el-col> - <right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar> + <right-toolbar v-model:showSearch="showSearch" + @queryTable="handleQuery" + @resetTable="resetQuery" + ></right-toolbar> </el-row> <HxlhTable @@ -161,7 +164,7 @@ import HxlhTable from '@/components/HxlhTable/index.vue' import { getToken } from "@/utils/auth.js"; import { ref } from "vue"; -import { ElMessage } from 'element-plus' +// import { ElMessage } from 'element-plus' const { proxy } = getCurrentInstance(); const ApsResourceGroupList = ref([]); @@ -175,7 +178,7 @@ const title = ref(""); const daterangeRequestDate = ref([]); //寮圭獥鐩稿叧 -const height = ref(document.documentElement.clientHeight - 230 + "px;") +const height = ref(document.documentElement.clientHeight - 220 + "px;") const isVisible = ref(false); const isError = ref(false); const planned = ref(true); -- Gitblit v1.9.3