IM聊天功能优化

This commit is contained in:
geht
2026-05-28 17:08:34 +08:00
parent 3539eab924
commit a63cd6ad1a
29 changed files with 3565 additions and 203 deletions

View File

@@ -0,0 +1,16 @@
.im-record-locate-row {
> td {
background: #fff7e6 !important;
animation: im-record-locate-flash 1.2s ease-in-out 2;
}
}
@keyframes im-record-locate-flash {
0%,
100% {
box-shadow: inset 0 0 0 9999px rgba(250, 173, 20, 0.08);
}
50% {
box-shadow: inset 0 0 0 9999px rgba(250, 173, 20, 0.22);
}
}

View File

@@ -3,6 +3,7 @@
@import 'public.less';
@import 'ant/index.less';
@import './theme.less';
@import './im-record-locate.less';
@import './entry.css';
input:-webkit-autofill {