Commit d8df96b3 authored by 李苏's avatar 李苏 💬

看板1

parent 74c3ce96
......@@ -19,7 +19,7 @@
HTTP.post("querySafeDays", {}, function(result) {
if (result['success']) {
let data=result.data.records
dom.html("安全生产天数: "+"<span>"+data+"</span>"+"天")
dom.html("安全生产天数: "+"<span style='font-size:20px;color:red';>&nbsp;"+data+"</span>"+"&nbsp;&nbsp;天")
} else {
console.log("请求失败")
}
......
......@@ -7,7 +7,14 @@
<link rel="stylesheet" href="../../css/dashboard/index.css">
<link rel="stylesheet" href="../../css/dashboard/public.css">
<style type="text/css">
img{
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ image-rendering: crisp-edges; \
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
#aqscts{
color: red!important;
box-sizing: border-box;
cursor: url(../../images/dashboard/pointer.png) 8 3,auto;
font-family: 微软雅黑;
......@@ -69,6 +76,7 @@
<div class="left-top rightTop border" style="height: 3.175rem;margin-bottom: .2rem;">
<div class="title">工艺流程图</div>
<div class="chat" style="margin-top: 20px;height: 2.5rem;">
<!-- <img src="http://localhost:9080/mes/images/dashboard/gylct.png" style="height: 100%;width: 100%;border: 0px solid;"> -->
<canvas id="gylct" style="width: 100%;height: 100%"></canvas>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment