From 7f7a5142ffca6016c989ff1324ddad920588fca1 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 3 Nov 2025 16:14:09 +0800 Subject: [PATCH] =?UTF-8?q?2025-11-03=20pda=E5=B1=9E=E6=80=A7=E5=8F=98?= =?UTF-8?q?=E5=8A=A8=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../property-change/propertyChange.vue | 25 ++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/views/modules/property-change/propertyChange.vue b/src/views/modules/property-change/propertyChange.vue index af00320..96ef9fe 100644 --- a/src/views/modules/property-change/propertyChange.vue +++ b/src/views/modules/property-change/propertyChange.vue @@ -454,7 +454,30 @@ export default { border: 1px solid #17B3A3; border-radius: 4px; font-size: 14px; - padding: 8px 12px; + height: 36px; + line-height: 36px; + padding: 0 30px 0 12px; +} + +.status-select ::v-deep .el-input__suffix { + right: 8px; +} + +.status-select ::v-deep .el-input__icon { + line-height: 36px; + color: #17B3A3; +} + +.status-select ::v-deep .el-select-dropdown__item { + font-size: 14px; + padding: 0 20px; + height: 36px; + line-height: 36px; +} + +.status-select ::v-deep .el-select-dropdown__item.selected { + color: #17B3A3; + font-weight: 500; } /* 底部操作按钮 */