feat: 统一input、select、picker等组件样式

This commit is contained in:
rd
2025-07-15 11:03:44 +08:00
parent cdb8f677bc
commit 97dd86cd45
20 changed files with 344 additions and 101 deletions

View File

@ -0,0 +1,15 @@
.arco-select {
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;
}
}