style(enterprise): 优化输入框聚焦状态样式

- 在企业管理系统组件中的输入框聚焦状态添加阴影效果
- 增加 box-shadow 属性以提升视觉反馈和用户体验
This commit is contained in:
2025-06-19 11:22:53 +08:00
parent 33d1be159d
commit cfefa7d562

View File

@ -133,6 +133,7 @@ async function handleOk() {
}
:deep(.arco-input-focus) {
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 {