修改input样式

This commit is contained in:
筱野
2025-12-09 22:57:41 +08:00
parent 206b9b0d78
commit 57d1b9446b

View File

@@ -4,8 +4,8 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
padding: 10px 12px; padding: 8px 12px;
min-height: 32px; min-height: 36px;
box-sizing: border-box; box-sizing: border-box;
.title-input { .title-input {
flex: 1; flex: 1;
@@ -14,10 +14,11 @@
font-size: 16px; font-size: 16px;
background: #fff; background: #fff;
box-sizing: border-box; box-sizing: border-box;
display: flex; display: flex;
align-items: center; align-items: center;
resize: none; resize: none;
line-height: 26px;
min-height: 26px;
} }
// 使用 placeholderClass 来控制 placeholder 样式 // 使用 placeholderClass 来控制 placeholder 样式
@@ -25,9 +26,9 @@
color: rgba(60, 60, 67, 0.60) !important; color: rgba(60, 60, 67, 0.60) !important;
font-size: 16px !important; font-size: 16px !important;
font-weight: normal !important; font-weight: normal !important;
height: 19px; line-height: 26px !important;
line-height: 19px; height: 26px;
flex: 1;
} }