diff --git a/index.html b/index.html index bce253b..2498c7b 100644 --- a/index.html +++ b/index.html @@ -189,7 +189,7 @@

{{# value.projectShowStatus.slice(0,2)+'
'+value.projectShowStatus.slice(2)}}

- +

{{# value.rollout}}{{# value.projectName}} @@ -240,7 +240,7 @@

{{# value.projectShowStatus.slice(0,2)+'
'+value.projectShowStatus.slice(2)}}

- +

{{# value.rollout}}{{# value.projectName}} @@ -291,7 +291,7 @@

{{# value.projectShowStatus.slice(0,2)+'
'+value.projectShowStatus.slice(2)}}

- +

{{# value.rollout}}{{# value.projectName}} @@ -342,7 +342,7 @@

{{# value.projectShowStatus.slice(0,2)+'
'+value.projectShowStatus.slice(2)}}

- +

{{# value.rollout}}{{# value.projectName}} diff --git a/static/css/index.css b/static/css/index.css index c8771dc..9a1a2af 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -282,6 +282,9 @@ .centerLeft-center-middle-tit01 { font-size: 16px; color: #626262; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } .centerLeft-center-middle-tit01 span { diff --git a/static/js/project/index.js b/static/js/project/index.js index 8b91c5b..e0e6d76 100644 --- a/static/js/project/index.js +++ b/static/js/project/index.js @@ -5,6 +5,8 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa //数据存储 var module = { data: { + //服务器地址 + serverApi:'http://192.168.31.107:8080', //焦点图数据 focusList: [], //新闻资讯数据 @@ -144,7 +146,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa module.hallRolling(); //用户资料鼠标悬浮 - module.userHover(); + // module.userHover(); // 柱状图绘制 var chartDom = document.getElementById('chart');