style(enterprise): 优化输入框聚焦状态样式
- 在企业管理系统组件中的输入框聚焦状态添加阴影效果 - 增加 box-shadow 属性以提升视觉反馈和用户体验
This commit is contained in:
@ -133,6 +133,7 @@ async function handleOk() {
|
|||||||
}
|
}
|
||||||
:deep(.arco-input-focus) {
|
:deep(.arco-input-focus) {
|
||||||
border: 1px solid var(--Brand-Brand-6, rgba(109, 76, 254, 1));
|
border: 1px solid var(--Brand-Brand-6, rgba(109, 76, 254, 1));
|
||||||
|
box-shadow: 0 2px 4px 0 rgba(109, 76, 254, 0.2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.edit-button {
|
.edit-button {
|
||||||
|
|||||||
Reference in New Issue
Block a user