Commit 8a83b512 authored by 拾柒's avatar 拾柒

修改页面布局

parent c66eb58e
...@@ -24,6 +24,7 @@ html { ...@@ -24,6 +24,7 @@ html {
#app { #app {
height: 100%; height: 100%;
} }
*, *,
......
...@@ -118,9 +118,10 @@ ...@@ -118,9 +118,10 @@
/** 表格布局 **/ /** 表格布局 **/
.pagination-container { .pagination-container {
position: relative; position: relative;
height: 25px; height: 49px;
margin-bottom: 10px; margin-bottom: 10px;
margin-top: 15px; margin-top: 15px;
background-color: transparent !important;
padding: 10px 20px !important; padding: 10px 20px !important;
} }
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
@select="handleSelect" @select="handleSelect"
> >
<template v-for="(item, index) in newTopNev"> <template v-for="(item, index) in newTopNev">
<el-menu-item class="menuStyle" style="font-size: medium;background-color: #F6F6FA;border-top-right-radius: 30%;border-top-left-radius: 30%;text-align: center" :index="item.path" :key="index" <el-menu-item class="menuStyle" style="font-size: small;background-color: #F6F6FA;border-top-right-radius: 9%;border-top-left-radius: 9%;text-align: center;margin-left: 1px" :index="item.path" :key="index"
> >
<i :class="item.icon" style="width: 10px;height: 10px;margin-top: -12px"></i> <i :class="item.icon" style="width: 10px;height: 10px;margin-top: -12px"></i>
{{ item.name }}</el-menu-item {{ item.name }}</el-menu-item
...@@ -232,6 +232,19 @@ export default { ...@@ -232,6 +232,19 @@ export default {
::v-deep .el-submenu{ ::v-deep .el-submenu{
height: 30px; height: 30px;
} }
.el-menu--horizontal > .el-menu-item{
margin-top: 30px;
height: 40px;
line-height: 30px;
}
.el-menu--horizontal > .el-menu-item.is-active{
margin-top: 23px;
}
//.el-menu--horizontal > .el-menu-item.is-active{
// //margin-top: 30px;
// height: 60px;
// line-height: 30px;
//}
.el-menu-item.is-active{ .el-menu-item.is-active{
color: white !important; color: white !important;
background-color: #0D8EEE !important; background-color: #0D8EEE !important;
...@@ -244,7 +257,7 @@ export default { ...@@ -244,7 +257,7 @@ export default {
.el-menu--horizontal > .el-submenu{ .el-menu--horizontal > .el-submenu{
height: 10px; height: 10px;
} }
.el-menu--horizontal > .el-submenu.is-active{ //.el-menu--horizontal > .el-submenu.is-active{
height: 80px; // height: 80px;
} //}
</style> </style>
This diff is collapsed.
<template> <template>
<div class="app-container"> <div class="app-container">
<div style="background-color: #F6F6FA" > <div style="background-color: #F6F6FA;height: 95vh;" >
<el-row :gutter="20"> <el-row :gutter="20">
<!--部门数据--> <!--部门数据-->
<el-col :span="4" :xs="24"> <el-col :span="4" :xs="24">
......
<template> <template>
<div class="app-container"> <div class="app-container">
<el-row :gutter="20"> <el-row :gutter="20" style="height: 100vh">
<!--部门数据--> <!--部门数据-->
<el-col :span="4" :xs="24"> <el-col :span="4" :xs="24">
<div class="head-container" v-if="false"> <div class="head-container" v-if="false">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment