|
@@ -160,20 +160,20 @@ provide('list', list)
|
|
|
.one_2 {
|
|
|
padding: 10px;
|
|
|
border-bottom: 1px solid #404247;
|
|
|
- background-color: rgba(0, 0, 0, 0);
|
|
|
+ background-color: hsla(0, 0%, 75.3%, 0.2);
|
|
|
:deep(.ant-input-affix-wrapper) {
|
|
|
- background-color: transparent;
|
|
|
color: #ccc !important;
|
|
|
+ background-color: transparent;
|
|
|
}
|
|
|
:deep(.ant-input) {
|
|
|
height: 32px;
|
|
|
position: relative;
|
|
|
- background-color: rgba(0, 0, 0, 0);
|
|
|
caret-color: #fff;
|
|
|
font-size: 14px;
|
|
|
padding: 6px 0;
|
|
|
border: none;
|
|
|
outline: none;
|
|
|
+ background-color: transparent;
|
|
|
&::placeholder {
|
|
|
color: #ccc !important;
|
|
|
}
|