mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-18 17:48:00 +08:00
feat:1、增加项目搜索
2、移除对项目标签和项目令牌的支持
This commit is contained in:
@@ -441,6 +441,19 @@ textarea{
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
.manual-search-reader .search-item .title .label{
|
||||
color: #fff;
|
||||
padding-top: .3em;
|
||||
}
|
||||
.manual-search-reader .search-item .title .mark-book{
|
||||
background-color: #009a61;
|
||||
}
|
||||
.manual-search-reader .search-item .title .mark-blog{
|
||||
background-color: #0084FF;
|
||||
}
|
||||
.manual-search-reader .search-item .title .mark-doc{
|
||||
background-color: #337ab7;
|
||||
}
|
||||
.manual-search-reader .search-item .description{
|
||||
color: #666;
|
||||
line-height: 25px;
|
||||
|
Reference in New Issue
Block a user