From 1923615bd3efc87ec3aaf36e08426abebdb96097 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 6 Nov 2025 09:18:36 +0800 Subject: [PATCH] =?UTF-8?q?2025-11-06=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/qc/FQCResultEntry.vue | 15 ++--------- src/views/modules/qc/IPQCResultEntry.vue | 15 ++--------- src/views/modules/qc/IQCResultEntry.vue | 15 ++--------- src/views/modules/qc/OQCResultEntry.vue | 33 ++++++++---------------- 4 files changed, 17 insertions(+), 61 deletions(-) diff --git a/src/views/modules/qc/FQCResultEntry.vue b/src/views/modules/qc/FQCResultEntry.vue index 1051f20..1600022 100644 --- a/src/views/modules/qc/FQCResultEntry.vue +++ b/src/views/modules/qc/FQCResultEntry.vue @@ -4248,20 +4248,13 @@ width: 100%; } -/* 状态下拉框优化 - 解决不同分辨率下显示问题 */ +/* 状态下拉框优化 */ .search-form /deep/ .status-select { - width: 100%; -} - -.search-form /deep/ .status-select .el-input__inner { - min-height: 36px; - line-height: 36px; - padding-right: 30px; + width: 180px; } .search-form /deep/ .status-select .el-select__tags { max-width: calc(100% - 30px); - overflow: hidden; } .search-form /deep/ .status-select .el-tag { @@ -4271,10 +4264,6 @@ white-space: nowrap; } -.search-form /deep/ .status-select .el-tag__close { - flex-shrink: 0; -} - /* 操作按钮区域 */ .search-actions { display: flex; diff --git a/src/views/modules/qc/IPQCResultEntry.vue b/src/views/modules/qc/IPQCResultEntry.vue index db0b716..9a3bff2 100644 --- a/src/views/modules/qc/IPQCResultEntry.vue +++ b/src/views/modules/qc/IPQCResultEntry.vue @@ -4357,20 +4357,13 @@ width: 100%; } -/* 状态下拉框优化 - 解决不同分辨率下显示问题 */ +/* 状态下拉框优化 */ .search-form /deep/ .status-select { - width: 100%; -} - -.search-form /deep/ .status-select .el-input__inner { - min-height: 36px; - line-height: 36px; - padding-right: 30px; + width: 180px; } .search-form /deep/ .status-select .el-select__tags { max-width: calc(100% - 30px); - overflow: hidden; } .search-form /deep/ .status-select .el-tag { @@ -4380,10 +4373,6 @@ white-space: nowrap; } -.search-form /deep/ .status-select .el-tag__close { - flex-shrink: 0; -} - .search-form /deep/ .el-date-editor.el-input { width: 100%; } diff --git a/src/views/modules/qc/IQCResultEntry.vue b/src/views/modules/qc/IQCResultEntry.vue index 3b13739..97623e7 100644 --- a/src/views/modules/qc/IQCResultEntry.vue +++ b/src/views/modules/qc/IQCResultEntry.vue @@ -3297,20 +3297,13 @@ width: 100%; } -/* 状态下拉框优化 - 解决不同分辨率下显示问题 */ +/* 状态下拉框优化 */ .search-form /deep/ .status-select { - width: 100%; -} - -.search-form /deep/ .status-select .el-input__inner { - min-height: 36px; - line-height: 36px; - padding-right: 30px; + width: 180px; } .search-form /deep/ .status-select .el-select__tags { max-width: calc(100% - 30px); - overflow: hidden; } .search-form /deep/ .status-select .el-tag { @@ -3320,10 +3313,6 @@ white-space: nowrap; } -.search-form /deep/ .status-select .el-tag__close { - flex-shrink: 0; -} - /* 操作按钮区域 */ .search-actions { display: flex; diff --git a/src/views/modules/qc/OQCResultEntry.vue b/src/views/modules/qc/OQCResultEntry.vue index d500079..5ce723b 100644 --- a/src/views/modules/qc/OQCResultEntry.vue +++ b/src/views/modules/qc/OQCResultEntry.vue @@ -121,7 +121,7 @@ - + - + + style="width: 45%"> - ~ + ~ + style="width: 45%"> @@ -177,16 +177,16 @@ value-format='yyyy-MM-dd' format='yyyy-MM-dd' placeholder="开始日期" - style="width: 44%"> + style="width: 45%"> - ~ + ~ + style="width: 45%"> @@ -3215,13 +3215,13 @@ /* 卡片主体样式 */ .search-card /deep/ .el-card__body { - padding: 10px; + padding: 10px 8px; transition: all 0.3s ease; } /* 收起时的样式 */ .search-card.collapsed /deep/ .el-card__body { - padding: 10px 20px; + padding: 10px 8px; } .search-form /deep/ .el-form-item { @@ -3255,20 +3255,13 @@ width: 100%; } -/* 状态下拉框优化 - 解决不同分辨率下显示问题 */ +/* 状态下拉框优化 */ .search-form /deep/ .status-select { width: 100%; } -.search-form /deep/ .status-select .el-input__inner { - min-height: 36px; - line-height: 36px; - padding-right: 30px; -} - .search-form /deep/ .status-select .el-select__tags { max-width: calc(100% - 30px); - overflow: hidden; } .search-form /deep/ .status-select .el-tag { @@ -3278,10 +3271,6 @@ white-space: nowrap; } -.search-form /deep/ .status-select .el-tag__close { - flex-shrink: 0; -} - /* 操作按钮区域 */ .search-actions { display: flex;