mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 04:53:31 +08:00
样式微调
This commit is contained in:
@@ -487,7 +487,7 @@ export default {
|
||||
let el = document.getElementById(code);
|
||||
el.scrollIntoViewIfNeeded();
|
||||
// 闪一下
|
||||
el.style.filter = "drop-shadow(2px 4px 6px black)";
|
||||
el.style.filter = "drop-shadow(2px 4px 6px gray)";
|
||||
el.style.transform = "translateY(-5px)";
|
||||
setTimeout(() => {
|
||||
el.style.filter = "";
|
||||
|
Reference in New Issue
Block a user