数据
This commit is contained in:
@@ -330,7 +330,6 @@
|
|||||||
<li>设备编码</li>
|
<li>设备编码</li>
|
||||||
<li>设备名称</li>
|
<li>设备名称</li>
|
||||||
<li>故障信息</li>
|
<li>故障信息</li>
|
||||||
<li>当前状态</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<div class="scroll_container_1">
|
<div class="scroll_container_1">
|
||||||
<vue-seamless-scroll :data="LastTenFailureList" :class-option="defaultOption1">
|
<vue-seamless-scroll :data="LastTenFailureList" :class-option="defaultOption1">
|
||||||
@@ -340,7 +339,6 @@
|
|||||||
<div class="scroll-ul_1_div">{{e.device_code}}</div>
|
<div class="scroll-ul_1_div">{{e.device_code}}</div>
|
||||||
<div class="scroll-ul_1_div">{{e.device_name}}</div>
|
<div class="scroll-ul_1_div">{{e.device_name}}</div>
|
||||||
<div class="scroll-ul_1_div">{{e.failure_info}}</div>
|
<div class="scroll-ul_1_div">{{e.failure_info}}</div>
|
||||||
<div class="scroll-ul_1_div">{{e.device_status_name}}</div>
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</vue-seamless-scroll>
|
</vue-seamless-scroll>
|
||||||
@@ -772,7 +770,7 @@ export default {
|
|||||||
border-bottom 1px solid rgba(8,205,248,0.3)
|
border-bottom 1px solid rgba(8,205,248,0.3)
|
||||||
li
|
li
|
||||||
float left
|
float left
|
||||||
width 20%
|
width 25%
|
||||||
_font(14px,40px,#78B1DE,,center)
|
_font(14px,40px,#78B1DE,,center)
|
||||||
word-wrap break-word
|
word-wrap break-word
|
||||||
word-break break-all
|
word-break break-all
|
||||||
@@ -793,7 +791,7 @@ export default {
|
|||||||
box-shadow inset 0px 1px 0px 0px rgba(13,89,115,0.3)
|
box-shadow inset 0px 1px 0px 0px rgba(13,89,115,0.3)
|
||||||
.scroll-ul_1_div
|
.scroll-ul_1_div
|
||||||
float left
|
float left
|
||||||
_wh(20%, 44px)
|
_wh(25%, 44px)
|
||||||
_fj(row, center)
|
_fj(row, center)
|
||||||
_font(14px, 16px, #fff,,center)
|
_font(14px, 16px, #fff,,center)
|
||||||
word-wrap break-word
|
word-wrap break-word
|
||||||
|
|||||||
Reference in New Issue
Block a user