1
This commit is contained in:
@@ -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背景
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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