diff --git a/module/screen/css/burn.css b/module/screen/css/burn.css index d7e5f4ded7..72fb7fd345 100644 --- a/module/screen/css/burn.css +++ b/module/screen/css/burn.css @@ -7,3 +7,5 @@ body {background:rgb(0,16,40);} .content {display:flex; justify-content:center; margin-top: 20px;} .burn {width: 1300px; display: flex; flex-wrap: wrap; justify-content: space-around; padding: 10px 0;} .burn > .container {flex: 0 0 33%; margin-top: 40px; height: 370px; width: 370px; background-image:url("/static/images/burn_bg.png"); background-repeat:no-repeat; background-size: 100% 100%} + +.content .table-empty-tip {background: transparent; padding-right: 75px;} diff --git a/module/screen/lang/de.php b/module/screen/lang/de.php index a2efad2207..b25f135c4c 100644 --- a/module/screen/lang/de.php +++ b/module/screen/lang/de.php @@ -4,3 +4,4 @@ $lang->screen->view = 'View screen'; $lang->screen->noscreens = 'No screen yet'; $lang->screen->allDepts = 'All depts'; $lang->screen->allUsers = 'All users'; +$lang->screen->noData = 'No Data'; diff --git a/module/screen/lang/en.php b/module/screen/lang/en.php index a2efad2207..b25f135c4c 100644 --- a/module/screen/lang/en.php +++ b/module/screen/lang/en.php @@ -4,3 +4,4 @@ $lang->screen->view = 'View screen'; $lang->screen->noscreens = 'No screen yet'; $lang->screen->allDepts = 'All depts'; $lang->screen->allUsers = 'All users'; +$lang->screen->noData = 'No Data'; diff --git a/module/screen/lang/fr.php b/module/screen/lang/fr.php index a2efad2207..b25f135c4c 100644 --- a/module/screen/lang/fr.php +++ b/module/screen/lang/fr.php @@ -4,3 +4,4 @@ $lang->screen->view = 'View screen'; $lang->screen->noscreens = 'No screen yet'; $lang->screen->allDepts = 'All depts'; $lang->screen->allUsers = 'All users'; +$lang->screen->noData = 'No Data'; diff --git a/module/screen/lang/zh-cn.php b/module/screen/lang/zh-cn.php index de80913de5..eeb8695e61 100644 --- a/module/screen/lang/zh-cn.php +++ b/module/screen/lang/zh-cn.php @@ -4,3 +4,4 @@ $lang->screen->view = '查看数据大屏'; $lang->screen->noscreens = '暂时没有可视化大屏'; $lang->screen->allDepts = '所有部门'; $lang->screen->allUsers = '所有用户'; +$lang->screen->noData = '暂时没有数据'; diff --git a/module/screen/view/burn.html.php b/module/screen/view/burn.html.php index 4507e38f6b..661433d92a 100644 --- a/module/screen/view/burn.html.php +++ b/module/screen/view/burn.html.php @@ -9,12 +9,20 @@
+
$execution):?>
>
+ +
+

+ screen->noData;?> +

+
+