优化样式 新增版本号

This commit is contained in:
gyq
2024-03-07 16:15:03 +08:00
parent 4a5b52fa45
commit 31ef882431
16 changed files with 291 additions and 186 deletions

View File

@@ -64,7 +64,7 @@ const menus = ref([
<style scoped lang="scss">
.left_menu_wrap {
height: 100vh;
width: 90px;
width: 60px;
background-color: #555;
display: flex;
flex-direction: column;
@@ -104,12 +104,13 @@ const menus = ref([
.icon {
color: #999;
font-size: 32px;
font-size: 26px;
margin-bottom: 4px;
}
.text {
color: #999;
font-size: var(--el-font-size-base);
}
}
}