init 初始化

This commit is contained in:
AERWEN\26795 2023-10-29 15:08:12 +08:00
parent c5a70b3a20
commit bf58042b6e
4 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="/favicon.ico">
<title>阿尔文电商后台</title>
<title>暴走阿B表情包后台</title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<style>
html,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 161 KiB

View File

@ -57,6 +57,8 @@ const sideTheme = computed(() => settingsStore.sideTheme);
height: 70px;
vertical-align: middle;
margin-right: 12px;
object-fit: cover;
border-radius: 50%;
}
& .sidebar-title {

View File

@ -14,7 +14,7 @@ export default {
/**
* 框架主题颜色值
*/
theme: '#109DEA',
theme: '#F37880',
/**
* 是否系统布局配置
*/