From 41760935e2f159e2b1ee5887cca58df5770a43fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Wed, 28 Apr 2021 12:00:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 8 ++++---- static/css/index.css | 3 +++ static/js/project/index.js | 4 +++- 3 files changed, 10 insertions(+), 5 deletions(-) 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');