From 7da0c2d5b4656f808ba71b9e214256c95379faea Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期三, 16 七月 2025 18:04:59 +0800 Subject: [PATCH] fix:修改数据界面 --- src/views/screen/data.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/screen/data.vue b/src/views/screen/data.vue index f3039f2..748921a 100644 --- a/src/views/screen/data.vue +++ b/src/views/screen/data.vue @@ -9,7 +9,7 @@ <el-select v-model="typeValue.recordType" size="small" - style="width: 120px" + style="width: 8rem" @change="getStaticWarn" > <el-option @@ -78,7 +78,7 @@ <el-select v-model="typeValue.dateType" size="small" - style="width: 120px" + style="width: 8rem" @change="getLine" > <el-option @@ -91,7 +91,7 @@ <el-select v-model="typeValue.pointId" size="small" - style="width: 120px" + style="width: 8rem" @change="getLine" > <el-option @@ -104,7 +104,7 @@ <el-select v-model="typeValue.columnsCode" size="small" - style="width: 120px" + style="width: 8rem" @change="getLine" > <el-option -- Gitblit v1.9.3