1
This commit is contained in:
@@ -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背景
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user