From f2fb529a9d47ea656a0ab02b80e4879a104de397 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 04 Jun 2026 10:39:26 +0800
Subject: [PATCH] feat:feat:更新组件el-cascader 样式 内置input高度统一设置
---
applications/task-work-order/src/styles/common/cockpit.scss | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/applications/task-work-order/src/styles/common/cockpit.scss b/applications/task-work-order/src/styles/common/cockpit.scss
index 88ed77a..ae5fd09 100644
--- a/applications/task-work-order/src/styles/common/cockpit.scss
+++ b/applications/task-work-order/src/styles/common/cockpit.scss
@@ -99,6 +99,7 @@
.el-input__inner {
height: 100%; // 让内部 input 撑满
line-height: 36px;
+ height: 36px !important;
&::placeholder {
color: var(--tips);
}
--
Gitblit v1.9.3