feat: 新增笔记链接

This commit is contained in:
rd
2025-07-09 11:30:25 +08:00
parent ae8aa083de
commit 5b1e7a743f
2 changed files with 18 additions and 1 deletions

View File

@ -7,7 +7,8 @@
border-color: #d7d7d9;
background-color: #fff;
&:focus-within,
&.arco-input-focus {
&.arco-input-focus,
&.arco-textarea-focus {
background-color: var(--color-bg-2);
border-color: rgb(var(--primary-6));
box-shadow: 0 0 0 0 var(--color-primary-light-2);