Files
qhmes/jeecgboot-vue3/src/design/im-record-locate.less
2026-05-28 17:08:34 +08:00

17 lines
325 B
Plaintext

.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);
}
}