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/device.vue | 6 +++--- .gitignore | 2 +- src/views/screen/data.vue | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 78368b6..1d73991 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ node_modules .idea/ -.vscode/* +.vscode/ 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 diff --git a/src/views/screen/device.vue b/src/views/screen/device.vue index d735b45..68092b5 100644 --- a/src/views/screen/device.vue +++ b/src/views/screen/device.vue @@ -25,7 +25,7 @@ <el-select v-model="value" size="small" - style="width: 120px" + style="width: 8rem" > <el-option v-for="item in options" @@ -128,7 +128,7 @@ <el-select v-model="value" size="small" - style="width: 120px" + style="width: 8rem" > <el-option v-for="item in options" @@ -140,7 +140,7 @@ <el-select v-model="value" size="small" - style="width: 120px" + style="width: 8rem" > <el-option v-for="item in options" -- Gitblit v1.9.3