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:
@@ -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 > * {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user