diff --git a/bin/tsw/util/h5-test/page/src/new_body.tmpl.html b/bin/tsw/util/h5-test/page/src/new_body.tmpl.html index 88bd814e..ef969d82 100644 --- a/bin/tsw/util/h5-test/page/src/new_body.tmpl.html +++ b/bin/tsw/util/h5-test/page/src/new_body.tmpl.html @@ -21,17 +21,14 @@ font-size: 50%; } .group-menu .group-item.cur{ - background: green !important; -} - -.group-menu .group-item.cur a{ + background: #21BA45!important; color: white !important; } .group-menu .group-item:hover{ background: #eee; } -.group-menu .group-item a { +.group-menu a.group-item { color: rgba(0,0,0,.6); font-weight: 700; text-transform: none; @@ -57,11 +54,9 @@

TSW 测试环境配置

<% if(allGroup.length>0) { %>

<% for(i=0;i < allGroup.length ; i++) { %> - - + <%-allGroup[i].groupName%> - - + <% } %>

<% } %> diff --git a/bin/tsw/util/h5-test/page/tmpl.js b/bin/tsw/util/h5-test/page/tmpl.js index 1037820f..6c682b6f 100644 --- a/bin/tsw/util/h5-test/page/tmpl.js +++ b/bin/tsw/util/h5-test/page/tmpl.js @@ -108,22 +108,22 @@ define(function(require, exports, module) { var allGroup = data.allGroup || [], i; - __p.push('\n
'); + __p.push('\n
'); if (!data.project) { __p.push('
\n

TSW 测试环境配置

\n
'); } __p.push('
\n
\n
\n #1 选择测试环境'); if (allGroup.length > 0) { __p.push('

'); for (i = 0; i < allGroup.length; i++) { - __p.push(' \n '); _p(tmpl.encodeHtml(allGroup[i].groupName)); - __p.push(' \n '); + __p.push(' '); } __p.push('

'); } __p.push('
\n
\n
');