mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-27 11:13:22 +08:00
fix: base component focus color in form (#5760)
This commit is contained in:
@@ -30,3 +30,8 @@ const modelValue = useVModel(props, 'modelValue', emits, {
|
||||
"
|
||||
/>
|
||||
</template>
|
||||
<style lang="scss" scoped>
|
||||
input {
|
||||
--ring: var(--primary);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user