1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 23:11:24 +08:00

Optimized the layout

This commit is contained in:
2023-06-02 20:59:54 +08:00
parent d45fb1d53f
commit 3c13611aeb
3 changed files with 4 additions and 4 deletions

View File

@@ -320,7 +320,8 @@ export default {
} }
.menu:not(.el-menu--collapse) { .menu:not(.el-menu--collapse) {
width: 245px; width: 13vw;
min-width: 190px;
} }
.menu-top > * { .menu-top > * {

View File

@@ -1,5 +1,5 @@
<template> <template>
<el-row gutter="20"> <el-row gutter="15">
<el-col :span="-1"> <el-col :span="-1">
<el-button <el-button
bg bg

View File

@@ -1,5 +1,5 @@
<template> <template>
<el-row :gutter="10"> <el-row :gutter="5">
<el-col :span="-1"> <el-col :span="-1">
<el-button <el-button
bg bg
@@ -21,7 +21,6 @@
<icon-pinnacle-plus /> <icon-pinnacle-plus />
</el-icon> </el-icon>
</template> </template>
<template #default> 添加</template>
</el-button> </el-button>
</el-col> </el-col>
<el-col :span="5"> <el-col :span="5">