|
@@ -284,7 +284,7 @@ function focusMenuItem(code){
|
|
|
function emptyBox(name,showNum){
|
|
|
let showNumer = showNum || 18
|
|
|
let str = `<tr><td colspan="${showNumer}" style="text-align: center;color: #aaa">
|
|
|
- <img style="margin-top:50px;width:100px;" src="${require('../images/empty1.png')}" />
|
|
|
+ <img style="margin-top:50px;width:140px;" src="${require('../images/empty1.png')}" />
|
|
|
<p style="margin-top:20px;margin-bottom:30px;color:#ccc;position:relative;left:5px;">${name||'暂无数据~'}</p>
|
|
|
</td></tr>`
|
|
|
return str
|