IM聊天功能优化
This commit is contained in:
16
jeecgboot-vue3/src/design/im-record-locate.less
Normal file
16
jeecgboot-vue3/src/design/im-record-locate.less
Normal 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);
|
||||
}
|
||||
}
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user