Showing
3 changed files
with
5 additions
and
6 deletions
@@ -397,5 +397,5 @@ layui.define(['layer', 'laytpl', 'form'], function (exports) { | @@ -397,5 +397,5 @@ layui.define(['layer', 'laytpl', 'form'], function (exports) { | ||
397 | } | 397 | } |
398 | } | 398 | } |
399 | exports('setStep', SetStep); | 399 | exports('setStep', SetStep); |
400 | - layui.link('../../src/style/css/ystep.css') | 400 | + layui.link('/monitor-web/src/style/css/ystep.css') |
401 | }); | 401 | }); |
@@ -129,7 +129,7 @@ | @@ -129,7 +129,7 @@ | ||
129 | margin-top: 15px; | 129 | margin-top: 15px; |
130 | margin-left: 8px; | 130 | margin-left: 8px; |
131 | color: transparent; | 131 | color: transparent; |
132 | - background: #fff url(/src/style/img/duihao.png) no-repeat 3px 8px; | 132 | + background: #fff url(/monitor-web/src/style/img/duihao.png) no-repeat 3px 8px; |
133 | background-size: 80%; | 133 | background-size: 80%; |
134 | } | 134 | } |
135 | 135 | ||
@@ -244,7 +244,6 @@ | @@ -244,7 +244,6 @@ | ||
244 | display: block; | 244 | display: block; |
245 | visibility: hidden; | 245 | visibility: hidden; |
246 | clear: both; | 246 | clear: both; |
247 | - | ||
248 | } | 247 | } |
249 | 248 | ||
250 | /*-----------------箭头步骤条------------------*/ | 249 | /*-----------------箭头步骤条------------------*/ |
@@ -278,7 +277,7 @@ | @@ -278,7 +277,7 @@ | ||
278 | margin-bottom: 10px; | 277 | margin-bottom: 10px; |
279 | margin-left: 8px; | 278 | margin-left: 8px; |
280 | color: transparent; | 279 | color: transparent; |
281 | - background: #fff url(/src/style/img/duihao.png) no-repeat 1px 4px; | 280 | + background: #fff url(/monitor-web/src/style/img/duihao.png) no-repeat 1px 4px; |
282 | background-size: 80%; | 281 | background-size: 80%; |
283 | } | 282 | } |
284 | 283 | ||
@@ -312,4 +311,4 @@ | @@ -312,4 +311,4 @@ | ||
312 | margin-left: 8px; | 311 | margin-left: 8px; |
313 | color: #303133; | 312 | color: #303133; |
314 | background: #F0F2F5; | 313 | background: #F0F2F5; |
315 | -} | ||
314 | +} |
@@ -138,7 +138,7 @@ | @@ -138,7 +138,7 @@ | ||
138 | }} | 138 | }} |
139 | <div class="baseline-element-box" data-id="{{i}}"> | 139 | <div class="baseline-element-box" data-id="{{i}}"> |
140 | <div class="layui-row baseline-element-title"> | 140 | <div class="layui-row baseline-element-title"> |
141 | - <span>{{taskName}}</span> | 141 | + <span>{{taskName == undefined ? '' : taskName }}</span> |
142 | </div> | 142 | </div> |
143 | {{# layui.each(e,function(j,k){ }} | 143 | {{# layui.each(e,function(j,k){ }} |
144 | <div class="layui-row baseline-kpi-box" data-kpiid="{{k.kpiId}}"> | 144 | <div class="layui-row baseline-kpi-box" data-kpiid="{{k.kpiId}}"> |
-
Please register or login to post a comment