This commit is contained in:
张成
2025-11-15 23:51:38 +08:00
parent 6519cb8eec
commit 4b5c677856
14 changed files with 78 additions and 32 deletions

View File

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