This commit is contained in:
张成
2025-11-15 23:54:47 +08:00
parent 4b5c677856
commit 2ac337a2ad
2 changed files with 12 additions and 2 deletions

View File

@@ -119,7 +119,7 @@
letter-spacing: -0.22px; // -1.6428571734045228%
min-width: 0; // 允许输入框缩小
height: 100%; // 输入框高度填满容器
background: transparent; // 去掉输入框背景
background: transparent !important; // 去掉输入框背景
:global(.nut-input-inner) {
font-family: "PingFang SC";
@@ -129,7 +129,7 @@
letter-spacing: -0.22px;
color: #000000; // 根据设计稿:文本颜色 fill_9WEVAH
height: 100%;
background: transparent; // 去掉输入框内部背景
background: transparent !important; // 去掉输入框内部背景
}
:global(.nut-input-placeholder) {
@@ -137,6 +137,7 @@
font-size: 13.66px;
line-height: 17.57px;
letter-spacing: -0.22px;
background: transparent !important; // 去掉placeholder背景
}
}
}