From c29c0efe096aed6d8349f227f909508f8a49c16a Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期一, 31 三月 2025 16:52:07 +0800 Subject: [PATCH] fix:修改首页标点 --- src/views/screen/flow/graphic/index.vue | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/screen/flow/graphic/index.vue b/src/views/screen/flow/graphic/index.vue index 6bf1245..14b3d7d 100644 --- a/src/views/screen/flow/graphic/index.vue +++ b/src/views/screen/flow/graphic/index.vue @@ -30,6 +30,9 @@ } } +const handleSearch = async () => { +} + </script> <template> @@ -68,8 +71,8 @@ :value="item.value" /> </el-select> - <el-input v-model="searchVal" style="width: 20rem" /> - <el-button><el-icon><Search /></el-icon>搜索</el-button> + <el-input v-model="searchVal" style="width: 20rem" placeholder="请输入监测点名称" /> + <el-button @click="handleSearch"><el-icon><Search /></el-icon>搜索</el-button> <el-button style="margin-left: 0" v-if="userType === '1'"><el-icon><Plus /></el-icon>新增</el-button> </div> <div class="tool-r" @click="handleFullScreen"> @@ -252,6 +255,7 @@ background: rgba(23,108,229,0.3); border: 1px solid #176CE5; padding: 20px; + border-radius: 8px; .title{ height: 12%; text-align: center; @@ -262,6 +266,7 @@ width: 100%; height: 60%; background: url("@/assets/images/login_icon.png") no-repeat; + background-size: 100% 100%; } .info{ width: 100%; -- Gitblit v1.9.3