提交 38e2d60c 编写于 作者: J jinlan.du

配置管理样式更改

上级 0c759415
......@@ -618,7 +618,6 @@ li {
// table
.has-gutter{
tr{
th{
background-color: #fafafa;
}
......@@ -819,4 +818,20 @@ li {
}
}
// 导航*****
\ No newline at end of file
.el-menu--vertical{
.el-menu{
margin-left: -8px;
background-color:rgb(48,65,86);
.el-menu-item{
background-color:rgb(48,65,86);
}
.el-menu-item:focus,
.el-menu-item:hover{
background-color: #263445;
color: #fff;
}
}
}
// 导航*****
......@@ -8,14 +8,14 @@
<el-table :data="tableData" border stripe row-key="ID">
<el-table-column label="ID" min-width="100" prop="ID"></el-table-column>
<el-table-column label="路由Name" min-width="160" prop="name"></el-table-column>
<el-table-column label="是否隐藏" min-width="80" prop="hidden">
<el-table-column label="是否隐藏" min-width="100" prop="hidden">
<template slot-scope="scope">
<span>{{scope.row.hidden?"隐藏":"显示"}}</span>
</template>
</el-table-column>
<el-table-column label="父节点" min-width="70" prop="parentId"></el-table-column>
<el-table-column label="父节点" min-width="90" prop="parentId"></el-table-column>
<el-table-column label="排序" min-width="70" prop="sort"></el-table-column>
<el-table-column label="文件路径" min-width="400" prop="component"></el-table-column>
<el-table-column label="文件路径" min-width="360" prop="component"></el-table-column>
<el-table-column label="展示名称" min-width="120" prop="authorityName">
<template slot-scope="scope">
<span>{{scope.row.meta.title}}</span>
......
......@@ -103,8 +103,8 @@ export default {
<style lang="scss">
h2 {
padding: 10px;
border-bottom: 1px dashed #ccc;
margin: 10px 0;
font-size: 16px;
box-shadow:-4px 1px 3px 0px #e7e8e8
}
</style>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册