Commit 70a3d412 authored by wxk's avatar wxk

ok

parent 795c2e04
......@@ -92,7 +92,7 @@
</p>
<p class="item">
<span class="type-name">比例</span>
<span>{{robotInfo.coin_percent*100+'%'}}(总量/标准)</span>
<span :class="robotInfo.coin_status">{{robotInfo.coin_percent*100+'%'}}(总量/标准)</span>
</p>
</div>
<div class="handle-content" v-loading="Loading" element-loading-text="正在刷新数据">
......@@ -119,7 +119,7 @@
</p>
<p class="item">
<span class="type-name">比例</span>
<span>{{robotInfo.base_percent*100+'%'}}(总量/标准)</span>
<span :class="robotInfo.base_status">{{robotInfo.base_percent*100+'%'}}(总量/标准)</span>
</p>
</div>
<!-- 充币弹框 -->
......@@ -995,6 +995,14 @@
line-height: 18px;
font-size:13px;
color:rgba(51,51,51,1);
.abnormal {
color: rgb(217,120,120);
border: none;
}
.normal {
color: rgba(76,171,115,1);
border: none;
}
/*margin-bottom: 4px;*/
.type-name {
display: inline-block;
......
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