更新
This commit is contained in:
parent
afcab51664
commit
b87c73fc86
@ -9,7 +9,7 @@
|
||||
const { proxy } = getCurrentInstance()
|
||||
const logo = new URL('../../assets/image/logo.png', import.meta.url).href
|
||||
const state = reactive({
|
||||
headerHeight: '52px',
|
||||
headerHeight: '50px',
|
||||
asideWidth: '220px',
|
||||
defaultHeight: null,
|
||||
isCollapse: false,
|
||||
|
||||
@ -83,7 +83,7 @@
|
||||
<template #reference>
|
||||
<el-button link>
|
||||
<template #icon>
|
||||
<el-icon :size="24"><ChromeFilled /></el-icon>
|
||||
<el-icon :size="20"><Setting /></el-icon>
|
||||
</template>
|
||||
</el-button>
|
||||
</template>
|
||||
@ -94,12 +94,12 @@
|
||||
</el-popover>
|
||||
<el-button link>
|
||||
<template #icon>
|
||||
<el-icon :size="24"><Monitor /></el-icon>
|
||||
<el-icon :size="20"><Monitor /></el-icon>
|
||||
</template>
|
||||
</el-button>
|
||||
<el-button link>
|
||||
<template #icon>
|
||||
<el-icon :size="24"><FullScreen /></el-icon>
|
||||
<el-icon :size="20"><FullScreen /></el-icon>
|
||||
</template>
|
||||
</el-button>
|
||||
<el-button @click="toggleDark()" link>
|
||||
@ -190,7 +190,7 @@
|
||||
align-items: center;
|
||||
.el-card{
|
||||
.el-button{
|
||||
margin: 1rem 0.6rem;
|
||||
margin: 0.8rem 0.6rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user