From a852f60c30a4390fd0e07757882843dec05fcacf Mon Sep 17 00:00:00 2001 From: elkers <elkers@163.com> Date: 星期二, 25 三月 2025 10:06:16 +0800 Subject: [PATCH] 删除监控点类型 --- src/views/screen/flow/graphic/index.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/screen/flow/graphic/index.vue b/src/views/screen/flow/graphic/index.vue index 6bf1245..d1d2653 100644 --- a/src/views/screen/flow/graphic/index.vue +++ b/src/views/screen/flow/graphic/index.vue @@ -68,7 +68,7 @@ :value="item.value" /> </el-select> - <el-input v-model="searchVal" style="width: 20rem" /> + <el-input v-model="searchVal" style="width: 20rem" placeholder="请输入监测点名称" /> <el-button><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> @@ -252,6 +252,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 +263,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