Authored by wangtao

fix: 修改基线展示异常

... ... @@ -397,5 +397,5 @@ layui.define(['layer', 'laytpl', 'form'], function (exports) {
}
}
exports('setStep', SetStep);
layui.link('../../src/style/css/ystep.css')
layui.link('/monitor-web/src/style/css/ystep.css')
});
... ...
... ... @@ -129,7 +129,7 @@
margin-top: 15px;
margin-left: 8px;
color: transparent;
background: #fff url(/src/style/img/duihao.png) no-repeat 3px 8px;
background: #fff url(/monitor-web/src/style/img/duihao.png) no-repeat 3px 8px;
background-size: 80%;
}
... ... @@ -244,7 +244,6 @@
   display: block;
   visibility: hidden;
   clear: both;
 
}
/*-----------------箭头步骤条------------------*/
... ... @@ -278,7 +277,7 @@
margin-bottom: 10px;
margin-left: 8px;
color: transparent;
background: #fff url(/src/style/img/duihao.png) no-repeat 1px 4px;
background: #fff url(/monitor-web/src/style/img/duihao.png) no-repeat 1px 4px;
background-size: 80%;
}
... ...
... ... @@ -138,7 +138,7 @@
}}
<div class="baseline-element-box" data-id="{{i}}">
<div class="layui-row baseline-element-title">
<span>{{taskName}}</span>
<span>{{taskName == undefined ? '' : taskName }}</span>
</div>
{{# layui.each(e,function(j,k){ }}
<div class="layui-row baseline-kpi-box" data-kpiid="{{k.kpiId}}">
... ...