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

@@ -23,6 +23,15 @@
.nut-input {
padding: 0;
height: 100%;
background: transparent !important; // 去掉输入框背景
:global(.nut-input-inner) {
background: transparent !important; // 去掉输入框内部背景
}
:global(.nut-input-placeholder) {
background: transparent !important; // 去掉placeholder背景
}
}
}