2025-06-25 18:26:03 +08:00
|
|
|
.arco-input-wrapper {
|
2025-07-15 11:03:44 +08:00
|
|
|
border-radius: 4px !important;
|
|
|
|
|
border-color: #d7d7d9 !important;
|
|
|
|
|
background-color: #fff !important;
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: #fff !important;
|
|
|
|
|
}
|
|
|
|
|
&:focus-within,
|
|
|
|
|
&.arco-input-focus,
|
|
|
|
|
&.arco-textarea-focus {
|
|
|
|
|
background-color: var(--color-bg-2) !important;
|
|
|
|
|
border-color: rgb(var(--primary-6)) !important;
|
|
|
|
|
box-shadow: 0 0 0 0 var(--color-primary-light-2) !important;
|
|
|
|
|
}
|
2025-07-17 10:14:28 +08:00
|
|
|
&.arco-input-disabled {
|
|
|
|
|
background-color: var(--BG-200, #F2F3F5) !important;
|
|
|
|
|
}
|
2025-06-25 18:26:03 +08:00
|
|
|
}
|