|
@@ -205,7 +205,7 @@ function renderTipsInfo(icon, className,title,data) {
|
|
|
let str
|
|
|
if(!data.name) {
|
|
|
str = `<div class="informationBox tipsInfoWrapper ${className} clearfix">
|
|
|
- <p class="diagName">暂无数据</p>
|
|
|
+ <p class="diagName recommendNull">暂无数据</p>
|
|
|
<div class="tipsInfoBox clearfix ${className + 'box'}"></div>
|
|
|
</div>`
|
|
|
} else {
|
|
@@ -226,7 +226,7 @@ function renderTipsInfo(icon, className,title,data) {
|
|
|
function renderTipsInfoText(className,title,data, parentNode) {
|
|
|
let childrenNodeBoxStr = ``
|
|
|
if(data.length === 0) {
|
|
|
- childrenNodeBoxStr += `<p>暂无数据</p>
|
|
|
+ childrenNodeBoxStr += `<p class="recommendNull">暂无数据</p>
|
|
|
|
|
|
`
|
|
|
} else {
|