Commit 0b348d0a authored by huangjie's avatar huangjie

头部导航样式

parent b973b2aa
...@@ -358,6 +358,9 @@ export default { ...@@ -358,6 +358,9 @@ export default {
width: 100%; width: 100%;
background: #fff; background: #fff;
position: relative; position: relative;
::v-deep .el-scrollbar__wrap{
margin-left: 64px;
}
.tags-view-wrapper { .tags-view-wrapper {
.tags-view-item { .tags-view-item {
display: inline-block; display: inline-block;
...@@ -393,9 +396,9 @@ export default { ...@@ -393,9 +396,9 @@ export default {
background: #FFFFFF; background: #FFFFFF;
} }
} }
&:first-of-type { /*&:first-of-type {*/
margin-left: 64px; /*margin-left: 64px;*/
} /*}*/
&:hover { &:hover {
.el-icon-close{ .el-icon-close{
background-color: rgba(153,153,153,0.3); background-color: rgba(153,153,153,0.3);
......
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