mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 15:01:23 +08:00
Optimized the layout
This commit is contained in:
@@ -320,7 +320,8 @@ export default {
|
||||
}
|
||||
|
||||
.menu:not(.el-menu--collapse) {
|
||||
width: 245px;
|
||||
width: 13vw;
|
||||
min-width: 190px;
|
||||
}
|
||||
|
||||
.menu-top > * {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<el-row gutter="20">
|
||||
<el-row gutter="15">
|
||||
<el-col :span="-1">
|
||||
<el-button
|
||||
bg
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<el-row :gutter="10">
|
||||
<el-row :gutter="5">
|
||||
<el-col :span="-1">
|
||||
<el-button
|
||||
bg
|
||||
@@ -21,7 +21,6 @@
|
||||
<icon-pinnacle-plus />
|
||||
</el-icon>
|
||||
</template>
|
||||
<template #default> 添加</template>
|
||||
</el-button>
|
||||
</el-col>
|
||||
<el-col :span="5">
|
||||
|
||||
Reference in New Issue
Block a user