优化界面css,增加部分页面autostart权限

-- 更新 element-plus 2.7.1 -> 2.8.6 并修复升级后的问题
-- 升级autostart插件为2.0.1 win10测试开机自启成功
This commit is contained in:
黑先森
2024-10-22 19:09:45 +08:00
parent 2ac0afb847
commit 9b883d686d
8 changed files with 17 additions and 462 deletions
-14
View File
@@ -27,17 +27,3 @@ body {
box-sizing: border-box;
padding: 3px 5px;
}
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-thumb {
background-color: #0003;
border-radius: 10px;
transition: all 0.2s ease-in-out;
}
::-webkit-scrollbar-track {
border-radius: 10px;
}