Fix css bug.

This commit is contained in:
LucasYuNju
2016-12-28 17:46:27 +08:00
parent 492603273f
commit ba3a3bccd7

View File

@@ -1156,13 +1156,14 @@ h3 {
// 视图相关 // 视图相关
#noteItemList { #noteItemList {
&.snippet-view { // 默认主题需要有自己的css文件否则和默认主题相关的css必须在其他主题中reset掉
.item {
height: 70px;
.item-title { .item-title {
border-bottom: dashed 1px #ebeff2; border-bottom: dashed 1px #ebeff2;
} }
&.snippet-view {
.item {
height: 70px;
} }
} }