Commit e50533c5 by wangshuo

样式

parent fc93ccf3
......@@ -77,7 +77,7 @@ class Search extends PureComponent {
</Link>
)
})
: <div style={{textAlign: 'center', padding: '20px',fontSize: '12px'}}>暂无历史</div>
: <div className={'no_search_history'} style={{textAlign: 'center', padding: '20px'}}>暂无历史</div>
}
</div>
</div>
......
......@@ -23,6 +23,9 @@
.search-tag {
overflow: hidden;
}
.no_search_history {
font-size: 12px;
}
}
.search-hot {
......
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