refactor: ♻️ 登录页面样式优化

Former-commit-id: b0a95b8dc160984edbdb3189263f51104e8b3038
This commit is contained in:
hxr
2023-10-30 07:43:50 +08:00
committed by nuoke
parent 247b418aff
commit bbe39061cd
5 changed files with 110 additions and 161 deletions

View File

@@ -86,6 +86,7 @@ onMounted(() => {
"--el-color-primary",
settingsStore.themeColor
);
document.documentElement.classList.add(theme);
});
</script>