master
tanyp 2023-05-31 09:32:41 +08:00
parent afcab51664
commit b87c73fc86
2 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@
const { proxy } = getCurrentInstance() const { proxy } = getCurrentInstance()
const logo = new URL('../../assets/image/logo.png', import.meta.url).href const logo = new URL('../../assets/image/logo.png', import.meta.url).href
const state = reactive({ const state = reactive({
headerHeight: '52px', headerHeight: '50px',
asideWidth: '220px', asideWidth: '220px',
defaultHeight: null, defaultHeight: null,
isCollapse: false, isCollapse: false,

View File

@ -83,7 +83,7 @@
<template #reference> <template #reference>
<el-button link> <el-button link>
<template #icon> <template #icon>
<el-icon :size="24"><ChromeFilled /></el-icon> <el-icon :size="20"><Setting /></el-icon>
</template> </template>
</el-button> </el-button>
</template> </template>
@ -94,12 +94,12 @@
</el-popover> </el-popover>
<el-button link> <el-button link>
<template #icon> <template #icon>
<el-icon :size="24"><Monitor /></el-icon> <el-icon :size="20"><Monitor /></el-icon>
</template> </template>
</el-button> </el-button>
<el-button link> <el-button link>
<template #icon> <template #icon>
<el-icon :size="24"><FullScreen /></el-icon> <el-icon :size="20"><FullScreen /></el-icon>
</template> </template>
</el-button> </el-button>
<el-button @click="toggleDark()" link> <el-button @click="toggleDark()" link>
@ -190,7 +190,7 @@
align-items: center; align-items: center;
.el-card{ .el-card{
.el-button{ .el-button{
margin: 1rem 0.6rem; margin: 0.8rem 0.6rem;
} }
} }
} }