Commit 733e9f1b authored by jingnan's avatar jingnan 👀

页面搜索提示字体样式修改

parent 1f7cddab
......@@ -383,6 +383,28 @@
border-color: $themeColor;
}
}
.show-page-com{
.page-content-item{
.page-content-box{
.crumbs-title{
color:#2f2f2f;
font-size:15px;
padding-left:4px;
font-weight:600;
margin-top:10px;
&::before{
content: "";
display: inline-block;
vertical-align: middle;
width: 4px;
height: 12px;
background: $themeColor;
}
}
}
}
}
// .app-center .app-center-tabs .el-tabs__item.is-active{
// }
......
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