From ba3a3bccd795925524b7194eb9749897dcd73e2c Mon Sep 17 00:00:00 2001 From: LucasYuNju Date: Wed, 28 Dec 2016 17:46:27 +0800 Subject: [PATCH] Fix css bug. --- public/themes/basic.less | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/public/themes/basic.less b/public/themes/basic.less index 6dc24f0d..17074170 100644 --- a/public/themes/basic.less +++ b/public/themes/basic.less @@ -1155,14 +1155,15 @@ h3 { /* item list */ // 视图相关 -#noteItemList { +#noteItemList { + // 默认主题需要有自己的css文件,否则和默认主题相关的css必须在其他主题中reset掉 + .item-title { + border-bottom: dashed 1px #ebeff2; + } + &.snippet-view { .item { height: 70px; - - .item-title { - border-bottom: dashed 1px #ebeff2; - } } }