Skip to content

Commit

Permalink
refactor: logo ico添加,登录页背景色设为page color
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Sep 23, 2022
1 parent 34da538 commit f292910
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/logo.svg" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<base target="_blank" />
<title>me-admin</title>
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.
Binary file added public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions src/views/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,8 @@ const login = async () => {
};
</script>
<style lang="scss" scoped>
.dark {
.login {
background-color: var(--el-bg-color);
}
}
.login {
background-color: #efeeee;
background-color: var(--el-bg-color-page);
width: 100%;
height: 100%;
position: relative;
Expand Down

0 comments on commit f292910

Please sign in to comment.